Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(devDeps): Use updated fork of oss-attribution-generator #6306

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -136,8 +136,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 @@ -147,7 +145,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 @@ -362,6 +359,7 @@
"@metamask/eslint-config": "^9.0.0",
"@metamask/eslint-config-typescript": "^9.0.0",
"@metamask/mobile-provider": "^3.0.0",
"@metamask/oss-attribution-generator": "^2.0.1",
"@metamask/test-dapp": "^7.1.0",
"@react-native-community/datetimepicker": "^7.5.0",
"@react-native-community/eslint-config": "^2.0.0",
Expand Down Expand Up @@ -453,7 +451,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