Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump vue-router from 4.2.5 to 4.3.0 #415

Merged
merged 1 commit into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"vue": "^3.4.21",
"vue-axios": "^3.5.2",
"vue-i18n": "^9.9.0",
"vue-router": "^4.2.5",
"vue-router": "^4.3.0",
"vue3-storage": "^0.1.11",
"vuetify": "^3.5.15"
},
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3770,6 +3770,13 @@ __metadata:
languageName: node
linkType: hard

"@vue/devtools-api@npm:^6.5.1":
version: 6.6.1
resolution: "@vue/devtools-api@npm:6.6.1"
checksum: cf12b5ebcc7729725087072289410107b55bb82e0b86b8442e4e85516977110a8a3f4e1dec763be8b567a59173703b4e9c0ac1b0489bb2bb81363af7ea258a27
languageName: node
linkType: hard

"@vue/reactivity-transform@npm:3.2.45":
version: 3.2.45
resolution: "@vue/reactivity-transform@npm:3.2.45"
Expand Down Expand Up @@ -6061,7 +6068,7 @@ __metadata:
vue: ^3.4.21
vue-axios: ^3.5.2
vue-i18n: ^9.9.0
vue-router: ^4.2.5
vue-router: ^4.3.0
vue3-storage: ^0.1.11
vuetify: ^3.5.15
webpack-plugin-vuetify: ^3.0.3
Expand Down Expand Up @@ -12058,14 +12065,14 @@ __metadata:
languageName: node
linkType: hard

"vue-router@npm:^4.2.5":
version: 4.2.5
resolution: "vue-router@npm:4.2.5"
"vue-router@npm:^4.3.0":
version: 4.3.0
resolution: "vue-router@npm:4.3.0"
dependencies:
"@vue/devtools-api": ^6.5.0
"@vue/devtools-api": ^6.5.1
peerDependencies:
vue: ^3.2.0
checksum: 2449db4f3a1b3f0ccd16a3788000e47f0e26ca7035b6adf48ebd51d189eb2bad6c39664476cfad9c2ca22988032f5190c99970718495aa2a5c5595d50c8f71b9
checksum: 0059261d39c8a6f61d3cdf4b74cfcd6a109062e0562f2db5a387cdf4d1b186dfdd2dddcacbf83ce2842d7c3ec9a63d8a6d427c4cec1db61372f4a06048496354
languageName: node
linkType: hard

Expand Down
Loading