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

Commit c283ca4

Browse files
committed
build: use correct deps
1 parent 4409d31 commit c283ca4

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

packages/c-alert/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"watch:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch"
2424
},
2525
"dependencies": {
26-
"@chakra-ui/vue-styled-system": "1.0.0",
26+
"@chakra-ui/styled-system": "^1.4.1",
2727
"@chakra-ui/system-vue": "1.0.0",
2828
"@chakra-ui/vue-theme": "^1.0.0"
2929
}

packages/c-alert/src/alert.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import {
77
useMultiStyleConfig,
88
provideComponentStyles,
99
useComponentStyles,
10+
DOMElements,
1011
} from '@chakra-ui/system-vue'
11-
import { DOMElements } from '@chakra-ui/system-vue'
1212
import { SystemStyleObject } from '@chakra-ui/styled-system'
1313

1414
const STATUSES = {

packages/core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"watch:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch"
2424
},
2525
"dependencies": {
26-
"@chakra-ui/vue-theme": "^1.0.0"
26+
"@chakra-ui/vue-theme": "^1.0.0",
27+
"@chakra-ui/vue-utils": "^1.0.0",
2728
}
2829
}

packages/system/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
"watch:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch"
2121
},
2222
"dependencies": {
23-
"@chakra-ui/vue-styled-system": "^1.0.0",
23+
"@chakra-ui/styled-system": "^1.4.1",
2424
"@chakra-ui/vue-theme": "^1.0.0",
25+
"@chakra-ui/vue-utils": "^1.0.0",
2526
"lodash.camelcase": "^4.3.0",
2627
"lodash.kebabcase": "^4.1.1"
2728
}

0 commit comments

Comments
 (0)