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-i18n from 10.0.5 to 11.0.1 #531

Merged
merged 1 commit into from
Jan 8, 2025
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 @@ -22,7 +22,7 @@
"@vueuse/core": "^12.3.0",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-i18n": "^10.0.5",
"vue-i18n": "^11.0.1",
"vue-router": "^4.5.0",
"vuetify": "^3.7.6"
},
Expand Down
44 changes: 42 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,16 @@ __metadata:
languageName: node
linkType: hard

"@intlify/core-base@npm:11.0.1":
version: 11.0.1
resolution: "@intlify/core-base@npm:11.0.1"
dependencies:
"@intlify/message-compiler": "npm:11.0.1"
"@intlify/shared": "npm:11.0.1"
checksum: 10/75b9997d8b273b5532cd2ffd76b449379d58302761c67fbc5fc86c6d08be2923c994a770b31a286773b155797811b079718f3966481eaae0cfb5c953bba58b5c
languageName: node
linkType: hard

"@intlify/message-compiler@npm:10.0.5":
version: 10.0.5
resolution: "@intlify/message-compiler@npm:10.0.5"
Expand All @@ -1031,6 +1041,16 @@ __metadata:
languageName: node
linkType: hard

"@intlify/message-compiler@npm:11.0.1":
version: 11.0.1
resolution: "@intlify/message-compiler@npm:11.0.1"
dependencies:
"@intlify/shared": "npm:11.0.1"
source-map-js: "npm:^1.0.2"
checksum: 10/7b10270c55f2232651d9f0e0aa42e890371ee8e984bc1217001e11135fb0f438335a8b34e3f7cad6795ca30b50f52551501ff77220b06a7796bed1276d5471b8
languageName: node
linkType: hard

"@intlify/message-compiler@npm:next":
version: 10.0.0
resolution: "@intlify/message-compiler@npm:10.0.0"
Expand All @@ -1055,6 +1075,13 @@ __metadata:
languageName: node
linkType: hard

"@intlify/shared@npm:11.0.1":
version: 11.0.1
resolution: "@intlify/shared@npm:11.0.1"
checksum: 10/121b031f6b488496d389cde39055a5ee05949d5f029130c32608c28f0dd42f4c3999eb005e07c232a2625c33480c40ec49be2dabe2ffcfa34fff3a380c49eae9
languageName: node
linkType: hard

"@intlify/shared@npm:latest":
version: 10.0.4
resolution: "@intlify/shared@npm:10.0.4"
Expand Down Expand Up @@ -2800,7 +2827,7 @@ __metadata:
vite-plugin-vuetify: "npm:^2.0.4"
vitest: "npm:^2.1.8"
vue: "npm:^3.5.13"
vue-i18n: "npm:^10.0.5"
vue-i18n: "npm:^11.0.1"
vue-router: "npm:^4.5.0"
vue-tsc: "npm:^2.2.0"
vue3-toastify: "npm:^0.2.8"
Expand Down Expand Up @@ -8664,7 +8691,7 @@ __metadata:
languageName: node
linkType: hard

"vue-i18n@npm:^10.0.0, vue-i18n@npm:^10.0.5":
"vue-i18n@npm:^10.0.0":
version: 10.0.5
resolution: "vue-i18n@npm:10.0.5"
dependencies:
Expand All @@ -8677,6 +8704,19 @@ __metadata:
languageName: node
linkType: hard

"vue-i18n@npm:^11.0.1":
version: 11.0.1
resolution: "vue-i18n@npm:11.0.1"
dependencies:
"@intlify/core-base": "npm:11.0.1"
"@intlify/shared": "npm:11.0.1"
"@vue/devtools-api": "npm:^6.5.0"
peerDependencies:
vue: ^3.0.0
checksum: 10/7bb12b4a4d2e4e9cb6f896671f35c2a05eee2d2ec4d43bd21632f758c25048836bcce164d221d85a6a797ce0454e0600cf93f4106ed5c4e18803d2f7b6df2689
languageName: node
linkType: hard

"vue-router@npm:^4.5.0":
version: 4.5.0
resolution: "vue-router@npm:4.5.0"
Expand Down
Loading