Skip to content

Commit 24a7686

Browse files
committed
chore: up deps
1 parent feb1fa3 commit 24a7686

File tree

8 files changed

+3867
-2986
lines changed

8 files changed

+3867
-2986
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,37 +31,37 @@
3131
"devDependencies": {
3232
"@posva/prompts": "^2.4.4",
3333
"@rollup/plugin-alias": "^5.1.0",
34-
"@rollup/plugin-commonjs": "^28.0.2",
35-
"@rollup/plugin-node-resolve": "^16.0.0",
34+
"@rollup/plugin-commonjs": "^28.0.6",
35+
"@rollup/plugin-node-resolve": "^16.0.1",
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.13.1",
40-
"@vitest/coverage-v8": "^3.0.5",
41-
"@vitest/ui": "^3.0.5",
42-
"@vue/compiler-sfc": "~3.5.13",
43-
"@vue/server-renderer": "~3.5.13",
39+
"@types/node": "^22.15.34",
40+
"@vitest/coverage-v8": "^3.2.4",
41+
"@vitest/ui": "^3.2.4",
42+
"@vue/compiler-sfc": "~3.5.17",
43+
"@vue/server-renderer": "~3.5.17",
4444
"chalk": "^5.4.1",
4545
"conventional-changelog-cli": "^2.2.2",
46-
"execa": "^9.5.2",
47-
"globby": "^14.0.1",
46+
"execa": "^9.6.0",
47+
"globby": "^14.1.0",
4848
"happy-dom": "^16.8.1",
49-
"lint-staged": "^15.4.3",
49+
"lint-staged": "^15.5.2",
5050
"lodash.kebabcase": "^4.1.1",
5151
"minimist": "^1.2.8",
5252
"p-series": "^3.0.0",
5353
"pascalcase": "^2.0.0",
54-
"prettier": "^3.4.2",
54+
"prettier": "^3.6.2",
5555
"rimraf": "^6.0.1",
56-
"rollup": "^4.34.2",
56+
"rollup": "^4.44.1",
5757
"rollup-plugin-typescript2": "^0.36.0",
58-
"semver": "^7.7.1",
59-
"simple-git-hooks": "^2.11.1",
60-
"typedoc": "^0.27.6",
61-
"typedoc-plugin-markdown": "~4.4.1",
58+
"semver": "^7.7.2",
59+
"simple-git-hooks": "^2.13.0",
60+
"typedoc": "^0.27.9",
61+
"typedoc-plugin-markdown": "~4.4.2",
6262
"typescript": "~5.7.3",
63-
"vitest": "^3.0.5",
64-
"vue": "~3.5.13"
63+
"vitest": "^3.2.4",
64+
"vue": "~3.5.17"
6565
},
6666
"simple-git-hooks": {
6767
"pre-commit": "pnpm lint-staged",

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"docs:preview": "vitepress preview ."
1515
},
1616
"dependencies": {
17-
"@chenfengyuan/vue-countdown": "^2.1.2",
18-
"@vueuse/core": "^12.5.0",
17+
"@chenfengyuan/vue-countdown": "^2.1.3",
18+
"@vueuse/core": "^12.8.2",
1919
"pinia": "workspace:*",
2020
"typedoc-vitepress-theme": "^1.1.2",
2121
"vitepress": "1.6.3",

packages/nuxt/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@
4242
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/nuxt -r 1"
4343
},
4444
"dependencies": {
45-
"@nuxt/kit": "^3.9.0"
45+
"@nuxt/kit": "^3.17.5"
4646
},
4747
"peerDependencies": {
4848
"pinia": "workspace:^"
4949
},
5050
"devDependencies": {
5151
"@nuxt/module-builder": "1.0.0-alpha.1",
52-
"@nuxt/schema": "^3.9.0",
53-
"@nuxt/test-utils": "^3.15.4",
54-
"nuxt": "^3.15.4",
52+
"@nuxt/schema": "^3.17.5",
53+
"@nuxt/test-utils": "^3.19.1",
54+
"nuxt": "^3.17.5",
5555
"pinia": "workspace:^",
56-
"typescript": "^5.7.3",
57-
"vue-tsc": "^2.2.0"
56+
"typescript": "^5.8.3",
57+
"vue-tsc": "^2.2.10"
5858
},
5959
"publishConfig": {
6060
"access": "public"

packages/online-playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"serve": "vite preview"
1010
},
1111
"devDependencies": {
12-
"@vitejs/plugin-vue": "^5.2.1",
13-
"execa": "^9.5.2",
14-
"vite": "^6.0.11"
12+
"@vitejs/plugin-vue": "^5.2.4",
13+
"execa": "^9.6.0",
14+
"vite": "^6.3.5"
1515
},
1616
"dependencies": {
1717
"@vue/repl": "^3.0.0",
1818
"file-saver": "^2.0.5",
1919
"jszip": "^3.10.1",
2020
"pinia": "workspace:*",
21-
"vue": "^3.5.13"
21+
"vue": "^3.5.17"
2222
}
2323
}

packages/pinia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@vue/test-utils": "^2.4.6"
7373
},
7474
"dependencies": {
75-
"@vue/devtools-api": "^7.7.2"
75+
"@vue/devtools-api": "^7.7.7"
7676
},
7777
"peerDependencies": {
7878
"typescript": ">=4.4.4",

packages/playground/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"serve": "vite preview"
1010
},
1111
"devDependencies": {
12-
"@vitejs/plugin-vue": "^5.2.1",
13-
"vite": "^6.0.11",
14-
"vite-plugin-vue-devtools": "^7.7.2"
12+
"@vitejs/plugin-vue": "^5.2.4",
13+
"vite": "^6.3.5",
14+
"vite-plugin-vue-devtools": "^7.7.7"
1515
},
1616
"dependencies": {
17-
"@vueuse/core": "^12.5.0",
17+
"@vueuse/core": "^12.8.2",
1818
"mande": "^2.0.9",
1919
"pinia": "workspace:*",
2020
"swrv": "^1.1.0",
2121
"vue-promised": "^2.2.0",
22-
"vue-router": "^4.5.0"
22+
"vue-router": "^4.5.1"
2323
}
2424
}

packages/testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"pinia": "workspace:*",
48-
"tsup": "^8.3.6"
48+
"tsup": "^8.5.0"
4949
},
5050
"peerDependencies": {
5151
"pinia": ">=3.0.3"

0 commit comments

Comments
 (0)