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 v3 (#3492)
This commit is contained in:
parent
3fbd40391f
commit
ee6885b632
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": "^2.0.0",
|
"@intlify/unplugin-vue-i18n": "^3.0.0",
|
||||||
"@kyvg/vue3-notification": "^3.1.3",
|
"@kyvg/vue3-notification": "^3.1.3",
|
||||||
"@vueuse/core": "^10.7.2",
|
"@vueuse/core": "^10.7.2",
|
||||||
"ansi_up": "^6.0.2",
|
"ansi_up": "^6.0.2",
|
||||||
|
|
|
@ -9,8 +9,8 @@ overrides:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
'@intlify/unplugin-vue-i18n':
|
'@intlify/unplugin-vue-i18n':
|
||||||
specifier: ^2.0.0
|
specifier: ^3.0.0
|
||||||
version: 2.0.0(vue-i18n@9.10.1)
|
version: 3.0.1(vue-i18n@9.10.1)
|
||||||
'@kyvg/vue3-notification':
|
'@kyvg/vue3-notification':
|
||||||
specifier: ^3.1.3
|
specifier: ^3.1.3
|
||||||
version: 3.2.0(vue@3.4.21)
|
version: 3.2.0(vue@3.4.21)
|
||||||
|
@ -709,8 +709,8 @@ packages:
|
||||||
engines: {node: '>= 16'}
|
engines: {node: '>= 16'}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@intlify/unplugin-vue-i18n@2.0.0(vue-i18n@9.10.1):
|
/@intlify/unplugin-vue-i18n@3.0.1(vue-i18n@9.10.1):
|
||||||
resolution: {integrity: sha512-1oKvm92L9l2od2H9wKx2ZvR4tzn7gUtd7bPLI7AWUmm7U9H1iEypndt5d985ypxGsEs0gToDaKTrytbBIJwwSg==}
|
resolution: {integrity: sha512-q1zJhA/WpoLBzAAuKA5/AEp0e+bMOM10ll/HxT4g1VAw/9JhC4TTobP9KobKH90JMZ4U2daLFlYQfKNd29lpqw==}
|
||||||
engines: {node: '>= 14.16'}
|
engines: {node: '>= 14.16'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
petite-vue-i18n: '*'
|
petite-vue-i18n: '*'
|
||||||
|
|
Loading…
Reference in a new issue