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 10.0.1 to 10.0.3 #1515

Merged
merged 1 commit into from
Sep 28, 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.79.3",
"vue": "^3.5.7",
"vue-i18n": "^10.0.1",
"vue-i18n": "^10.0.3",
"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:10.0.1":
version: 10.0.1
resolution: "@intlify/core-base@npm:10.0.1"
"@intlify/core-base@npm:10.0.3":
version: 10.0.3
resolution: "@intlify/core-base@npm:10.0.3"
dependencies:
"@intlify/message-compiler": "npm:10.0.1"
"@intlify/shared": "npm:10.0.1"
checksum: 86f63a462e17f5df8e46032e2342e35d362354f39a6f05810148ca2db66a121a57ee0ae405778e210090471b0703ce2900b4ec9a028cbccf1279afcaafc8aa83
"@intlify/message-compiler": "npm:10.0.3"
"@intlify/shared": "npm:10.0.3"
checksum: f1f22e2beb8561fe0d862c5fb35d42b5fcb065901b8e5c1c1ca83c55f5bc793f664b2c0cbc235a4b527029fdd90be091917aaaef905f3b3719054414152f689d
languageName: node
linkType: hard

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

"@intlify/shared@npm:10.0.1":
version: 10.0.1
resolution: "@intlify/shared@npm:10.0.1"
checksum: 0188d42eb5a813a2451b23bb853b647c67b95f548b6adf338fb8afa2614b816da0181614d4d2e14fa639ee794c2087fb058f3d2a185c1663ae2206e4023a2ea7
"@intlify/shared@npm:10.0.3":
version: 10.0.3
resolution: "@intlify/shared@npm:10.0.3"
checksum: b8ee5b55412f2f422d16515bf2b9b867029a49e6f02f25a49adc76fdbc668b3082116a4def4758bdd3730abe808316d1893002e2d922cc274b0b4747ecbdcfe5
languageName: node
linkType: hard

Expand Down Expand Up @@ -11231,7 +11231,7 @@ __metadata:
ts-jest: "npm:~29.2.5"
typescript: "npm:^5.6.2"
vue: "npm:^3.5.7"
vue-i18n: "npm:^10.0.1"
vue-i18n: "npm:^10.0.3"
vue-meta: "npm:^2.4.0"
vue-router: "npm:^4.4.5"
vuex: "npm:^4.1.0"
Expand Down Expand Up @@ -14661,16 +14661,16 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down
Loading