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

Commit 42c78e8

Browse files
committed
chore: update core package deps
1 parent eb25ce2 commit 42c78e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/core/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@
2121
"watch:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts -d dist/esm --source-maps --watch",
2222
"watch:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts -d dist/cjs --source-maps --watch",
2323
"watch:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch"
24+
},
25+
"dependencies": {
26+
"@chakra-ui/vue-theme": "^1.0.0"
2427
}
2528
}

0 commit comments

Comments
 (0)