Skip to content

Commit

Permalink
fix(deps): update dependency vue-i18n to v9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent 3b49864 commit eef3553
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"pinia": "2.1.6",
"quasar": "2.12.6",
"vue": "3.3.4",
"vue-i18n": "9.3.0",
"vue-i18n": "9.4.0",
"vue-router": "4.2.4",
"zod": "3.22.2"
},
Expand Down
34 changes: 27 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,14 @@
"@intlify/shared" "9.3.0"
"@intlify/vue-devtools" "9.3.0"

"@intlify/[email protected]":
version "9.4.0"
resolved "https://registry.yarnpkg.com/@intlify/core-base/-/core-base-9.4.0.tgz#a99a89f1263ab0f4d2889b49629bfbbf4f238d85"
integrity sha512-bIvtuEjLES35l39R0OccYbmr/fatSr4VSRThhouvFc05mnoAZyJGgj3st1iLaHGlFTmvd507uww1427o56r36Q==
dependencies:
"@intlify/message-compiler" "9.4.0"
"@intlify/shared" "9.4.0"

"@intlify/[email protected]":
version "9.3.0"
resolved "https://registry.yarnpkg.com/@intlify/devtools-if/-/devtools-if-9.3.0.tgz#ae5a4d3577e05577e65bb6abbb0506d8af9309f6"
Expand Down Expand Up @@ -407,11 +415,24 @@
"@intlify/shared" "9.3.0"
source-map-js "^1.0.2"

"@intlify/[email protected]":
version "9.4.0"
resolved "https://registry.yarnpkg.com/@intlify/message-compiler/-/message-compiler-9.4.0.tgz#c11fceb4cc07dfe6a4b3066ca6e9a9e44e897f23"
integrity sha512-EdjqOH3bQqEjZcUOwo90wuW4ZuFr41FDxVni6WNKS0V0myKgwz9EuvLDcnEbjJMIX8vKAWPjWfnSTt5fMwKHLA==
dependencies:
"@intlify/shared" "9.4.0"
source-map-js "^1.0.2"

"@intlify/[email protected]", "@intlify/shared@next":
version "9.3.0"
resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-9.3.0.tgz#8875120f1e6826be0e99b623e2618167402bfe41"
integrity sha512-MMGRz6zWxtz7rHtxIIdnyb8SYOIaaseN1IvUhAEs9tOW4u77RD4DFp4qgPXesp2Gxo/5QitH9kwSs0jnxGUNEw==

"@intlify/[email protected]":
version "9.4.0"
resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-9.4.0.tgz#4a78d462fc82433db900981e12eb5b1aae3d6085"
integrity sha512-AFqymip2kToqA0B6KZPg5jSrdcVHoli9t/VhGKE2iiMq9utFuMoGdDC/JOCIZgwxo6aXAk86QyU2XtzEoMuZ6A==

"@intlify/[email protected]":
version "6.0.3"
resolved "https://registry.yarnpkg.com/@intlify/vite-plugin-vue-i18n/-/vite-plugin-vue-i18n-6.0.3.tgz#57a6900de02a9829e52b16bf072768534c7664ef"
Expand Down Expand Up @@ -6239,14 +6260,13 @@ vue-eslint-parser@^9.0.0, vue-eslint-parser@^9.1.1, vue-eslint-parser@^9.3.1:
lodash "^4.17.21"
semver "^7.3.6"

vue-i18n@9.3.0:
version "9.3.0"
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-9.3.0.tgz#d85551098ab377e4237a101c77bfc05fd4887ff5"
integrity sha512-+2L+ae/e4+fixhjym3lgzGCGQG8wVGlGrDHzjfdgUudheHvbVHu5i6tn6FF+buH75UFA7T5ZO2ZO7zrh6CzuaA==
vue-i18n@9.4.0:
version "9.4.0"
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-9.4.0.tgz#13dd07102fd00da3809c5886e250cb505f071ac1"
integrity sha512-701V7wv6m/Fesbu58rRJv9Rd3en/9F7Nxyn/NiwcR7bJkEfwflMJg5wVezkeHy1tIqjXME1e1zbHhK1dNaR8mg==
dependencies:
"@intlify/core-base" "9.3.0"
"@intlify/shared" "9.3.0"
"@intlify/vue-devtools" "9.3.0"
"@intlify/core-base" "9.4.0"
"@intlify/shared" "9.4.0"
"@vue/devtools-api" "^6.5.0"

[email protected]:
Expand Down

0 comments on commit eef3553

Please sign in to comment.