Skip to content

Commit

Permalink
build(*): update emotion/styled & emotion/react
Browse files Browse the repository at this point in the history
  • Loading branch information
tanbowensg committed Sep 8, 2022
1 parent 5b866cb commit e286c36
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 300 deletions.
1 change: 0 additions & 1 deletion packages/chakra-ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"dependencies": {
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.7.1",
"@emotion/styled": "^11.6.0",
"@sunmao-ui/editor-sdk": "^0.3.4",
"chakra-react-select": "^1.3.2",
"framer-motion": "^4"
Expand Down
2 changes: 1 addition & 1 deletion packages/editor-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.7.1",
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.1.1",
"@emotion/react": "^11.8.1",
"@sinclair/typebox": "^0.21.2",
"@sunmao-ui/core": "^0.7.3",
"@sunmao-ui/runtime": "^0.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"vite": "^3.0.8"
},
"peerDependencies": {
"@emotion/react": "^11.1.1"
"@emotion/react": "^11.8.1"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit e286c36

Please sign in to comment.