Skip to content

Commit c6fab37

Browse files
committed
Merge branch 'main' into refactor/vue-router-types
2 parents 9670943 + 7b5f9b8 commit c6fab37

File tree

3 files changed

+280
-253
lines changed

3 files changed

+280
-253
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-router",
33
"version": "0.9.1",
44
"type": "module",
5-
"packageManager": "pnpm@9.2.0",
5+
"packageManager": "pnpm@9.3.0",
66
"description": "File based typed routing for Vue Router",
77
"keywords": [
88
"vue-router",
@@ -180,7 +180,7 @@
180180
},
181181
"devDependencies": {
182182
"@pinia/colada": "^0.6.0",
183-
"@shikijs/vitepress-twoslash": "1.6.4",
183+
"@shikijs/vitepress-twoslash": "1.6.5",
184184
"@tanstack/vue-query": "^5.45.0",
185185
"@types/node": "^20.14.2",
186186
"@vitest/coverage-v8": "^1.6.0",
@@ -193,7 +193,7 @@
193193
"execa": "^9.2.0",
194194
"firebase": "^10.12.2",
195195
"happy-dom": "^14.12.0",
196-
"lint-staged": "^15.2.6",
196+
"lint-staged": "^15.2.7",
197197
"minimist": "^1.2.8",
198198
"nodemon": "^3.1.3",
199199
"p-series": "^3.0.0",
@@ -208,10 +208,10 @@
208208
"unplugin-auto-import": "^0.17.6",
209209
"unplugin-vue-markdown": "^0.26.2",
210210
"unplugin-vue-router": "workspace:*",
211-
"vite": "^5.2.13",
211+
"vite": "^5.3.1",
212212
"vitepress": "1.2.3",
213213
"vitest": "^1.6.0",
214-
"vue": "^3.4.27",
214+
"vue": "^3.4.29",
215215
"vue-router": "4.4.0-alpha.3",
216216
"vue-router-mock": "^1.1.0",
217217
"vue-tsc": "^2.0.21",

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
},
99
"devDependencies": {
1010
"@vitejs/plugin-vue": "^5.0.5",
11-
"@vue/compiler-sfc": "^3.4.27",
11+
"@vue/compiler-sfc": "^3.4.29",
1212
"@vue/tsconfig": "^0.5.1",
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
15-
"vite": "^5.2.13",
15+
"vite": "^5.3.1",
1616
"vite-plugin-inspect": "^0.8.4"
1717
},
1818
"dependencies": {
1919
"@tanstack/vue-query": "^5.45.0",
2020
"mande": "^2.0.9",
2121
"pinia": "^2.1.7",
22-
"vue": "^3.4.27",
22+
"vue": "^3.4.29",
2323
"vue-router": "4.4.0-alpha.3"
2424
}
2525
}

0 commit comments

Comments
 (0)