Skip to content

Commit 80a2251

Browse files
committed
chore(deps): update all non-major dependencies
1 parent efbc34f commit 80a2251

File tree

3 files changed

+331
-204
lines changed

3 files changed

+331
-204
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-router",
33
"version": "0.8.4",
4-
"packageManager": "[email protected].3",
4+
"packageManager": "[email protected].4",
55
"description": "File based typed routing for Vue Router",
66
"keywords": [
77
"vue-router",
@@ -163,11 +163,11 @@
163163
"fast-glob": "^3.3.2",
164164
"json5": "^2.2.3",
165165
"local-pkg": "^0.5.0",
166-
"mlly": "^1.6.0",
166+
"mlly": "^1.6.1",
167167
"pathe": "^1.1.2",
168168
"scule": "^1.3.0",
169169
"unplugin": "^1.7.1",
170-
"yaml": "^2.3.4"
170+
"yaml": "^2.4.0"
171171
},
172172
"peerDependencies": {
173173
"vue-router": "^4.3.0"
@@ -179,9 +179,9 @@
179179
},
180180
"devDependencies": {
181181
"@pinia/colada": "^0.5.3",
182-
"@shikijs/vitepress-twoslash": "1.1.6",
183-
"@tanstack/vue-query": "^5.22.2",
184-
"@types/node": "^20.11.19",
182+
"@shikijs/vitepress-twoslash": "1.1.7",
183+
"@tanstack/vue-query": "^5.24.1",
184+
"@types/node": "^20.11.20",
185185
"@vitest/coverage-v8": "^1.3.1",
186186
"@vitest/ui": "^1.3.1",
187187
"@volar/vue-language-core": "^1.6.5",
@@ -191,10 +191,10 @@
191191
"enquirer": "^2.4.1",
192192
"execa": "^8.0.1",
193193
"firebase": "^10.8.0",
194-
"happy-dom": "^13.3.8",
194+
"happy-dom": "^13.6.0",
195195
"lint-staged": "^15.2.2",
196196
"minimist": "^1.2.8",
197-
"nodemon": "^3.0.3",
197+
"nodemon": "^3.1.0",
198198
"p-series": "^3.0.0",
199199
"pinia": "^2.1.7",
200200
"prettier": "^3.2.5",
@@ -205,16 +205,16 @@
205205
"tsup": "^8.0.2",
206206
"typescript": "^5.3.3",
207207
"unplugin-auto-import": "^0.17.5",
208-
"unplugin-vue-markdown": "^0.25.0",
208+
"unplugin-vue-markdown": "^0.26.0",
209209
"unplugin-vue-router": "workspace:*",
210210
"vite": "^5.1.4",
211211
"vitepress": "1.0.0-rc.44",
212212
"vitest": "^1.3.1",
213-
"vue": "^3.4.19",
213+
"vue": "^3.4.20",
214214
"vue-router": "4.3.0",
215215
"vue-router-mock": "^1.1.0",
216216
"vue-tsc": "^1.8.27",
217-
"vuefire": "^3.1.22",
217+
"vuefire": "^3.1.23",
218218
"webpack": "^5.90.3",
219219
"yorkie": "^2.0.0"
220220
}

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
},
88
"devDependencies": {
99
"@vitejs/plugin-vue": "^5.0.4",
10-
"@vue/compiler-sfc": "^3.4.19",
10+
"@vue/compiler-sfc": "^3.4.20",
1111
"@vue/tsconfig": "^0.5.1",
1212
"json-server": "^0.17.4",
1313
"unplugin-vue-router": "workspace:*",
1414
"vite": "^5.1.4",
1515
"vite-plugin-inspect": "^0.8.3",
16-
"vue": "^3.4.19"
16+
"vue": "^3.4.20"
1717
},
1818
"dependencies": {
19-
"@tanstack/vue-query": "^5.22.2",
19+
"@tanstack/vue-query": "^5.24.1",
2020
"mande": "^2.0.8",
2121
"pinia": "^2.1.7",
22-
"vue": "^3.4.19"
22+
"vue": "^3.4.20"
2323
}
2424
}

0 commit comments

Comments
 (0)