Skip to content

Commit

Permalink
Removing vanilla-extract dependencies from packages
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed May 4, 2024
1 parent 79f60f4 commit a94019e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 176 deletions.
3 changes: 1 addition & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ module.exports = {
'@babel/preset-react'
],
plugins: [
['@babel/plugin-transform-class-properties', { loose: true }],
["@vanilla-extract/babel-plugin", {}]
['@babel/plugin-transform-class-properties', { loose: true }]
]
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vanilla-extract/babel-plugin": "^1.2.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
Expand Down
4 changes: 0 additions & 4 deletions packages/checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
"peerDependencies": {
"@0xsequence/design-system": ">=1.4.7",
"@0xsequence/kit": "workspace:*",
"@vanilla-extract/css": ">=1.9.3",
"@vanilla-extract/recipes": ">=0.3.0",
"ethers": ">=5.7.2",
"framer-motion": ">=8.5.2",
"react": ">=17",
Expand All @@ -37,8 +35,6 @@
"@0xsequence/design-system": "^1.4.7",
"@0xsequence/kit": "workspace:*",
"@types/react-copy-to-clipboard": "^5.0.4",
"@vanilla-extract/css": "^1.14.2",
"@vanilla-extract/recipes": "^0.5.2",
"babel-plugin-module-resolver": "^5.0.2",
"ethers": "^5.7.2",
"framer-motion": "^8.5.2",
Expand Down
2 changes: 0 additions & 2 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
"@0xsequence/network": "^1.9.26",
"@0xsequence/provider": "^1.9.26",
"@0xsequence/utils": "^1.9.26",
"@vanilla-extract/css": "^1.14.2",
"@vanilla-extract/recipes": "^0.5.2",
"framer-motion": "^8.5.2"
},
"peerDependencies": {
Expand Down
4 changes: 0 additions & 4 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
"peerDependencies": {
"@0xsequence/design-system": ">=1.4.7",
"@0xsequence/kit": "workspace:*",
"@vanilla-extract/css": ">=1.9.3",
"@vanilla-extract/recipes": ">=0.3.0",
"ethers": ">=5.7.2",
"framer-motion": ">=8.5.2",
"react": ">=17",
Expand All @@ -41,8 +39,6 @@
"@0xsequence/design-system": "^1.4.7",
"@0xsequence/kit": "workspace:*",
"@types/react-copy-to-clipboard": "^5.0.4",
"@vanilla-extract/css": "^1.14.2",
"@vanilla-extract/recipes": "^0.5.2",
"babel-plugin-module-resolver": "^5.0.2",
"ethers": "^5.7.2",
"framer-motion": "^8.5.2",
Expand Down
Loading

0 comments on commit a94019e

Please sign in to comment.