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 9.14.0 to 10.0.1 #1496

Merged
merged 1 commit into from
Sep 14, 2024
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 @@ -26,7 +26,7 @@
"moment": "^2.30.1",
"sass": "^1.78.0",
"vue": "^3.5.5",
"vue-i18n": "^9.14.0",
"vue-i18n": "^10.0.1",
"vue-meta": "^2.4.0",
"vue-router": "^4.4.5",
"vuex": "^4.1.0"
Expand Down
44 changes: 22 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2015,30 +2015,30 @@ __metadata:
languageName: node
linkType: hard

"@intlify/core-base@npm:9.14.0":
version: 9.14.0
resolution: "@intlify/core-base@npm:9.14.0"
"@intlify/core-base@npm:10.0.1":
version: 10.0.1
resolution: "@intlify/core-base@npm:10.0.1"
dependencies:
"@intlify/message-compiler": "npm:9.14.0"
"@intlify/shared": "npm:9.14.0"
checksum: 79de41129efd5ee530c76ba0b461003ec0c5f50d7bb26735faff9887d5ae87bcd1b73d169f98220fd79f67a35745ec87ff45b6b53381260df269d6a0912504b6
"@intlify/message-compiler": "npm:10.0.1"
"@intlify/shared": "npm:10.0.1"
checksum: 86f63a462e17f5df8e46032e2342e35d362354f39a6f05810148ca2db66a121a57ee0ae405778e210090471b0703ce2900b4ec9a028cbccf1279afcaafc8aa83
languageName: node
linkType: hard

"@intlify/message-compiler@npm:9.14.0":
version: 9.14.0
resolution: "@intlify/message-compiler@npm:9.14.0"
"@intlify/message-compiler@npm:10.0.1":
version: 10.0.1
resolution: "@intlify/message-compiler@npm:10.0.1"
dependencies:
"@intlify/shared": "npm:9.14.0"
"@intlify/shared": "npm:10.0.1"
source-map-js: "npm:^1.0.2"
checksum: e9fddff533717fb6333f5a36cba19006bcfe05f023a643b846a59c596fb9792dc9353db3215362f6e2d75f3b3791ce8346ba9c267d6c7fd42c5b0c99d571a6cc
checksum: 49fea19f33b0ae655182cd0aaa48c20405f36cab3df7f0ca5b0db36455d44e2d96d9a683499fac390c5586f0b2103eb6b8010191de730c991d2052612eec35d4
languageName: node
linkType: hard

"@intlify/shared@npm:9.14.0":
version: 9.14.0
resolution: "@intlify/shared@npm:9.14.0"
checksum: 2d5adf7b286f93212955792d4d47efab43f34d65b15d62f0af2641a391a94a3c93d4f920ff23a16dd98a70b3e3daf387e4f12515d7e1dd7d6a4f2bc5b57ac219
"@intlify/shared@npm:10.0.1":
version: 10.0.1
resolution: "@intlify/shared@npm:10.0.1"
checksum: 0188d42eb5a813a2451b23bb853b647c67b95f548b6adf338fb8afa2614b816da0181614d4d2e14fa639ee794c2087fb058f3d2a185c1663ae2206e4023a2ea7
languageName: node
linkType: hard

Expand Down Expand Up @@ -11112,7 +11112,7 @@ __metadata:
ts-jest: "npm:~29.2.5"
typescript: "npm:^5.5.4"
vue: "npm:^3.5.5"
vue-i18n: "npm:^9.14.0"
vue-i18n: "npm:^10.0.1"
vue-meta: "npm:^2.4.0"
vue-router: "npm:^4.4.5"
vuex: "npm:^4.1.0"
Expand Down Expand Up @@ -14488,16 +14488,16 @@ __metadata:
languageName: node
linkType: hard

"vue-i18n@npm:^9.14.0":
version: 9.14.0
resolution: "vue-i18n@npm:9.14.0"
"vue-i18n@npm:^10.0.1":
version: 10.0.1
resolution: "vue-i18n@npm:10.0.1"
dependencies:
"@intlify/core-base": "npm:9.14.0"
"@intlify/shared": "npm:9.14.0"
"@intlify/core-base": "npm:10.0.1"
"@intlify/shared": "npm:10.0.1"
"@vue/devtools-api": "npm:^6.5.0"
peerDependencies:
vue: ^3.0.0
checksum: 9281e1c992d255956192eba1b4f61c00fbdc07359083f21576bfccf74915e19b3bfe05dcb929d4c088eb6a647de78ce6d484640d94abd4fc4ab488e73ff09b25
checksum: bd320283f7fb85af829224177647c87cf60516766ba3d8ba83712999ca146c8992e7d0cd5575389ece84b5e2ee1a981faf992a44f634c08a84049b9adc4c8692
languageName: node
linkType: hard

Expand Down
Loading