Skip to content

Commit ce3f825

Browse files
committed
chore(deps): upgrade to vue-router v5
1 parent 1e84f8a commit ce3f825

File tree

5 files changed

+2968
-2481
lines changed

5 files changed

+2968
-2481
lines changed

build.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@ export default defineBuildConfig({
1010
'oxc-parser',
1111
'@babel/parser',
1212
'unstorage',
13-
'unplugin-vue-router',
14-
'unplugin-vue-router/options',
1513
],
1614
})

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@intlify/unplugin-vue-i18n": "^11.0.7",
7979
"@intlify/utils": "^0.14.1",
8080
"@miyaneee/rollup-plugin-json5": "^1.2.0",
81-
"@nuxt/kit": "^4.3.1",
81+
"@nuxt/kit": "^4.4.2",
8282
"@rollup/plugin-yaml": "^4.1.2",
8383
"@vue/compiler-sfc": "^3.5.22",
8484
"defu": "^6.1.4",
@@ -95,16 +95,15 @@
9595
"pathe": "^2.0.3",
9696
"ufo": "^1.6.1",
9797
"unplugin": "^2.3.11",
98-
"unplugin-vue-router": "^0.16.0",
9998
"unrouting": "^0.1.5",
10099
"unstorage": "^1.16.1",
101100
"vue-i18n": "^11.1.11",
102-
"vue-router": "^4.6.4"
101+
"vue-router": "^5.0.3"
103102
},
104103
"devDependencies": {
105104
"@nuxt/eslint-config": "^1.9.0",
106105
"@nuxt/module-builder": "^1.0.2",
107-
"@nuxt/schema": "^4.3.1",
106+
"@nuxt/schema": "^4.4.2",
108107
"bumpp": "^10.2.0",
109108
"consola": "^3.4.2",
110109
"eslint": "^9.32.0",
@@ -114,7 +113,7 @@
114113
"jiti": "^2.5.1",
115114
"knip": "5.62.0",
116115
"nitropack": "^2.13.1",
117-
"nuxt": "^4.3.1",
116+
"nuxt": "^4.4.2",
118117
"ofetch": "^1.4.1",
119118
"playwright-core": "^1.54.1",
120119
"scule": "^1.3.0",

0 commit comments

Comments
 (0)