Skip to content

Commit c632393

Browse files
committed
chore: up deps
1 parent 9da0540 commit c632393

File tree

4 files changed

+833
-825
lines changed

4 files changed

+833
-825
lines changed

examples/nuxt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"devDependencies": {
1010
"@pinia/nuxt": "^0.9.0",
11-
"nuxt": "^3.15.2",
11+
"nuxt": "^3.15.3",
1212
"unplugin-vue-router": "workspace:*"
1313
},
1414
"dependencies": {

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
]
133133
},
134134
"dependencies": {
135-
"@babel/types": "^7.26.5",
135+
"@babel/types": "^7.26.7",
136136
"@rollup/pluginutils": "^5.1.4",
137137
"@vue-macros/common": "^1.16.1",
138138
"ast-walker-scope": "^0.6.2",
@@ -158,37 +158,37 @@
158158
"devDependencies": {
159159
"@pinia/colada": "^0.13.3",
160160
"@posva/prompts": "^2.4.4",
161-
"@shikijs/vitepress-twoslash": "2.0.3",
161+
"@shikijs/vitepress-twoslash": "2.1.0",
162162
"@tanstack/vue-query": "^5.64.2",
163-
"@types/node": "^22.10.7",
164-
"@vitest/coverage-v8": "^3.0.2",
165-
"@vitest/ui": "^3.0.2",
163+
"@types/node": "^22.10.10",
164+
"@vitest/coverage-v8": "^3.0.4",
165+
"@vitest/ui": "^3.0.4",
166166
"@volar/vue-language-core": "^1.6.5",
167167
"@vue/test-utils": "^2.4.6",
168168
"chalk": "^5.4.1",
169169
"conventional-changelog-cli": "^5.0.0",
170170
"execa": "^9.5.2",
171171
"firebase": "^11.2.0",
172-
"happy-dom": "^16.7.1",
173-
"lint-staged": "^15.4.1",
172+
"happy-dom": "^16.7.2",
173+
"lint-staged": "^15.4.2",
174174
"minimist": "^1.2.8",
175175
"nodemon": "^3.1.9",
176176
"p-series": "^3.0.0",
177177
"pinia": "^2.3.1",
178178
"prettier": "^3.4.2",
179179
"rimraf": "^6.0.1",
180-
"rollup": "^4.31.0",
180+
"rollup": "^4.32.0",
181181
"semver": "^7.6.3",
182182
"ts-expect": "^1.3.0",
183-
"tsup": "^8.3.5",
183+
"tsup": "^8.3.6",
184184
"typescript": "^5.7.3",
185185
"unplugin-auto-import": "^19.0.0",
186186
"unplugin-vue-markdown": "^28.1.0",
187187
"unplugin-vue-router": "workspace:*",
188188
"vite": "^6.0.11",
189-
"vite-plugin-vue-devtools": "^7.7.0",
190-
"vitepress": "1.6.1",
191-
"vitest": "^3.0.2",
189+
"vite-plugin-vue-devtools": "^7.7.1",
190+
"vitepress": "1.6.3",
191+
"vitest": "^3.0.4",
192192
"vue": "^3.5.13",
193193
"vue-router": "^4.5.0",
194194
"vue-router-mock": "^1.1.0",

playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
1515
"vite": "^6.0.11",
16-
"vite-plugin-inspect": "^10.0.7"
16+
"vite-plugin-inspect": "^10.1.0"
1717
},
1818
"dependencies": {
1919
"@tanstack/vue-query": "^5.64.2",

0 commit comments

Comments
 (0)