Skip to content

Commit

Permalink
build(deps): bump vue-i18n from 10.0.5 to 11.0.1
Browse files Browse the repository at this point in the history
Bumps [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) from 10.0.5 to 11.0.1.
- [Release notes](https://github.com/intlify/vue-i18n/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n/commits/v11.0.1/packages/vue-i18n)

---
updated-dependencies:
- dependency-name: vue-i18n
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 85cfddc commit aaf54c5
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 3 deletions.
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 @@ -1028,6 +1028,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 @@ -1038,6 +1048,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 @@ -1062,6 +1082,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 @@ -2807,7 +2834,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.1.10"
vue3-toastify: "npm:^0.2.8"
Expand Down Expand Up @@ -8671,7 +8698,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 @@ -8684,6 +8711,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

0 comments on commit aaf54c5

Please sign in to comment.