Skip to content

Commit ab41aea

Browse files
committed
chore: move emotion to peer dependencies
1 parent 0ae8df0 commit ab41aea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656
},
5757
"peerDependencies": {
5858
"react": "^17.0.0 || ^18.0.0",
59-
"react-dom": "^17.0.0 || ^18.0.0"
60-
},
61-
"dependencies": {
59+
"react-dom": "^17.0.0 || ^18.0.0",
6260
"@emotion/babel-plugin": "^11.9.2",
6361
"@emotion/react": "11.9.0"
6462
},
63+
"dependencies": {
64+
},
6565
"devDependencies": {
6666
"@babel/core": "7.17.12",
6767
"@size-limit/preset-small-lib": "7.0.8",

0 commit comments

Comments
 (0)