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

Commit 48014a2

Browse files
authored
fix(portal): fix vue-composables version
1 parent 2ec328b commit 48014a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/c-portal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@chakra-ui/utils": "^2.0.3",
32-
"@chakra-ui/vue-composables": "0.1.0-alpha.10",
32+
"@chakra-ui/vue-composables": "0.1.0-alpha.9",
3333
"@chakra-ui/vue-utils": "0.1.0-alpha.10"
3434
},
3535
"devDependencies": {

0 commit comments

Comments
 (0)