mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-26 21:44:44 +00:00
fix(deps): update dependency @intlify/unplugin-vue-i18n to v2 (#2998)
This commit is contained in:
parent
0cc0f482df
commit
ee038a74e1
2 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@
|
||||||
"test": "echo 'No tests configured' && exit 0"
|
"test": "echo 'No tests configured' && exit 0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@intlify/unplugin-vue-i18n": "^1.0.0",
|
"@intlify/unplugin-vue-i18n": "^2.0.0",
|
||||||
"@kyvg/vue3-notification": "^3.0.0",
|
"@kyvg/vue3-notification": "^3.0.0",
|
||||||
"@vueuse/core": "^10.5.0",
|
"@vueuse/core": "^10.5.0",
|
||||||
"ansi_up": "^6.0.0",
|
"ansi_up": "^6.0.0",
|
||||||
|
|
|
@ -9,8 +9,8 @@ overrides:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
'@intlify/unplugin-vue-i18n':
|
'@intlify/unplugin-vue-i18n':
|
||||||
specifier: ^1.0.0
|
specifier: ^2.0.0
|
||||||
version: 1.5.0(vue-i18n@9.8.0)
|
version: 2.0.0(vue-i18n@9.8.0)
|
||||||
'@kyvg/vue3-notification':
|
'@kyvg/vue3-notification':
|
||||||
specifier: ^3.0.0
|
specifier: ^3.0.0
|
||||||
version: 3.0.2(vue@3.3.10)
|
version: 3.0.2(vue@3.3.10)
|
||||||
|
@ -690,8 +690,8 @@ packages:
|
||||||
engines: {node: '>= 16'}
|
engines: {node: '>= 16'}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@intlify/unplugin-vue-i18n@1.5.0(vue-i18n@9.8.0):
|
/@intlify/unplugin-vue-i18n@2.0.0(vue-i18n@9.8.0):
|
||||||
resolution: {integrity: sha512-jW0MCCdwxybxcwjEfCunAcKjVoxyO3i+cnLL6v+MNGRLUHqrpELF6zQAJUhgAK2afhY7mCliy8RxTFWKdXm26w==}
|
resolution: {integrity: sha512-1oKvm92L9l2od2H9wKx2ZvR4tzn7gUtd7bPLI7AWUmm7U9H1iEypndt5d985ypxGsEs0gToDaKTrytbBIJwwSg==}
|
||||||
engines: {node: '>= 14.16'}
|
engines: {node: '>= 14.16'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
petite-vue-i18n: '*'
|
petite-vue-i18n: '*'
|
||||||
|
|
Loading…
Reference in a new issue