mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01:02 +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"
|
||||
},
|
||||
"dependencies": {
|
||||
"@intlify/unplugin-vue-i18n": "^1.0.0",
|
||||
"@intlify/unplugin-vue-i18n": "^2.0.0",
|
||||
"@kyvg/vue3-notification": "^3.0.0",
|
||||
"@vueuse/core": "^10.5.0",
|
||||
"ansi_up": "^6.0.0",
|
||||
|
|
|
@ -9,8 +9,8 @@ overrides:
|
|||
|
||||
dependencies:
|
||||
'@intlify/unplugin-vue-i18n':
|
||||
specifier: ^1.0.0
|
||||
version: 1.5.0(vue-i18n@9.8.0)
|
||||
specifier: ^2.0.0
|
||||
version: 2.0.0(vue-i18n@9.8.0)
|
||||
'@kyvg/vue3-notification':
|
||||
specifier: ^3.0.0
|
||||
version: 3.0.2(vue@3.3.10)
|
||||
|
@ -690,8 +690,8 @@ packages:
|
|||
engines: {node: '>= 16'}
|
||||
dev: false
|
||||
|
||||
/@intlify/unplugin-vue-i18n@1.5.0(vue-i18n@9.8.0):
|
||||
resolution: {integrity: sha512-jW0MCCdwxybxcwjEfCunAcKjVoxyO3i+cnLL6v+MNGRLUHqrpELF6zQAJUhgAK2afhY7mCliy8RxTFWKdXm26w==}
|
||||
/@intlify/unplugin-vue-i18n@2.0.0(vue-i18n@9.8.0):
|
||||
resolution: {integrity: sha512-1oKvm92L9l2od2H9wKx2ZvR4tzn7gUtd7bPLI7AWUmm7U9H1iEypndt5d985ypxGsEs0gToDaKTrytbBIJwwSg==}
|
||||
engines: {node: '>= 14.16'}
|
||||
peerDependencies:
|
||||
petite-vue-i18n: '*'
|
||||
|
|
Loading…
Reference in a new issue