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

Commit 36fb03d

Browse files
committed
chore(deps): build all dependencies
1 parent 97f52ee commit 36fb03d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"vue-router": "4.0.0-beta.10"
5858
},
5959
"dependencies": {
60-
"@chakra-ui/theme-vue": "^0.2.6",
6160
"@types/lodash.mergewith": "^4.6.6",
6261
"@types/tinycolor2": "^1.4.2",
6362
"change-case": "^4.1.1",

packages/c-box/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@
1717
"build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts -d dist/esm --source-maps",
1818
"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts -d dist/cjs --source-maps",
1919
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types"
20+
},
21+
"dependencies": {
22+
"@chakra-ui/vue-theme": "^1.0.0"
2023
}
2124
}

0 commit comments

Comments
 (0)