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

build(deps): bump vue-router from 4.2.5 to 4.3.0 #239

Merged
merged 1 commit into from
Feb 26, 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 @@ -23,7 +23,7 @@
"pinia": "^2.1.7",
"vue": "^3.4.19",
"vue-i18n": "9.9.1",
"vue-router": "^4.2.5",
"vue-router": "^4.3.0",
"vuetify": "^3.5.4"
},
"devDependencies": {
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1186,6 +1186,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: 10/040f7307904e23fd02a3f65b024ac7fe71b9e1f5f66244a5ba30d9f3d1b58a79dd5a3b46e8ed4c6a51a153688a356f776bb3260f801df39a7a3cf972c9c79505
languageName: node
linkType: hard

"@vue/eslint-config-prettier@npm:^9.0.0":
version: 9.0.0
resolution: "@vue/eslint-config-prettier@npm:9.0.0"
Expand Down Expand Up @@ -2932,7 +2939,7 @@ __metadata:
vitest: "npm:^1.3.0"
vue: "npm:^3.4.19"
vue-i18n: "npm:9.9.1"
vue-router: "npm:^4.2.5"
vue-router: "npm:^4.3.0"
vue-tsc: "npm:^1.8.27"
vue3-toastify: "npm:^0.2.1"
vuetify: "npm:^3.5.4"
Expand Down Expand Up @@ -5957,14 +5964,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": "npm:^6.5.0"
"@vue/devtools-api": "npm:^6.5.1"
peerDependencies:
vue: ^3.2.0
checksum: 10/491ebb273cf9b668a0a0da5886a45d6ca34a5192ca58aceaecba222223748f35f7dc6519f0d2bfe065aaf0be95564cccea22096b60a805d67b0e020fc9f882c8
checksum: 10/511689a38f2824223eec9a6c50745af81de01c027fa54107221ec09918aebd72817c0c2dd462f4e8829ed06f74dc1816f304e2aaf5b03bb7436a222dd0f5b4cb
languageName: node
linkType: hard

Expand Down
Loading