Skip to content

Commit a04fab7

Browse files
chore(deps): update all non-major dependencies
1 parent 79e8509 commit a04fab7

File tree

5 files changed

+34
-34
lines changed

5 files changed

+34
-34
lines changed

.histoire/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
},
1919
"devDependencies": {
2020
"@antfu/eslint-config": "^2.27.3",
21-
"@floating-ui/dom": "^1.6.7",
22-
"@floating-ui/vue": "^1.1.0",
21+
"@floating-ui/dom": "^1.6.12",
22+
"@floating-ui/vue": "^1.1.5",
2323
"@histoire/plugin-vue": "^0.17.17",
2424
"@iconify/vue": "^4.1.2",
2525
"@radix-ui/colors": "^3.0.0",
26-
"@rollup/plugin-alias": "^5.1.0",
27-
"autoprefixer": "^10.4.19",
26+
"@rollup/plugin-alias": "^5.1.1",
27+
"autoprefixer": "^10.4.20",
2828
"eslint": "^9.10.0",
2929
"histoire": "^0.17.17",
30-
"postcss": "^8.4.39",
31-
"tailwindcss": "^3.4.4",
30+
"postcss": "^8.4.49",
31+
"tailwindcss": "^3.4.15",
3232
"tailwindcss-animate": "1.0.7"
3333
}
3434
}

docs/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,28 @@
1313
"typescript": "*"
1414
},
1515
"dependencies": {
16-
"@internationalized/date": "^3.5.4",
17-
"@stackblitz/sdk": "^1.10.0",
18-
"@vueuse/core": "^10.11.0",
16+
"@internationalized/date": "^3.6.0",
17+
"@stackblitz/sdk": "^1.11.0",
18+
"@vueuse/core": "^10.11.1",
1919
"radix-vue": "link:../packages/radix-vue",
2020
"vue": "3.4.31",
2121
"vue-sonner": "^1.1.3"
2222
},
2323
"devDependencies": {
24-
"@babel/traverse": "^7.24.7",
24+
"@babel/traverse": "^7.25.9",
2525
"@iconify/vue": "^4.1.2",
2626
"@radix-ui/colors": "^3.0.0",
2727
"@types/babel__traverse": "^7.20.6",
28-
"@types/markdown-it": "^14.1.1",
28+
"@types/markdown-it": "^14.1.2",
2929
"@vue/tsconfig": "^0.5.1",
30-
"autoprefixer": "^10.4.19",
30+
"autoprefixer": "^10.4.20",
3131
"codesandbox": "^2.2.3",
3232
"fast-glob": "^3.3.2",
3333
"markdown-it": "^14.1.0",
34-
"postcss": "^8.4.39",
35-
"tailwindcss": "^3.4.4",
36-
"tsx": "^4.16.0",
37-
"vitepress": "1.2.3",
34+
"postcss": "^8.4.49",
35+
"tailwindcss": "^3.4.15",
36+
"tsx": "^4.19.2",
37+
"vitepress": "1.5.0",
3838
"vue-component-meta": "^2.0.24"
3939
},
4040
"postcss": {

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "radix-vue",
33
"version": "1.9.10",
44
"private": true,
5-
"packageManager": "pnpm@9.4.0",
5+
"packageManager": "pnpm@9.14.2",
66
"license": "MIT",
77
"repository": "unovue/radix-vue",
88
"workspaces": [
@@ -26,12 +26,12 @@
2626
},
2727
"devDependencies": {
2828
"@antfu/eslint-config": "^2.27.3",
29-
"@commitlint/cli": "^19.3.0",
30-
"@commitlint/config-conventional": "^19.2.2",
31-
"bumpp": "^9.4.1",
29+
"@commitlint/cli": "^19.6.0",
30+
"@commitlint/config-conventional": "^19.6.0",
31+
"bumpp": "^9.8.1",
3232
"eslint": "^9.10.0",
3333
"lint-staged": "^15.2.10",
34-
"pnpm": "^9.4.0",
34+
"pnpm": "^9.14.2",
3535
"rimraf": "^6.0.1",
3636
"simple-git-hooks": "^2.11.1",
3737
"typescript": "5.3.3"

packages/plugins/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"stub": "unbuild --stub"
1919
},
2020
"dependencies": {
21-
"@nuxt/kit": "^3.12.2",
22-
"@nuxt/schema": "^3.12.2",
21+
"@nuxt/kit": "^3.14.1592",
22+
"@nuxt/schema": "^3.14.1592",
2323
"radix-vue": "link:../radix-vue",
24-
"tsx": "^4.16.0",
24+
"tsx": "^4.19.2",
2525
"unbuild": "^2.0.0",
26-
"unplugin-vue-components": "^0.27.2"
26+
"unplugin-vue-components": "^0.27.4"
2727
}
2828
}

packages/radix-vue/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,17 @@
9393
"vue": ">= 3.2.0"
9494
},
9595
"dependencies": {
96-
"@floating-ui/dom": "^1.6.7",
97-
"@floating-ui/vue": "^1.1.0",
98-
"@internationalized/date": "^3.5.4",
99-
"@internationalized/number": "^3.5.3",
100-
"@tanstack/vue-virtual": "^3.8.1",
101-
"@vueuse/core": "^10.11.0",
102-
"@vueuse/shared": "^10.11.0",
96+
"@floating-ui/dom": "^1.6.12",
97+
"@floating-ui/vue": "^1.1.5",
98+
"@internationalized/date": "^3.6.0",
99+
"@internationalized/number": "^3.6.0",
100+
"@tanstack/vue-virtual": "^3.10.9",
101+
"@vueuse/core": "^10.11.1",
102+
"@vueuse/shared": "^10.11.1",
103103
"aria-hidden": "^1.2.4",
104104
"defu": "^6.1.4",
105105
"fast-deep-equal": "^3.1.3",
106-
"nanoid": "^5.0.7"
106+
"nanoid": "^5.0.9"
107107
},
108108
"devDependencies": {
109109
"@iconify/vue": "^4.1.2",
@@ -112,7 +112,7 @@
112112
"@testing-library/user-event": "^14.5.2",
113113
"@testing-library/vue": "^8.1.0",
114114
"@tsconfig/node18": "^18.2.4",
115-
"@types/node": "^20.14.9",
115+
"@types/node": "^20.17.8",
116116
"@vitejs/plugin-vue": "^5.1.4",
117117
"@vitejs/plugin-vue-jsx": "^4.0.1",
118118
"@vitest/coverage-istanbul": "^2.1.1",

0 commit comments

Comments
 (0)