Skip to content

Commit fbfda10

Browse files
fix(deps): update all non-major dependencies
1 parent cc506ee commit fbfda10

File tree

7 files changed

+721
-880
lines changed

7 files changed

+721
-880
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
- uses: pnpm/action-setup@v2
1515
name: Install pnpm
1616
with:
17-
version: 10
17+
version: 10.22.0
1818
run_install: false
1919

2020
- name: Get pnpm store directory

.histoire/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
},
1818
"devDependencies": {
1919
"@antfu/eslint-config": "^4.19.0",
20-
"@floating-ui/dom": "^1.6.13",
21-
"@floating-ui/vue": "^1.1.6",
20+
"@floating-ui/dom": "^1.7.4",
21+
"@floating-ui/vue": "^1.1.9",
2222
"@histoire/plugin-vue": "^0.17.17",
2323
"@iconify/vue": "^4.3.0",
2424
"@radix-ui/colors": "^3.0.0",
2525
"@rollup/plugin-alias": "^6.0.0",
26-
"autoprefixer": "^10.4.20",
26+
"autoprefixer": "^10.4.22",
2727
"eslint": "^9.36.0",
2828
"histoire": "^0.17.17",
29-
"postcss": "^8.5.1",
30-
"tailwindcss": "^3.4.17",
29+
"postcss": "^8.5.6",
30+
"tailwindcss": "^3.4.18",
3131
"tailwindcss-animate": "1.0.7"
3232
}
3333
}

docs/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,36 +13,36 @@
1313
"typescript": "*"
1414
},
1515
"dependencies": {
16-
"@internationalized/date": "^3.7.0",
16+
"@internationalized/date": "^3.10.0",
1717
"@stackblitz/sdk": "^1.11.0",
18-
"@vueuse/core": "^12.5.0",
19-
"motion-v": "1.3.1",
18+
"@vueuse/core": "^12.8.2",
19+
"motion-v": "1.7.4",
2020
"reka-ui": "link:../packages/core",
2121
"vue": "3.5.17",
2222
"vue-sonner": "^1.3.2"
2323
},
2424
"devDependencies": {
25-
"@babel/traverse": "^7.26.7",
25+
"@babel/traverse": "^7.28.5",
2626
"@iconify/vue": "^4.3.0",
2727
"@radix-ui/colors": "^3.0.0",
28-
"@tailwindcss/typography": "^0.5.16",
29-
"@types/babel__traverse": "^7.20.6",
28+
"@tailwindcss/typography": "^0.5.19",
29+
"@types/babel__traverse": "^7.28.0",
3030
"@types/hast": "^3.0.4",
3131
"@types/markdown-it": "^14.1.2",
3232
"@vue/tsconfig": "^0.7.0",
33-
"autoprefixer": "^10.4.20",
33+
"autoprefixer": "^10.4.22",
3434
"codesandbox": "^2.2.3",
3535
"fast-glob": "^3.3.3",
3636
"hast": "^1.0.0",
3737
"mark.js": "^8.11.1",
3838
"markdown-it": "^14.1.0",
3939
"markdown-it-anchor": "^9.2.0",
4040
"minisearch": "^6.3.0",
41-
"postcss": "^8.5.1",
41+
"postcss": "^8.5.6",
4242
"shiki": "^1.29.2",
43-
"tailwindcss": "^3.4.17",
44-
"vitepress": "1.6.3",
45-
"vitepress-plugin-llms": "^1.7.2",
43+
"tailwindcss": "^3.4.18",
44+
"vitepress": "1.6.4",
45+
"vitepress-plugin-llms": "^1.9.3",
4646
"vue-component-meta": "^2.2.12"
4747
},
4848
"postcss": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "2.6.0",
55
"private": true,
6-
"packageManager": "pnpm@10.13.1",
6+
"packageManager": "pnpm@10.22.0",
77
"license": "MIT",
88
"repository": "unovue/reka-ui",
99
"workspaces": [
@@ -30,11 +30,11 @@
3030
"@antfu/eslint-config": "^4.19.0",
3131
"@commitlint/cli": "^20.1.0",
3232
"@commitlint/config-conventional": "^20.0.0",
33-
"bumpp": "^10.1.1",
33+
"bumpp": "^10.3.1",
3434
"eslint": "^9.36.0",
3535
"lint-staged": "^15.5.2",
3636
"simple-git-hooks": "^2.13.1",
37-
"tsx": "^4.20.3",
37+
"tsx": "^4.20.6",
3838
"typescript": "5.8.3"
3939
},
4040
"commitlint": {

packages/core/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -78,34 +78,34 @@
7878
"vue": ">= 3.2.0"
7979
},
8080
"dependencies": {
81-
"@floating-ui/dom": "^1.6.13",
82-
"@floating-ui/vue": "^1.1.6",
83-
"@internationalized/date": "^3.5.0",
84-
"@internationalized/number": "^3.5.0",
85-
"@tanstack/vue-virtual": "^3.12.0",
86-
"@vueuse/core": "^12.5.0",
87-
"@vueuse/shared": "^12.5.0",
88-
"aria-hidden": "^1.2.4",
81+
"@floating-ui/dom": "^1.7.4",
82+
"@floating-ui/vue": "^1.1.9",
83+
"@internationalized/date": "^3.10.0",
84+
"@internationalized/number": "^3.6.5",
85+
"@tanstack/vue-virtual": "^3.13.12",
86+
"@vueuse/core": "^12.8.2",
87+
"@vueuse/shared": "^12.8.2",
88+
"aria-hidden": "^1.2.6",
8989
"defu": "^6.1.4",
9090
"ohash": "^2.0.11"
9191
},
9292
"devDependencies": {
9393
"@iconify/vue": "^4.3.0",
94-
"@internationalized/date": "^3.7.0",
95-
"@internationalized/number": "^3.6.0",
94+
"@internationalized/date": "^3.10.0",
95+
"@internationalized/number": "^3.6.5",
9696
"@testing-library/dom": "^10.4.1",
9797
"@testing-library/jest-dom": "^6.9.1",
9898
"@testing-library/user-event": "^14.6.1",
9999
"@testing-library/vue": "^8.1.0",
100-
"@tsconfig/node18": "^18.2.4",
100+
"@tsconfig/node18": "^18.2.6",
101101
"@types/jsdom": "^27.0.0",
102-
"@types/node": "^24.0.13",
102+
"@types/node": "^24.10.1",
103103
"@vitejs/plugin-vue": "^6.0.1",
104104
"@vitest/coverage-istanbul": "^3.2.4",
105105
"@vue/test-utils": "^2.4.6",
106106
"@vue/tsconfig": "^0.7.0",
107107
"jsdom": "^26.1.0",
108-
"tsdown": "^0.12.9",
108+
"tsdown": "^0.16.5",
109109
"vite": "^7.2.2",
110110
"vitest": "^3.2.4",
111111
"vitest-axe": "0.1.0",

packages/plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@nuxt/schema": "^4.1.2",
2323
"reka-ui": "link:../core",
2424
"unbuild": "^2.0.0",
25-
"unplugin-vue-components": "^29.0.0"
25+
"unplugin-vue-components": "^29.2.0"
2626
}
2727
}

0 commit comments

Comments
 (0)