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.4 #521

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -20,7 +20,7 @@
"@vueuse/core": "^11.1.0",
"pinia": "^2.2.4",
"vue": "^3.5.12",
"vue-i18n": "10.0.1",
"vue-i18n": "10.0.4",
"vue-router": "^4.4.5",
"vuetify": "^3.7.3"
},
Expand Down
44 changes: 2 additions & 42 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -828,16 +828,6 @@ __metadata:
languageName: node
linkType: hard

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

"@intlify/core-base@npm:10.0.4":
version: 10.0.4
resolution: "@intlify/core-base@npm:10.0.4"
Expand All @@ -848,16 +838,6 @@ __metadata:
languageName: node
linkType: hard

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

"@intlify/message-compiler@npm:10.0.4":
version: 10.0.4
resolution: "@intlify/message-compiler@npm:10.0.4"
Expand Down Expand Up @@ -885,13 +865,6 @@ __metadata:
languageName: node
linkType: hard

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

"@intlify/shared@npm:10.0.4, @intlify/shared@npm:^10.0.0":
version: 10.0.4
resolution: "@intlify/shared@npm:10.0.4"
Expand Down Expand Up @@ -4459,7 +4432,7 @@ __metadata:
vite-plugin-vuetify: "npm:^2.0.4"
vitest: "npm:^2.1.3"
vue: "npm:^3.5.12"
vue-i18n: "npm:10.0.1"
vue-i18n: "npm:10.0.4"
vue-router: "npm:^4.4.5"
vue-tsc: "npm:^2.1.8"
vue3-toastify: "npm:^0.2.4"
Expand Down Expand Up @@ -8374,20 +8347,7 @@ __metadata:
languageName: node
linkType: hard

"vue-i18n@npm:10.0.1":
version: 10.0.1
resolution: "vue-i18n@npm:10.0.1"
dependencies:
"@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: 10/bd320283f7fb85af829224177647c87cf60516766ba3d8ba83712999ca146c8992e7d0cd5575389ece84b5e2ee1a981faf992a44f634c08a84049b9adc4c8692
languageName: node
linkType: hard

"vue-i18n@npm:^10.0.0":
"vue-i18n@npm:10.0.4, vue-i18n@npm:^10.0.0":
version: 10.0.4
resolution: "vue-i18n@npm:10.0.4"
dependencies:
Expand Down
Loading