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

Commit 03996f7

Browse files
committed
feat: version packages
1 parent 438d1a5 commit 03996f7

File tree

41 files changed

+249
-380
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+249
-380
lines changed

modules/nuxt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/nuxt-next",
3-
"version": "2.1.0-beta.0",
3+
"version": "workspace:*",
44
"description": "Nuxt 3 compatible version of Chakra UI Vue",
55
"license": "MIT",
66
"type": "module",
@@ -16,7 +16,7 @@
1616
"files": [
1717
"dist"
1818
],
19-
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/main/packages/nuxt",
19+
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/master/modules/nuxt",
2020
"author": "Jonathan Bakebwa [email protected]",
2121
"scripts": {
2222
"prebuild": "nuxi prepare playground",
@@ -38,7 +38,7 @@
3838
"playwright": "^1.30.0"
3939
},
4040
"devDependencies": {
41-
"@chakra-ui/theme": "^2.2.4",
41+
"@chakra-ui/theme": "^2.2.5",
4242
"@chakra-ui/utils": "2.0.14",
4343
"@nuxt/eslint-config": "^0.1.1",
4444
"@nuxt/module-builder": "^0.2.1",

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,16 @@
9292
"@ctrl/tinycolor": "^3.4.1",
9393
"@cypress/vite-dev-server": "^5.0.2",
9494
"@cypress/vue": "^5.0.3",
95-
"@emotion/css": "^11.9.0",
95+
"@emotion/css": "^11.10.5",
9696
"@emotion/jest": "^11.7.1",
97-
"@emotion/server": "^11.4.0",
97+
"@emotion/server": "^11.10.0",
9898
"@manypkg/cli": "^0.17.0",
99+
"@manypkg/get-packages": "^2.1.0",
99100
"@mdx-js/rollup": "^2.0.0-rc.2",
100-
"@nuxt/kit": "^3.0.0",
101+
"@nuxt/kit": "^3.2.0",
101102
"@nuxt/module-builder": "^0.2.1",
102-
"@nuxt/schema": "^3.0.0",
103-
"@nuxt/test-utils": "^3.0.0",
103+
"@nuxt/schema": "^3.2.0",
104+
"@nuxt/test-utils": "^3.2.0",
104105
"@popperjs/core": "^2.8.4",
105106
"@rollup/plugin-multi-entry": "^6.0.0",
106107
"@rollup/plugin-typescript": "^11.0.0",
@@ -145,7 +146,7 @@
145146
"@vueuse/shared": "^9.11.1",
146147
"@zag-js/accordion": "^0.1.13",
147148
"@zag-js/core": "^0.2.6",
148-
"@zag-js/vue": "^0.1.14",
149+
"@zag-js/vue": "^0.2.8",
149150
"aria-hidden": "^1.1.2",
150151
"axe-core": "^4.1.2",
151152
"babel-jest": "^26.6.3",
@@ -165,7 +166,7 @@
165166
"esbuild": "0.13.4",
166167
"esbuild-jest": "0.4.0",
167168
"esbuild-plugin-babel": "^0.2.3",
168-
"eslint": "^7.0.0",
169+
"eslint": "^8.34.0",
169170
"eslint-config-prettier": "^6.12.0",
170171
"eslint-config-standard": "^14.1.1",
171172
"eslint-plugin-import": "^2.22.0",
@@ -218,7 +219,7 @@
218219
"vite-plugin-pages": "^0.20.1",
219220
"vite-plugin-vue-layouts": "^0.5.0",
220221
"vite-ssg": "^0.20.2",
221-
"vitest": "^0.18.0",
222+
"vitest": "^0.28.5",
222223
"vue": "^3.2.37",
223224
"vue-jest": "^5.0.0-alpha.7",
224225
"vue-prism-editor": "^2.0.0-alpha.2",

packages/c-accordion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"description": "Chakra UI Vue | CAccordion component",
16-
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/main/packages/c-accordion",
16+
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/master/packages/c-accordion",
1717
"author": "Jonathan Bakebwa [email protected]",
1818
"license": "MIT",
1919
"scripts": {
@@ -32,7 +32,7 @@
3232
"@chakra-ui/vue-system": "workspace:*",
3333
"@chakra-ui/vue-utils": "workspace:*",
3434
"@zag-js/accordion": "^0.1.13",
35-
"@zag-js/vue": "^0.1.14"
35+
"@zag-js/vue": "^0.2.8"
3636
},
3737
"peerDependencies": {
3838
"vue": ">=3.0.5"

packages/c-alert/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"description": "Chakra UI Vue | CAlert component",
16-
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/main/packages/c-alert",
16+
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/master/packages/c-alert",
1717
"author": "Jonathan Bakebwa [email protected]",
1818
"license": "MIT",
1919
"scripts": {

packages/c-avatar/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"default": "./dist/index.esm.js"
1717
}
1818
},
19-
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/main/packages/c-avatar",
19+
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/master/packages/c-avatar",
2020
"bugs": {
2121
"url": "https://github.com/chakra-ui/chakra-ui-vue-next/issues"
2222
},
@@ -33,16 +33,15 @@
3333
"@chakra-ui/c-icon": "workspace:*",
3434
"@chakra-ui/c-image": "workspace:*",
3535
"@chakra-ui/styled-system": "2.5.1",
36-
"@chakra-ui/theme-tools": "^2.0.16",
36+
"@chakra-ui/theme-tools": "^2.0.17",
3737
"@chakra-ui/utils": "2.0.14",
3838
"@chakra-ui/vue-layout": "workspace:*",
3939
"@chakra-ui/vue-system": "workspace:*",
4040
"@chakra-ui/vue-utils": "workspace:*",
41-
"csstype": "3.1.1"
41+
"csstype": "^3.1.1"
4242
},
4343
"devDependencies": {
44-
"vue": "^3.2.37",
45-
"csstype": "3.1.1"
44+
"vue": "^3.2.37"
4645
},
4746
"peerDependencies": {
4847
"vue": "^3.1.4"

packages/c-breadcrumb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"publishConfig": {
2020
"access": "public"
2121
},
22-
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/main/packages/c-breadcrumb",
22+
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/master/packages/c-breadcrumb",
2323
"bugs": {
2424
"url": "https://github.com/chakra-ui/chakra-ui-vue-next/issues"
2525
},

packages/c-button/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"description": "Chakra UI Vue | CButton component",
16-
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/main/packages/c-button",
16+
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/master/packages/c-button",
1717
"author": "Jonathan Bakebwa [email protected]",
1818
"license": "MIT",
1919
"scripts": {

packages/c-checkbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"default": "./dist/index.esm.js"
1717
}
1818
},
19-
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/main/packages/c-checkbox",
19+
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/master/packages/c-checkbox",
2020
"bugs": {
2121
"url": "https://github.com/chakra-ui/chakra-ui-vue-next/issues"
2222
},
@@ -38,7 +38,7 @@
3838
"@chakra-ui/vue-utils": "workspace:*",
3939
"@vueuse/motion": "^1.5.4",
4040
"@zag-js/checkbox": "0.1.6",
41-
"@zag-js/vue": "^0.1.14"
41+
"@zag-js/vue": "^0.2.8"
4242
},
4343
"devDependencies": {
4444
"vue": "^3.2.37"

packages/c-close-button/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"publishConfig": {
2020
"access": "public"
2121
},
22-
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/main/packages/c-close-button",
22+
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/master/packages/c-close-button",
2323
"bugs": {
2424
"url": "https://github.com/chakra-ui/chakra-ui-vue-next/issues"
2525
},

packages/c-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"publishConfig": {
2020
"access": "public"
2121
},
22-
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/main/packages/c-code",
22+
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/master/packages/c-code",
2323
"bugs": {
2424
"url": "https://github.com/chakra-ui/chakra-ui-vue-next/issues"
2525
},

0 commit comments

Comments
 (0)