Skip to content

Commit

Permalink
fix: update vue-i18n to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankachlock committed Nov 9, 2024
1 parent 240af13 commit 8a6e0cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"register-service-worker": "^1.7.2",
"semver": "^7.6.3",
"vue": "^3.5.10",
"vue-i18n": "^9.14.1",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
},
"devDependencies": {
Expand Down
32 changes: 1 addition & 31 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1818,14 +1818,6 @@
"@intlify/message-compiler" "10.0.4"
"@intlify/shared" "10.0.4"

"@intlify/[email protected]":
version "9.14.1"
resolved "https://registry.yarnpkg.com/@intlify/core-base/-/core-base-9.14.1.tgz#405b43dca3a38ab70dbb06a818d0a5b8a835fcc9"
integrity sha512-rG5/hlNW6Qfve41go37szEf0mVLcfhYuOu83JcY0jZKasnwsrcZYYWDzebCcuO5I/6Sy1JFWo9p+nvkQS1Dy+w==
dependencies:
"@intlify/message-compiler" "9.14.1"
"@intlify/shared" "9.14.1"

"@intlify/[email protected]":
version "10.0.4"
resolved "https://registry.yarnpkg.com/@intlify/message-compiler/-/message-compiler-10.0.4.tgz#82471b9ba3e3371aa74eee12baf0555490d581d3"
Expand All @@ -1834,14 +1826,6 @@
"@intlify/shared" "10.0.4"
source-map-js "^1.0.2"

"@intlify/[email protected]":
version "9.14.1"
resolved "https://registry.yarnpkg.com/@intlify/message-compiler/-/message-compiler-9.14.1.tgz#e361133e2849453c55cb3feb856898ff563e70d1"
integrity sha512-MY8hwukJBnXvGAncVKlHsqKDQ5ZcQx4peqEmI8wBUTXn4pezrtTGYXNoz81cLyEEHB+L/zlKWVBSh5TiX4gYoQ==
dependencies:
"@intlify/shared" "9.14.1"
source-map-js "^1.0.2"

"@intlify/message-compiler@next":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@intlify/message-compiler/-/message-compiler-10.0.0.tgz#96c18a7229a0b6f154c217873b5beddde6042865"
Expand All @@ -1860,11 +1844,6 @@
resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-10.0.4.tgz#3acc71e162ffd77a7de9f486e082cc135ec4cdef"
integrity sha512-ukFn0I01HsSgr3VYhYcvkTCLS7rGa0gw4A4AMpcy/A9xx/zRJy7PS2BElMXLwUazVFMAr5zuiTk3MQeoeGXaJg==

"@intlify/[email protected]":
version "9.14.1"
resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-9.14.1.tgz#11c3d6103615d8b0203224826d2955987c058b72"
integrity sha512-XjHu6PEQup9MnP1x0W9y0nXXfq9jFftAYSfV11hryjtH4XqXP8HrzMvXI+ZVifF+jZLszaTzIhvukllplxTQTg==

"@intlify/unplugin-vue-i18n@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@intlify/unplugin-vue-i18n/-/unplugin-vue-i18n-5.3.0.tgz#571c6d583c4268da4257d22eb21f7718b7436e4f"
Expand Down Expand Up @@ -7856,7 +7835,7 @@ vue-eslint-parser@^9.3.1, vue-eslint-parser@^9.4.3:
lodash "^4.17.21"
semver "^7.3.6"

vue-i18n@^10.0.0:
vue-i18n@^10.0.0, vue-i18n@^10.0.4:
version "10.0.4"
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-10.0.4.tgz#289dd2284292125fd9cec87f0df5148214ffb2f5"
integrity sha512-1xkzVxqBLk2ZFOmeI+B5r1J7aD/WtNJ4j9k2mcFcQo5BnOmHBmD7z4/oZohh96AAaRZ4Q7mNQvxc9h+aT+Md3w==
Expand All @@ -7865,15 +7844,6 @@ vue-i18n@^10.0.0:
"@intlify/shared" "10.0.4"
"@vue/devtools-api" "^6.5.0"

vue-i18n@^9.14.1:
version "9.14.1"
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-9.14.1.tgz#5bd2d7659e1a1dcda28df66e78aa786d1792ef31"
integrity sha512-xjxV0LYc1xQ8TbAVfIyZiOSS8qoU1R0YwV7V5I8I6Fd64+zvsTsdPgtylPsie3Vdt9wekeYhr+smKDeaK6RBuA==
dependencies:
"@intlify/core-base" "9.14.1"
"@intlify/shared" "9.14.1"
"@vue/devtools-api" "^6.5.0"

vue-router@*, vue-router@^4.4.5:
version "4.4.5"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.4.5.tgz#bdf535e4cf32414ebdea6b4b403593efdb541388"
Expand Down

0 comments on commit 8a6e0cf

Please sign in to comment.