Skip to content

Commit c0a6a4b

Browse files
committed
chore: up deps
1 parent bcc571b commit c0a6a4b

File tree

5 files changed

+1844
-2547
lines changed

5 files changed

+1844
-2547
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@rollup/plugin-replace": "^6.0.3",
3737
"@rollup/plugin-terser": "^0.4.4",
3838
"@types/lodash.kebabcase": "^4.1.9",
39-
"@types/node": "^24.9.2",
39+
"@types/node": "^24.10.0",
4040
"@vitest/coverage-v8": "^3.2.4",
4141
"@vitest/ui": "^3.2.4",
4242
"@vue/compiler-sfc": "~3.5.22",
@@ -45,7 +45,7 @@
4545
"conventional-changelog-cli": "^2.2.2",
4646
"execa": "^9.6.0",
4747
"globby": "^15.0.0",
48-
"happy-dom": "^18.0.1",
48+
"happy-dom": "^20.0.10",
4949
"lint-staged": "^16.2.6",
5050
"lodash.kebabcase": "^4.1.1",
5151
"minimist": "^1.2.8",

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": "^13.4.0",
18+
"@vueuse/core": "^14.0.0",
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.20.0"
4646
},
4747
"peerDependencies": {
4848
"pinia": "workspace:^"
4949
},
5050
"devDependencies": {
51-
"@nuxt/module-builder": "1.0.1",
52-
"@nuxt/schema": "^3.9.0",
53-
"@nuxt/test-utils": "^3.19.1",
54-
"nuxt": "^3.17.5",
51+
"@nuxt/module-builder": "1.0.2",
52+
"@nuxt/schema": "^3.20.0",
53+
"@nuxt/test-utils": "^3.20.1",
54+
"nuxt": "^3.20.0",
5555
"pinia": "workspace:^",
5656
"typescript": "^5.9.3",
57-
"vue-tsc": "^3.1.2"
57+
"vue-tsc": "^3.1.3"
5858
},
5959
"publishConfig": {
6060
"access": "public"

packages/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"vite-plugin-vue-devtools": "^7.7.7"
1515
},
1616
"dependencies": {
17-
"@vueuse/core": "^13.4.0",
17+
"@vueuse/core": "^14.0.0",
1818
"mande": "^2.0.9",
1919
"pinia": "workspace:*",
2020
"swrv": "^1.1.0",
2121
"vue-promised": "^2.2.0",
22-
"vue-router": "^4.5.1"
22+
"vue-router": "^4.6.3"
2323
}
2424
}

0 commit comments

Comments
 (0)