Skip to content

Commit ce51651

Browse files
chore(deps): update all non-major dependencies
1 parent c68ca6d commit ce51651

File tree

3 files changed

+653
-640
lines changed

3 files changed

+653
-640
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-router",
33
"version": "0.8.6",
4-
"packageManager": "pnpm@9.0.6",
4+
"packageManager": "pnpm@9.1.1",
55
"description": "File based typed routing for Vue Router",
66
"keywords": [
77
"vue-router",
@@ -179,41 +179,41 @@
179179
},
180180
"devDependencies": {
181181
"@pinia/colada": "^0.6.0",
182-
"@shikijs/vitepress-twoslash": "1.4.0",
183-
"@tanstack/vue-query": "^5.34.2",
184-
"@types/node": "^20.12.8",
182+
"@shikijs/vitepress-twoslash": "1.5.2",
183+
"@tanstack/vue-query": "^5.36.0",
184+
"@types/node": "^20.12.12",
185185
"@vitest/coverage-v8": "^1.6.0",
186186
"@vitest/ui": "^1.6.0",
187187
"@volar/vue-language-core": "^1.6.5",
188-
"@vue/test-utils": "^2.4.5",
188+
"@vue/test-utils": "^2.4.6",
189189
"chalk": "^5.3.0",
190190
"conventional-changelog-cli": "^5.0.0",
191191
"enquirer": "^2.4.1",
192192
"execa": "^8.0.1",
193-
"firebase": "^10.11.1",
194-
"happy-dom": "^14.7.1",
193+
"firebase": "^10.12.0",
194+
"happy-dom": "^14.11.0",
195195
"lint-staged": "^15.2.2",
196196
"minimist": "^1.2.8",
197197
"nodemon": "^3.1.0",
198198
"p-series": "^3.0.0",
199199
"pinia": "^2.1.7",
200200
"prettier": "^3.2.5",
201-
"rimraf": "^5.0.5",
201+
"rimraf": "^5.0.7",
202202
"rollup": "^4.17.2",
203-
"semver": "^7.6.0",
203+
"semver": "^7.6.2",
204204
"ts-expect": "^1.3.0",
205205
"tsup": "^8.0.2",
206206
"typescript": "^5.4.5",
207-
"unplugin-auto-import": "^0.17.5",
207+
"unplugin-auto-import": "^0.17.6",
208208
"unplugin-vue-markdown": "^0.26.2",
209209
"unplugin-vue-router": "workspace:*",
210210
"vite": "^5.2.11",
211211
"vitepress": "1.1.4",
212212
"vitest": "^1.6.0",
213-
"vue": "^3.4.26",
213+
"vue": "^3.4.27",
214214
"vue-router": "4.3.2",
215215
"vue-router-mock": "^1.1.0",
216-
"vue-tsc": "^2.0.16",
216+
"vue-tsc": "^2.0.17",
217217
"vuefire": "^3.1.23",
218218
"webpack": "^5.91.0",
219219
"yorkie": "^2.0.0"

playground/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
},
99
"devDependencies": {
1010
"@vitejs/plugin-vue": "^5.0.4",
11-
"@vue/compiler-sfc": "^3.4.26",
11+
"@vue/compiler-sfc": "^3.4.27",
1212
"@vue/tsconfig": "^0.5.1",
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
1515
"vite": "^5.2.11",
1616
"vite-plugin-inspect": "^0.8.4",
17-
"vue": "^3.4.26"
17+
"vue": "^3.4.27"
1818
},
1919
"dependencies": {
20-
"@tanstack/vue-query": "^5.34.2",
21-
"mande": "^2.0.8",
20+
"@tanstack/vue-query": "^5.36.0",
21+
"mande": "^2.0.9",
2222
"pinia": "^2.1.7",
23-
"vue": "^3.4.26"
23+
"vue": "^3.4.27"
2424
}
2525
}

0 commit comments

Comments
 (0)