Skip to content

Commit

Permalink
chore: 增加 @chakra-ui/react 的 peer 依赖 @emotion/styled
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Apr 19, 2021
1 parent 6ef183c commit 486de4e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"test": "jest"
},
"dependencies": {
"@chakra-ui/react": "^1.4.2",
"@emotion/styled": "^11.1.5",
"framer-motion": "^4.1.2",
"lcfirst": "^1.1.0"
},
"devDependencies": {
Expand All @@ -28,9 +31,5 @@
},
"jest": {
"preset": "jest-preset-miaoxing"
},
"dependencies": {
"@chakra-ui/react": "^1.4.2",
"framer-motion": "^4.1.2"
}
}

0 comments on commit 486de4e

Please sign in to comment.