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

fix(deps): update dependency vue-i18n to v11 #2046

Merged
merged 1 commit into from
Jan 15, 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 @@ -46,7 +46,7 @@
"subscriptions-transport-ws": "0.11.0",
"svg-pan-zoom": "3.6.2",
"vue": "3.4.11",
"vue-i18n": "10.0.5",
"vue-i18n": "11.0.1",
"vue-router": "4.5.0",
"vue-the-mask": "0.11.1",
"vue3-apexcharts": "1.4.1",
Expand Down
44 changes: 22 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1119,30 +1119,30 @@ __metadata:
languageName: node
linkType: hard

"@intlify/core-base@npm:10.0.5":
version: 10.0.5
resolution: "@intlify/core-base@npm:10.0.5"
"@intlify/core-base@npm:11.0.1":
version: 11.0.1
resolution: "@intlify/core-base@npm:11.0.1"
dependencies:
"@intlify/message-compiler": "npm:10.0.5"
"@intlify/shared": "npm:10.0.5"
checksum: 10c0/595c9623dce01f8d4ac5ad4b9086b1927956c63ad18098434a0a991e69147c6284619338bc4a9fe6f3c2a4c666d957a2c19ecfe61f3cc30abe130e0d80e17f94
"@intlify/message-compiler": "npm:11.0.1"
"@intlify/shared": "npm:11.0.1"
checksum: 10c0/a6aaafc9d63e4ec9d0266ac6c4f6d51249830b557a567367098231d6b41c76e4291869ce0664725e206d03d7a9970352e69a82a7f98fff8a1be900771c81b738
languageName: node
linkType: hard

"@intlify/message-compiler@npm:10.0.5":
version: 10.0.5
resolution: "@intlify/message-compiler@npm:10.0.5"
"@intlify/message-compiler@npm:11.0.1":
version: 11.0.1
resolution: "@intlify/message-compiler@npm:11.0.1"
dependencies:
"@intlify/shared": "npm:10.0.5"
"@intlify/shared": "npm:11.0.1"
source-map-js: "npm:^1.0.2"
checksum: 10c0/66312b863fccd822be4f0fda485685a0eb9f500e84023689d0f2540be32159e2c4e828d3ada4923c78c219d0f31a9bb41595da8f40e0fdbd45037db393198ec2
checksum: 10c0/f99d3bb21e37c922733979aa1f2933f7e95107be83a168f824c0da392c5c77ea81d320885ea937f8f7737bf27ce825978de549ea0460036649f1a224265286b7
languageName: node
linkType: hard

"@intlify/shared@npm:10.0.5":
version: 10.0.5
resolution: "@intlify/shared@npm:10.0.5"
checksum: 10c0/4435a714e4a324fd2f40c01be3f55abc7bd87e6280b25e6fce720178f8cf5e01fece538c2fbd72fca64471589f46531dd89bc772455ffad831c7e43f01655097
"@intlify/shared@npm:11.0.1":
version: 11.0.1
resolution: "@intlify/shared@npm:11.0.1"
checksum: 10c0/af73f0d3addaab7184c9b16402b8b1f968862a7e394608479a8b6100a586f445d7cc91c92ee9b1192bd00f292fee93b2c4de83be162a4278002f60df1dca21ca
languageName: node
linkType: hard

Expand Down Expand Up @@ -4063,7 +4063,7 @@ __metadata:
vite-plugin-vuetify: "npm:2.0.4"
vitest: "npm:2.1.8"
vue: "npm:3.4.11"
vue-i18n: "npm:10.0.5"
vue-i18n: "npm:11.0.1"
vue-router: "npm:4.5.0"
vue-the-mask: "npm:0.11.1"
vue3-apexcharts: "npm:1.4.1"
Expand Down Expand Up @@ -11177,16 +11177,16 @@ __metadata:
languageName: node
linkType: hard

"vue-i18n@npm:10.0.5":
version: 10.0.5
resolution: "vue-i18n@npm:10.0.5"
"vue-i18n@npm:11.0.1":
version: 11.0.1
resolution: "vue-i18n@npm:11.0.1"
dependencies:
"@intlify/core-base": "npm:10.0.5"
"@intlify/shared": "npm:10.0.5"
"@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: 10c0/070ab39eb0e046d3ba298ba952efe1ea18d22ddecb4a73411e5f1863954e582d7f98a25c4fcac8330b40745fcffd404cc936c8abd102fd3628ac2abb9d0fe58b
checksum: 10c0/d3df0a4863f28dd8db3162437f074f3789e0eba13c7350c93e3e5779459ef3657a3e6e1cae35bd3b5cde17e8392ed7a94ec88a57467393b6736ad1e17d4aa2df
languageName: node
linkType: hard

Expand Down
Loading