Skip to content

Commit d3109fe

Browse files
committed
chore: up deps
1 parent c5d79eb commit d3109fe

File tree

4 files changed

+1548
-1410
lines changed

4 files changed

+1548
-1410
lines changed

examples/nuxt/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"preview": "nuxt preview"
88
},
99
"devDependencies": {
10-
"@pinia/nuxt": "^0.5.4",
11-
"nuxt": "^3.13.1",
10+
"@pinia/nuxt": "^0.5.5",
11+
"nuxt": "^3.13.2",
1212
"unplugin-vue-router": "workspace:*"
1313
},
1414
"dependencies": {
15-
"@pinia/colada": "^0.9.0",
16-
"pinia": "^2.2.2"
15+
"@pinia/colada": "^0.10.0",
16+
"pinia": "^2.2.4"
1717
}
1818
}

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@
164164
]
165165
},
166166
"dependencies": {
167-
"@babel/types": "^7.25.6",
168-
"@rollup/pluginutils": "^5.1.0",
167+
"@babel/types": "^7.25.7",
168+
"@rollup/pluginutils": "^5.1.2",
169169
"@vue-macros/common": "^1.12.3",
170170
"ast-walker-scope": "^0.6.2",
171171
"chokidar": "^3.6.0",
@@ -176,7 +176,7 @@
176176
"mlly": "^1.7.1",
177177
"pathe": "^1.1.2",
178178
"scule": "^1.3.0",
179-
"unplugin": "^1.14.0",
179+
"unplugin": "^1.14.1",
180180
"yaml": "^2.5.1"
181181
},
182182
"peerDependencies": {
@@ -188,41 +188,41 @@
188188
}
189189
},
190190
"devDependencies": {
191-
"@pinia/colada": "^0.9.0",
191+
"@pinia/colada": "^0.10.0",
192192
"@shikijs/vitepress-twoslash": "1.16.3",
193-
"@tanstack/vue-query": "^5.55.4",
193+
"@tanstack/vue-query": "^5.59.6",
194194
"@types/node": "^20.16.1",
195-
"@vitest/coverage-v8": "^2.0.5",
196-
"@vitest/ui": "^2.0.5",
195+
"@vitest/coverage-v8": "^2.1.2",
196+
"@vitest/ui": "^2.1.2",
197197
"@volar/vue-language-core": "^1.6.5",
198198
"@vue/test-utils": "^2.4.6",
199199
"chalk": "^5.3.0",
200200
"conventional-changelog-cli": "^5.0.0",
201201
"enquirer": "^2.4.1",
202202
"execa": "^9.3.1",
203203
"firebase": "^10.13.1",
204-
"happy-dom": "^15.7.3",
204+
"happy-dom": "^15.7.4",
205205
"lint-staged": "^15.2.10",
206206
"minimist": "^1.2.8",
207-
"nodemon": "^3.1.4",
207+
"nodemon": "^3.1.7",
208208
"p-series": "^3.0.0",
209-
"pinia": "^2.2.2",
209+
"pinia": "^2.2.4",
210210
"prettier": "^3.3.3",
211211
"rimraf": "^6.0.1",
212212
"rollup": "^4.21.2",
213213
"semver": "^7.6.3",
214214
"ts-expect": "^1.3.0",
215-
"tsup": "^8.2.4",
216-
"typescript": "^5.6.2",
215+
"tsup": "^8.3.0",
216+
"typescript": "^5.6.3",
217217
"unplugin-auto-import": "^0.18.2",
218218
"unplugin-vue-markdown": "^0.26.2",
219219
"unplugin-vue-router": "workspace:*",
220-
"vite": "^5.4.3",
221-
"vite-plugin-vue-devtools": "^7.4.4",
222-
"vitepress": "1.3.4",
223-
"vitest": "^2.0.5",
224-
"vue": "^3.5.3",
225-
"vue-router": "^4.4.3",
220+
"vite": "^5.4.8",
221+
"vite-plugin-vue-devtools": "^7.4.6",
222+
"vitepress": "1.4.0",
223+
"vitest": "^2.1.2",
224+
"vue": "^3.5.11",
225+
"vue-router": "^4.4.5",
226226
"vue-router-mock": "^1.1.0",
227227
"vue-tsc": "^2.1.6",
228228
"vuefire": "^3.2.0",

playground/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
"build": "vite build"
88
},
99
"devDependencies": {
10-
"@vitejs/plugin-vue": "^5.1.3",
11-
"@vue/compiler-sfc": "^3.5.3",
10+
"@vitejs/plugin-vue": "^5.1.4",
11+
"@vue/compiler-sfc": "^3.5.11",
1212
"@vue/tsconfig": "^0.5.1",
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
15-
"vite": "^5.4.3",
15+
"vite": "^5.4.8",
1616
"vite-plugin-inspect": "^0.8.7"
1717
},
1818
"dependencies": {
19-
"@tanstack/vue-query": "^5.55.4",
19+
"@tanstack/vue-query": "^5.59.6",
2020
"mande": "^2.0.9",
21-
"pinia": "^2.2.2",
22-
"vue": "^3.5.3",
23-
"vue-router": "^4.4.3"
21+
"pinia": "^2.2.4",
22+
"vue": "^3.5.11",
23+
"vue-router": "^4.4.5"
2424
}
2525
}

0 commit comments

Comments
 (0)