Skip to content

Commit

Permalink
devDeps: Replace oss-attribution-generator with @metamask/oss-attribu…
Browse files Browse the repository at this point in the history
…tion-generator
  • Loading branch information
legobeat committed Oct 16, 2023
1 parent 3d694ae commit c5daa09
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 315 deletions.
2 changes: 1 addition & 1 deletion .depcheckrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# List things here that *are - 'used, that depcheck is wrong about'
ignores:
- '@metamask/oss-attribution-generator'

# Note: Everything below this line should be removed after investigation
# TODO: Investigate each dependency to see whether it's used
Expand Down Expand Up @@ -35,7 +36,6 @@ ignores:
- 'metro'
- 'metro-react-native-babel-preset'
- 'octonode'
- 'oss-attribution-generator'
- 'prettier-plugin-gherkin'
- 'react-native-svg-asset-plugin'
- 'regenerator-runtime'
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@
"simple-get": "4.0.1",
"shell-quote": "1.7.3",
"socket.io-parser": "4.2.3",
"oss-attribution-generator/**/underscore": "1.12.1",
"oss-attribution-generator/**/deep-extend": "0.5.1",
"**/plist": "3.0.5",
"**/minimist": "1.2.6",
"**/hermes-engine": "0.10.0",
Expand All @@ -146,7 +144,6 @@
"@storybook/addon-actions/**/highlight.js": "^10.4.1",
"react-native-svg-asset-plugin/sharp": "^0.30.5",
"detox/**/moment": "^2.29.4",
"oss-attribution-generator/**/debug": "^2.6.9",
"d3-color": "3.1.0",
"**/fast-xml-parser": "4.2.4",
"tough-cookie": "4.1.3"
Expand Down Expand Up @@ -175,6 +172,7 @@
"@metamask/keyring-controller": "^6.0.0",
"@metamask/logging-controller": "^1.0.1",
"@metamask/network-controller": "^8.0.0",
"@metamask/oss-attribution-generator": "^2.0.0",
"@metamask/permission-controller": "^4.0.1",
"@metamask/phishing-controller": "^3.0.0",
"@metamask/ppom-validator": "^0.5.0",
Expand Down Expand Up @@ -452,7 +450,6 @@
"nock": "^13.3.1",
"nyc": "^15.1.0",
"octonode": "0.10.2",
"oss-attribution-generator": "^1.7.1",
"patch-package": "^6.2.2",
"prettier": "^2.2.1",
"prettier-plugin-gherkin": "^1.1.1",
Expand Down
Loading

0 comments on commit c5daa09

Please sign in to comment.