Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 4b10a98

Browse files
committed
ci: fix package deps
1 parent 688b6b2 commit 4b10a98

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/chakra-ui-core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@chakra-ui/styled-system": "^1.12.2",
40+
"@chakra-ui/theme-vue": "^0.3.1",
4041
"@popperjs/core": "^2.4.0",
4142
"animejs": "^3.1.0",
4243
"aria-hidden": "^1.1.1",

packages/chakra-ui-nuxt/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"test": "jest"
2222
},
2323
"dependencies": {
24+
"@chakra-ui/theme-vue": "^0.3.1",
2425
"@chakra-ui/vue": "^0.10.1",
2526
"@emotion/css": "^11.0.0",
2627
"chakra-loader": "latest"

0 commit comments

Comments
 (0)