chore: Update vue-router to version 4.4.2
This commit is contained in:
13
package.json
13
package.json
@ -23,7 +23,7 @@
|
|||||||
"mitt": "^3.0.1",
|
"mitt": "^3.0.1",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
"page-stack-vue3": "^2.5.6",
|
"page-stack-vue3": "^2.5.6",
|
||||||
"pinia": "^2.2.1",
|
"pinia": "^2.2.0",
|
||||||
"pinia-plugin-persistedstate": "^3.2.1",
|
"pinia-plugin-persistedstate": "^3.2.1",
|
||||||
"radash": "^12.1.0",
|
"radash": "^12.1.0",
|
||||||
"tdesign-icons-vue-next": "^0.2.4",
|
"tdesign-icons-vue-next": "^0.2.4",
|
||||||
@ -31,9 +31,9 @@
|
|||||||
"ts-enum-util": "^4.1.0",
|
"ts-enum-util": "^4.1.0",
|
||||||
"utils4u": "^1.0.24",
|
"utils4u": "^1.0.24",
|
||||||
"vant": "^4.9.4",
|
"vant": "^4.9.4",
|
||||||
"vue": "^3.4.36",
|
"vue": "^3.4.35",
|
||||||
"vue-page-stack": "^3.2.0",
|
"vue-page-stack": "^3.2.0",
|
||||||
"vue-router": "^4.4.3"
|
"vue-router": "^4.4.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@iconify/utils": "^2.1.30",
|
"@iconify/utils": "^2.1.30",
|
||||||
@ -63,9 +63,14 @@
|
|||||||
"unplugin-auto-import": "^0.18.2",
|
"unplugin-auto-import": "^0.18.2",
|
||||||
"unplugin-vue-components": "^0.27.3",
|
"unplugin-vue-components": "^0.27.3",
|
||||||
"unplugin-vue-router": "^0.10.2",
|
"unplugin-vue-router": "^0.10.2",
|
||||||
"vite": "^5.4.0",
|
"vite": "^5.3.5",
|
||||||
"vite-plugin-vue-devtools": "^7.3.7",
|
"vite-plugin-vue-devtools": "^7.3.7",
|
||||||
"vitest": "^2.0.5",
|
"vitest": "^2.0.5",
|
||||||
"vue-tsc": "^2.0.29"
|
"vue-tsc": "^2.0.29"
|
||||||
|
},
|
||||||
|
"pnpm": {
|
||||||
|
"patchedDependencies": {
|
||||||
|
"vue-router@4.4.3": "patches/vue-router@4.4.3.patch"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,12 +1,12 @@
|
|||||||
diff --git a/dist/vue-router.d.ts b/dist/vue-router.d.ts
|
diff --git a/dist/vue-router.d.ts b/dist/vue-router.d.ts
|
||||||
index a66b6e0c627a9221a5394066666da49597891d07..19aa9d5c2d42a7221017265225d08c4467f1a69b 100644
|
index a66b6e0c627a9221a5394066666da49597891d07..19aa9d5c2d42a7221017265225d08c4467f1a69b 100644
|
||||||
--- a/dist/vue-router.d.ts
|
--- a/dist/vue-router.d.ts
|
||||||
+++ b/dist/vue-router.d.ts
|
+++ b/dist/vue-router.d.ts
|
||||||
@@ -1751,7 +1751,7 @@ export { }
|
@@ -1751,7 +1751,7 @@ export { }
|
||||||
* NOTE: this used to be `@vue/runtime-core` but it should have been `vue` for a long time. Using both declaration at
|
* NOTE: this used to be `@vue/runtime-core` but it should have been `vue` for a long time. Using both declaration at
|
||||||
* the same time breaks so using only one everywhere is the preferred way.
|
* the same time breaks so using only one everywhere is the preferred way.
|
||||||
*/
|
*/
|
||||||
-declare module 'vue' {
|
-declare module 'vue' {
|
||||||
+declare module '@vue/runtime-core' {
|
+declare module '@vue/runtime-core' {
|
||||||
export interface ComponentCustomOptions {
|
export interface ComponentCustomOptions {
|
||||||
/**
|
/**
|
41
pnpm-lock.yaml
generated
41
pnpm-lock.yaml
generated
@ -4,6 +4,11 @@ settings:
|
|||||||
autoInstallPeers: true
|
autoInstallPeers: true
|
||||||
excludeLinksFromLockfile: false
|
excludeLinksFromLockfile: false
|
||||||
|
|
||||||
|
patchedDependencies:
|
||||||
|
vue-router@4.4.3:
|
||||||
|
hash: srtmpgmwmi3z5x3wdppdguh7mi
|
||||||
|
path: patches/vue-router@4.4.3.patch
|
||||||
|
|
||||||
importers:
|
importers:
|
||||||
|
|
||||||
.:
|
.:
|
||||||
@ -34,9 +39,9 @@ importers:
|
|||||||
version: 0.2.0
|
version: 0.2.0
|
||||||
page-stack-vue3:
|
page-stack-vue3:
|
||||||
specifier: ^2.5.6
|
specifier: ^2.5.6
|
||||||
version: 2.5.6(vue-router@4.4.3(vue@3.4.36(typescript@5.5.4)))(vue@3.4.36(typescript@5.5.4))
|
version: 2.5.6(vue-router@4.4.3(patch_hash=srtmpgmwmi3z5x3wdppdguh7mi)(vue@3.4.36(typescript@5.5.4)))(vue@3.4.36(typescript@5.5.4))
|
||||||
pinia:
|
pinia:
|
||||||
specifier: ^2.2.1
|
specifier: ^2.2.0
|
||||||
version: 2.2.1(typescript@5.5.4)(vue@3.4.36(typescript@5.5.4))
|
version: 2.2.1(typescript@5.5.4)(vue@3.4.36(typescript@5.5.4))
|
||||||
pinia-plugin-persistedstate:
|
pinia-plugin-persistedstate:
|
||||||
specifier: ^3.2.1
|
specifier: ^3.2.1
|
||||||
@ -60,14 +65,14 @@ importers:
|
|||||||
specifier: ^4.9.4
|
specifier: ^4.9.4
|
||||||
version: 4.9.4(vue@3.4.36(typescript@5.5.4))
|
version: 4.9.4(vue@3.4.36(typescript@5.5.4))
|
||||||
vue:
|
vue:
|
||||||
specifier: ^3.4.36
|
specifier: ^3.4.35
|
||||||
version: 3.4.36(typescript@5.5.4)
|
version: 3.4.36(typescript@5.5.4)
|
||||||
vue-page-stack:
|
vue-page-stack:
|
||||||
specifier: ^3.2.0
|
specifier: ^3.2.0
|
||||||
version: 3.2.0(vue-router@4.4.3(vue@3.4.36(typescript@5.5.4)))(vue@3.4.36(typescript@5.5.4))
|
version: 3.2.0(vue-router@4.4.3(patch_hash=srtmpgmwmi3z5x3wdppdguh7mi)(vue@3.4.36(typescript@5.5.4)))(vue@3.4.36(typescript@5.5.4))
|
||||||
vue-router:
|
vue-router:
|
||||||
specifier: ^4.4.3
|
specifier: ^4.4.2
|
||||||
version: 4.4.3(vue@3.4.36(typescript@5.5.4))
|
version: 4.4.3(patch_hash=srtmpgmwmi3z5x3wdppdguh7mi)(vue@3.4.36(typescript@5.5.4))
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@iconify/utils':
|
'@iconify/utils':
|
||||||
specifier: ^2.1.30
|
specifier: ^2.1.30
|
||||||
@ -149,9 +154,9 @@ importers:
|
|||||||
version: 0.27.3(@babel/parser@7.25.3)(rollup@4.20.0)(vue@3.4.36(typescript@5.5.4))
|
version: 0.27.3(@babel/parser@7.25.3)(rollup@4.20.0)(vue@3.4.36(typescript@5.5.4))
|
||||||
unplugin-vue-router:
|
unplugin-vue-router:
|
||||||
specifier: ^0.10.2
|
specifier: ^0.10.2
|
||||||
version: 0.10.2(rollup@4.20.0)(vue-router@4.4.3(vue@3.4.36(typescript@5.5.4)))(vue@3.4.36(typescript@5.5.4))
|
version: 0.10.2(rollup@4.20.0)(vue-router@4.4.3(patch_hash=srtmpgmwmi3z5x3wdppdguh7mi)(vue@3.4.36(typescript@5.5.4)))(vue@3.4.36(typescript@5.5.4))
|
||||||
vite:
|
vite:
|
||||||
specifier: ^5.4.0
|
specifier: ^5.3.5
|
||||||
version: 5.4.0(@types/node@22.1.0)(less@4.2.0)
|
version: 5.4.0(@types/node@22.1.0)(less@4.2.0)
|
||||||
vite-plugin-vue-devtools:
|
vite-plugin-vue-devtools:
|
||||||
specifier: ^7.3.7
|
specifier: ^7.3.7
|
||||||
@ -4200,10 +4205,10 @@ snapshots:
|
|||||||
|
|
||||||
destr@2.0.3: {}
|
destr@2.0.3: {}
|
||||||
|
|
||||||
detect-browser-navigation-in-vue-router@1.1.0(vue-router@4.4.3(vue@3.4.36(typescript@5.5.4)))(vue@3.4.36(typescript@5.5.4)):
|
detect-browser-navigation-in-vue-router@1.1.0(vue-router@4.4.3(patch_hash=srtmpgmwmi3z5x3wdppdguh7mi)(vue@3.4.36(typescript@5.5.4)))(vue@3.4.36(typescript@5.5.4)):
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.4.36(typescript@5.5.4)
|
vue: 3.4.36(typescript@5.5.4)
|
||||||
vue-router: 4.4.3(vue@3.4.36(typescript@5.5.4))
|
vue-router: 4.4.3(patch_hash=srtmpgmwmi3z5x3wdppdguh7mi)(vue@3.4.36(typescript@5.5.4))
|
||||||
|
|
||||||
dir-glob@3.0.1:
|
dir-glob@3.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -4950,10 +4955,10 @@ snapshots:
|
|||||||
|
|
||||||
package-json-from-dist@1.0.0: {}
|
package-json-from-dist@1.0.0: {}
|
||||||
|
|
||||||
page-stack-vue3@2.5.6(vue-router@4.4.3(vue@3.4.36(typescript@5.5.4)))(vue@3.4.36(typescript@5.5.4)):
|
page-stack-vue3@2.5.6(vue-router@4.4.3(patch_hash=srtmpgmwmi3z5x3wdppdguh7mi)(vue@3.4.36(typescript@5.5.4)))(vue@3.4.36(typescript@5.5.4)):
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.4.36(typescript@5.5.4)
|
vue: 3.4.36(typescript@5.5.4)
|
||||||
vue-router: 4.4.3(vue@3.4.36(typescript@5.5.4))
|
vue-router: 4.4.3(patch_hash=srtmpgmwmi3z5x3wdppdguh7mi)(vue@3.4.36(typescript@5.5.4))
|
||||||
|
|
||||||
parent-module@1.0.1:
|
parent-module@1.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -5381,7 +5386,7 @@ snapshots:
|
|||||||
- rollup
|
- rollup
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
unplugin-vue-router@0.10.2(rollup@4.20.0)(vue-router@4.4.3(vue@3.4.36(typescript@5.5.4)))(vue@3.4.36(typescript@5.5.4)):
|
unplugin-vue-router@0.10.2(rollup@4.20.0)(vue-router@4.4.3(patch_hash=srtmpgmwmi3z5x3wdppdguh7mi)(vue@3.4.36(typescript@5.5.4)))(vue@3.4.36(typescript@5.5.4)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/types': 7.25.2
|
'@babel/types': 7.25.2
|
||||||
'@rollup/pluginutils': 5.1.0(rollup@4.20.0)
|
'@rollup/pluginutils': 5.1.0(rollup@4.20.0)
|
||||||
@ -5397,7 +5402,7 @@ snapshots:
|
|||||||
unplugin: 1.12.1
|
unplugin: 1.12.1
|
||||||
yaml: 2.5.0
|
yaml: 2.5.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
vue-router: 4.4.3(vue@3.4.36(typescript@5.5.4))
|
vue-router: 4.4.3(patch_hash=srtmpgmwmi3z5x3wdppdguh7mi)(vue@3.4.36(typescript@5.5.4))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- rollup
|
- rollup
|
||||||
- vue
|
- vue
|
||||||
@ -5571,14 +5576,14 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
vue-page-stack@3.2.0(vue-router@4.4.3(vue@3.4.36(typescript@5.5.4)))(vue@3.4.36(typescript@5.5.4)):
|
vue-page-stack@3.2.0(vue-router@4.4.3(patch_hash=srtmpgmwmi3z5x3wdppdguh7mi)(vue@3.4.36(typescript@5.5.4)))(vue@3.4.36(typescript@5.5.4)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/shared': 3.4.36
|
'@vue/shared': 3.4.36
|
||||||
detect-browser-navigation-in-vue-router: 1.1.0(vue-router@4.4.3(vue@3.4.36(typescript@5.5.4)))(vue@3.4.36(typescript@5.5.4))
|
detect-browser-navigation-in-vue-router: 1.1.0(vue-router@4.4.3(patch_hash=srtmpgmwmi3z5x3wdppdguh7mi)(vue@3.4.36(typescript@5.5.4)))(vue@3.4.36(typescript@5.5.4))
|
||||||
vue: 3.4.36(typescript@5.5.4)
|
vue: 3.4.36(typescript@5.5.4)
|
||||||
vue-router: 4.4.3(vue@3.4.36(typescript@5.5.4))
|
vue-router: 4.4.3(patch_hash=srtmpgmwmi3z5x3wdppdguh7mi)(vue@3.4.36(typescript@5.5.4))
|
||||||
|
|
||||||
vue-router@4.4.3(vue@3.4.36(typescript@5.5.4)):
|
vue-router@4.4.3(patch_hash=srtmpgmwmi3z5x3wdppdguh7mi)(vue@3.4.36(typescript@5.5.4)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/devtools-api': 6.6.3
|
'@vue/devtools-api': 6.6.3
|
||||||
vue: 3.4.36(typescript@5.5.4)
|
vue: 3.4.36(typescript@5.5.4)
|
||||||
|
Reference in New Issue
Block a user