Skip to content

Commit 964feb5

Browse files
committed
chore: up deps
1 parent a046bde commit 964feb5

File tree

7 files changed

+1376
-1258
lines changed

7 files changed

+1376
-1258
lines changed

package.json

Lines changed: 5 additions & 5 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.10.1",
39+
"@types/node": "^22.13.0",
4040
"@vitest/coverage-v8": "^2.1.8",
4141
"@vitest/ui": "^2.1.8",
4242
"@vue/compiler-sfc": "~3.5.13",
@@ -45,17 +45,17 @@
4545
"conventional-changelog-cli": "^2.2.2",
4646
"execa": "^9.5.2",
4747
"globby": "^14.0.1",
48-
"happy-dom": "^16.5.3",
49-
"lint-staged": "^15.3.0",
48+
"happy-dom": "^16.8.1",
49+
"lint-staged": "^15.4.3",
5050
"lodash.kebabcase": "^4.1.1",
5151
"minimist": "^1.2.8",
5252
"p-series": "^3.0.0",
5353
"pascalcase": "^2.0.0",
5454
"prettier": "^3.4.2",
5555
"rimraf": "^6.0.1",
56-
"rollup": "^4.30.1",
56+
"rollup": "^4.34.0",
5757
"rollup-plugin-typescript2": "^0.36.0",
58-
"semver": "^7.6.3",
58+
"semver": "^7.7.0",
5959
"simple-git-hooks": "^2.11.1",
6060
"typedoc": "^0.26.11",
6161
"typedoc-plugin-markdown": "~4.2.0",

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
},
1616
"dependencies": {
1717
"@chenfengyuan/vue-countdown": "^2.1.2",
18-
"@vueuse/core": "^12.4.0",
18+
"@vueuse/core": "^12.5.0",
1919
"pinia": "workspace:*",
20-
"typedoc-vitepress-theme": "^1.1.1",
20+
"typedoc-vitepress-theme": "^1.1.2",
2121
"vitepress": "1.5.0",
2222
"vitepress-translation-helper": "^0.2.2",
2323
"vue-use-spring": "^0.3.3"

packages/nuxt/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@
4646
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/nuxt -r 1"
4747
},
4848
"dependencies": {
49-
"@nuxt/kit": "^3.9.0"
49+
"@nuxt/kit": "^3.15.4"
5050
},
5151
"peerDependencies": {
5252
"pinia": "workspace:^"
5353
},
5454
"devDependencies": {
5555
"@nuxt/module-builder": "^0.8.4",
56-
"@nuxt/schema": "^3.9.0",
57-
"@nuxt/test-utils": "^3.14.4",
58-
"nuxt": "^3.14.1592",
56+
"@nuxt/schema": "^3.15.4",
57+
"@nuxt/test-utils": "^3.15.4",
58+
"nuxt": "^3.15.4",
5959
"pinia": "workspace:^",
60-
"typescript": "^5.6.3",
61-
"vue-tsc": "^2.1.10"
60+
"typescript": "^5.7.3",
61+
"vue-tsc": "^2.2.0"
6262
},
6363
"publishConfig": {
6464
"access": "public"

packages/online-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@vitejs/plugin-vue": "^5.2.1",
1313
"execa": "^9.5.2",
14-
"vite": "^6.0.7"
14+
"vite": "^6.0.11"
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,13 +9,13 @@
99
},
1010
"devDependencies": {
1111
"@vitejs/plugin-vue": "^5.2.1",
12-
"vite": "^6.0.7"
12+
"vite": "^6.0.11"
1313
},
1414
"dependencies": {
15-
"@vueuse/core": "^12.4.0",
15+
"@vueuse/core": "^12.5.0",
1616
"mande": "^2.0.9",
1717
"pinia": "workspace:*",
18-
"swrv": "^1.0.4",
18+
"swrv": "^1.1.0",
1919
"vue-promised": "^2.2.0",
2020
"vue-router": "^4.5.0"
2121
}

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.5"
48+
"tsup": "^8.3.6"
4949
},
5050
"peerDependencies": {
5151
"pinia": ">=2.2.6"

0 commit comments

Comments
 (0)