Skip to content

Commit 5e95790

Browse files
committed
chore: up major deps
1 parent ca8e5aa commit 5e95790

File tree

6 files changed

+261
-445
lines changed

6 files changed

+261
-445
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@rollup/plugin-replace": "^6.0.2",
3737
"@rollup/plugin-terser": "^0.4.4",
3838
"@types/lodash.kebabcase": "^4.1.9",
39-
"@types/node": "^22.15.34",
39+
"@types/node": "^24.0.8",
4040
"@vitest/coverage-v8": "^3.2.4",
4141
"@vitest/ui": "^3.2.4",
4242
"@vue/compiler-sfc": "~3.5.17",
@@ -45,8 +45,8 @@
4545
"conventional-changelog-cli": "^2.2.2",
4646
"execa": "^9.6.0",
4747
"globby": "^14.1.0",
48-
"happy-dom": "^16.8.1",
49-
"lint-staged": "^15.5.2",
48+
"happy-dom": "^18.0.1",
49+
"lint-staged": "^16.1.2",
5050
"lodash.kebabcase": "^4.1.1",
5151
"minimist": "^1.2.8",
5252
"p-series": "^3.0.0",
@@ -59,7 +59,7 @@
5959
"simple-git-hooks": "^2.13.0",
6060
"typedoc": "^0.27.9",
6161
"typedoc-plugin-markdown": "~4.4.2",
62-
"typescript": "~5.7.3",
62+
"typescript": "~5.8.3",
6363
"vitest": "^3.2.4",
6464
"vue": "~3.5.17"
6565
},

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@chenfengyuan/vue-countdown": "^2.1.3",
18-
"@vueuse/core": "^12.8.2",
18+
"@vueuse/core": "^13.4.0",
1919
"pinia": "workspace:*",
2020
"typedoc-vitepress-theme": "^1.1.2",
2121
"vitepress": "1.6.3",

packages/nuxt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@
4242
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/nuxt -r 1"
4343
},
4444
"dependencies": {
45-
"@nuxt/kit": "^3.17.5"
45+
"@nuxt/kit": "^3.9.0"
4646
},
4747
"peerDependencies": {
4848
"pinia": "workspace:^"
4949
},
5050
"devDependencies": {
51-
"@nuxt/module-builder": "1.0.0-alpha.1",
52-
"@nuxt/schema": "^3.17.5",
51+
"@nuxt/module-builder": "1.0.1",
52+
"@nuxt/schema": "^3.9.0",
5353
"@nuxt/test-utils": "^3.19.1",
5454
"nuxt": "^3.17.5",
5555
"pinia": "workspace:^",

packages/online-playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"serve": "vite preview"
1010
},
1111
"devDependencies": {
12-
"@vitejs/plugin-vue": "^5.2.4",
12+
"@vitejs/plugin-vue": "^6.0.0",
1313
"execa": "^9.6.0",
14-
"vite": "^6.3.5"
14+
"vite": "^7.0.0"
1515
},
1616
"dependencies": {
1717
"@vue/repl": "^3.0.0",

packages/playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"serve": "vite preview"
1010
},
1111
"devDependencies": {
12-
"@vitejs/plugin-vue": "^5.2.4",
13-
"vite": "^6.3.5",
12+
"@vitejs/plugin-vue": "^6.0.0",
13+
"vite": "^7.0.0",
1414
"vite-plugin-vue-devtools": "^7.7.7"
1515
},
1616
"dependencies": {
17-
"@vueuse/core": "^12.8.2",
17+
"@vueuse/core": "^13.4.0",
1818
"mande": "^2.0.9",
1919
"pinia": "workspace:*",
2020
"swrv": "^1.1.0",

0 commit comments

Comments
 (0)