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

Commit 371985c

Browse files
committed
build(c-alert): add theme dependency
1 parent 32cfd25 commit 371985c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/c-alert/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types"
2020
},
2121
"dependencies": {
22-
"@chakra-ui/vue-styled-system": "1.0.0"
22+
"@chakra-ui/vue-styled-system": "1.0.0",
23+
"@chakra-ui/vue-theme": "^1.0.0"
2324
}
2425
}

0 commit comments

Comments
 (0)