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

Commit f7d820f

Browse files
revert(c-checkbox): revert unrelated changes to package.json
1 parent 79b61dc commit f7d820f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

packages/c-checkbox/package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
"default": "./dist/chakra-ui-c-checkbox.esm.js"
1717
}
1818
},
19-
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/master/packages/c-checkbox",
19+
"repository": {
20+
"type": "git",
21+
"url": "git+https://github.com/chakra-ui/chakra-ui-vue-next.git"
22+
},
2023
"bugs": {
2124
"url": "https://github.com/chakra-ui/chakra-ui-vue-next/issues"
2225
},
@@ -27,16 +30,16 @@
2730
"dependencies": {
2831
"@chakra-ui/c-form-control": "0.0.0-alpha.5",
2932
"@chakra-ui/c-motion": "0.1.0-alpha.9",
30-
"@chakra-ui/utils": "^2.0.3",
33+
"@chakra-ui/utils": "2.0.3",
3134
"@chakra-ui/vue-composables": "0.1.0-alpha.9",
3235
"@chakra-ui/vue-system": "0.1.0-alpha.10",
3336
"@chakra-ui/vue-utils": "0.1.0-alpha.10",
34-
"@vueuse/motion": "^1.5.4",
37+
"@vueuse/motion": "1.5.4",
3538
"@zag-js/checkbox": "0.1.6",
36-
"@zag-js/vue": "^0.1.14"
39+
"@zag-js/vue": "0.1.14"
3740
},
3841
"devDependencies": {
39-
"vue": "^3.2.37"
42+
"vue": "^3.1.4"
4043
},
4144
"peerDependencies": {
4245
"vue": "^3.1.4"

0 commit comments

Comments
 (0)