-
-
Notifications
You must be signed in to change notification settings - Fork 5
chore: remove unnecessary peer dependencies #828
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,6 @@ | |
"@metamask/design-tokens": "workspace:^", | ||
"@metamask/utils": "^11.8.0", | ||
"@playwright/test": "^1.52.0", | ||
"@solana/addresses": "^2.0.0", | ||
"@storybook/addon-a11y": "^9.0.17", | ||
"@storybook/addon-docs": "^9.0.17", | ||
"@storybook/addon-vitest": "^9.0.17", | ||
|
@@ -31,7 +30,6 @@ | |
"@vitest/coverage-v8": "^3.2.4", | ||
"autoprefixer": "^10.0.0", | ||
"axe-playwright": "^2.1.0", | ||
"bitcoin-address-validation": ">=2.0.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These were removed in #816 but dependencies weren't updated |
||
"playwright": "^1.52.0", | ||
"postcss": "^8.4.47", | ||
"prop-types": "^15.8.1", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,6 @@ | |
"@metamask/design-system-twrnc-preset": "workspace:^", | ||
"@metamask/design-tokens": "workspace:^", | ||
"@metamask/utils": "^11.8.0", | ||
"@solana/addresses": "^2.0.0", | ||
"@storybook/react-native": "6.5", | ||
"@testing-library/react-hooks": "^8.0.1", | ||
"@testing-library/react-native": "^12.8.1", | ||
|
@@ -73,7 +72,6 @@ | |
"@types/react": "^18.2.0", | ||
"@types/react-test-renderer": "^18", | ||
"babel-jest": "^29.7.0", | ||
"bitcoin-address-validation": ">=2.0.0", | ||
"deepmerge": "^4.2.2", | ||
"jest": "^29.7.0", | ||
"metro-react-native-babel-preset": "^0.77.0", | ||
|
@@ -92,8 +90,6 @@ | |
"@metamask/design-system-twrnc-preset": "^0.2.0", | ||
"@metamask/design-tokens": "^8.1.0", | ||
"@metamask/utils": "^11.8.0", | ||
"@solana/addresses": "^2.0.0", | ||
"bitcoin-address-validation": ">=2.0.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These were removed in #816 but dependencies weren't updated |
||
"react": ">=18.2.0", | ||
"react-native": ">=0.72.0", | ||
"react-native-gesture-handler": ">=1.10.3", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No longer needed as we've removed |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,6 @@ | |
"@metamask/auto-changelog": "^5.0.2", | ||
"@metamask/design-system-tailwind-preset": "workspace:^", | ||
"@metamask/utils": "^11.8.0", | ||
"@solana/addresses": "^2.0.0", | ||
"@storybook/react": "^9.0.17", | ||
"@svgr/cli": "^8.1.0", | ||
"@testing-library/jest-dom": "^6.6.3", | ||
|
@@ -72,7 +71,6 @@ | |
"@types/node": "^16.18.54", | ||
"@types/react": "^18.2.0", | ||
"@types/react-dom": "^18.2.0", | ||
"bitcoin-address-validation": ">=2.0.0", | ||
"deepmerge": "^4.2.2", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
|
@@ -85,11 +83,8 @@ | |
"@metamask/design-system-tailwind-preset": "^0.6.0", | ||
"@metamask/design-tokens": "^8.1.0", | ||
"@metamask/utils": "^11.8.0", | ||
"@solana/addresses": "^2.0.0", | ||
"bitcoin-address-validation": ">=2.0.0", | ||
"react": "^17.0.0 || ^18.0.0", | ||
"react-dom": "^17.0.0 || ^18.0.0", | ||
"tailwindcss": "^3.0.0" | ||
"react-dom": "^17.0.0 || ^18.0.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Tailwind CSS Missing in Peer DependenciesThe There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is to fix an issue with the attributions https://consensys.slack.com/archives/C09CYHMHPMY/p1757939224436239?thread_ts=1757671235.871049&cid=C09CYHMHPMY
georgewrmarshall marked this conversation as resolved.
Show resolved
Hide resolved
|
||
}, | ||
"engines": { | ||
"node": "^18.18 || >=20" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No longer needed as we've removed |
This file was deleted.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These were removed in #816 but dependencies weren't updated