Skip to content

Commit 2df1735

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 86b9bdf commit 2df1735

File tree

3 files changed

+394
-544
lines changed

3 files changed

+394
-544
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-router",
33
"version": "0.10.2",
44
"type": "module",
5-
"packageManager": "pnpm@9.6.0",
5+
"packageManager": "pnpm@9.7.0",
66
"description": "File based typed routing for Vue Router",
77
"keywords": [
88
"vue-router",
@@ -175,7 +175,7 @@
175175
"mlly": "^1.7.1",
176176
"pathe": "^1.1.2",
177177
"scule": "^1.3.0",
178-
"unplugin": "^1.12.0",
178+
"unplugin": "^1.12.1",
179179
"yaml": "^2.5.0"
180180
},
181181
"peerDependencies": {
@@ -190,7 +190,7 @@
190190
"@pinia/colada": "^0.7.1",
191191
"@shikijs/vitepress-twoslash": "1.12.1",
192192
"@tanstack/vue-query": "^5.51.21",
193-
"@types/node": "^20.14.14",
193+
"@types/node": "^20.14.15",
194194
"@vitest/coverage-v8": "^2.0.5",
195195
"@vitest/ui": "^2.0.5",
196196
"@volar/vue-language-core": "^1.6.5",
@@ -205,7 +205,7 @@
205205
"minimist": "^1.2.8",
206206
"nodemon": "^3.1.4",
207207
"p-series": "^3.0.0",
208-
"pinia": "^2.2.0",
208+
"pinia": "^2.2.1",
209209
"prettier": "^3.3.3",
210210
"rimraf": "^6.0.1",
211211
"rollup": "^4.20.0",
@@ -216,12 +216,12 @@
216216
"unplugin-auto-import": "^0.18.2",
217217
"unplugin-vue-markdown": "^0.26.2",
218218
"unplugin-vue-router": "workspace:*",
219-
"vite": "^5.3.5",
219+
"vite": "^5.4.0",
220220
"vite-plugin-vue-devtools": "^7.3.7",
221-
"vitepress": "1.3.1",
221+
"vitepress": "1.3.2",
222222
"vitest": "^2.0.5",
223-
"vue": "^3.4.35",
224-
"vue-router": "^4.4.2",
223+
"vue": "^3.4.37",
224+
"vue-router": "^4.4.3",
225225
"vue-router-mock": "^1.1.0",
226226
"vue-tsc": "^2.0.29",
227227
"vuefire": "^3.1.24",

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.1.2",
11-
"@vue/compiler-sfc": "^3.4.35",
11+
"@vue/compiler-sfc": "^3.4.37",
1212
"@vue/tsconfig": "^0.5.1",
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
15-
"vite": "^5.3.5",
15+
"vite": "^5.4.0",
1616
"vite-plugin-inspect": "^0.8.5"
1717
},
1818
"dependencies": {
1919
"@tanstack/vue-query": "^5.51.21",
2020
"mande": "^2.0.9",
21-
"pinia": "^2.2.0",
22-
"vue": "^3.4.35",
23-
"vue-router": "^4.4.2"
21+
"pinia": "^2.2.1",
22+
"vue": "^3.4.37",
23+
"vue-router": "^4.4.3"
2424
}
2525
}

0 commit comments

Comments
 (0)