mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix(deps): update dependency vue-i18n to v9.9.0
This commit is contained in:
parent
950cc993ae
commit
12e4c65368
2 changed files with 17 additions and 30 deletions
|
@ -24,7 +24,7 @@
|
||||||
"qrcode": "^1.5.3",
|
"qrcode": "^1.5.3",
|
||||||
"shaka-player": "4.7.1",
|
"shaka-player": "4.7.1",
|
||||||
"vue": "3.4.5",
|
"vue": "3.4.5",
|
||||||
"vue-i18n": "9.8.0",
|
"vue-i18n": "9.9.0",
|
||||||
"vue-router": "4.2.5"
|
"vue-router": "4.2.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -45,8 +45,8 @@ dependencies:
|
||||||
specifier: 3.4.5
|
specifier: 3.4.5
|
||||||
version: 3.4.5(typescript@5.3.3)
|
version: 3.4.5(typescript@5.3.3)
|
||||||
vue-i18n:
|
vue-i18n:
|
||||||
specifier: 9.8.0
|
specifier: 9.9.0
|
||||||
version: 9.8.0(vue@3.4.5)
|
version: 9.9.0(vue@3.4.5)
|
||||||
vue-router:
|
vue-router:
|
||||||
specifier: 4.2.5
|
specifier: 4.2.5
|
||||||
version: 4.2.5(vue@3.4.5)
|
version: 4.2.5(vue@3.4.5)
|
||||||
|
@ -60,7 +60,7 @@ devDependencies:
|
||||||
version: 1.1.20
|
version: 1.1.20
|
||||||
'@intlify/unplugin-vue-i18n':
|
'@intlify/unplugin-vue-i18n':
|
||||||
specifier: 2.0.0
|
specifier: 2.0.0
|
||||||
version: 2.0.0(rollup@2.79.1)(vue-i18n@9.8.0)
|
version: 2.0.0(rollup@2.79.1)(vue-i18n@9.9.0)
|
||||||
'@unocss/eslint-config':
|
'@unocss/eslint-config':
|
||||||
specifier: 0.58.3
|
specifier: 0.58.3
|
||||||
version: 0.58.3(eslint@8.56.0)(typescript@5.3.3)
|
version: 0.58.3(eslint@8.56.0)(typescript@5.3.3)
|
||||||
|
@ -1705,7 +1705,7 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@intlify/bundle-utils@7.5.0(vue-i18n@9.8.0):
|
/@intlify/bundle-utils@7.5.0(vue-i18n@9.9.0):
|
||||||
resolution: {integrity: sha512-6DymqusddBQ8kVtVBsVFFF7arNfIhuLacOmmsqayT2vl427j9m0VX12mMC+cgoVIodSpRfzYPaPTdPuJq7mK0Q==}
|
resolution: {integrity: sha512-6DymqusddBQ8kVtVBsVFFF7arNfIhuLacOmmsqayT2vl427j9m0VX12mMC+cgoVIodSpRfzYPaPTdPuJq7mK0Q==}
|
||||||
engines: {node: '>= 14.16'}
|
engines: {node: '>= 14.16'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -1726,23 +1726,16 @@ packages:
|
||||||
magic-string: 0.30.5
|
magic-string: 0.30.5
|
||||||
mlly: 1.4.2
|
mlly: 1.4.2
|
||||||
source-map-js: 1.0.2
|
source-map-js: 1.0.2
|
||||||
vue-i18n: 9.8.0(vue@3.4.5)
|
vue-i18n: 9.9.0(vue@3.4.5)
|
||||||
yaml-eslint-parser: 1.2.2
|
yaml-eslint-parser: 1.2.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@intlify/core-base@9.8.0:
|
/@intlify/core-base@9.9.0:
|
||||||
resolution: {integrity: sha512-UxaSZVZ1DwqC/CltUZrWZNaWNhfmKtfyV4BJSt/Zt4Or/fZs1iFj0B+OekYk1+MRHfIOe3+x00uXGQI4PbO/9g==}
|
resolution: {integrity: sha512-C7UXPymDIOlMGSNjAhNLtKgzITc/8BjINK5gNKXg8GiWCTwL6n3MWr55czksxn8RM5wTMz0qcLOFT+adtaVQaA==}
|
||||||
engines: {node: '>= 16'}
|
engines: {node: '>= 16'}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@intlify/message-compiler': 9.8.0
|
'@intlify/message-compiler': 9.9.0
|
||||||
'@intlify/shared': 9.8.0
|
'@intlify/shared': 9.9.0
|
||||||
|
|
||||||
/@intlify/message-compiler@9.8.0:
|
|
||||||
resolution: {integrity: sha512-McnYWhcoYmDJvssVu6QGR0shqlkJuL1HHdi5lK7fNqvQqRYaQ4lSLjYmZxwc8tRNMdIe9/KUKfyPxU9M6yCtNQ==}
|
|
||||||
engines: {node: '>= 16'}
|
|
||||||
dependencies:
|
|
||||||
'@intlify/shared': 9.8.0
|
|
||||||
source-map-js: 1.0.2
|
|
||||||
|
|
||||||
/@intlify/message-compiler@9.9.0:
|
/@intlify/message-compiler@9.9.0:
|
||||||
resolution: {integrity: sha512-yDU/jdUm9KuhEzYfS+wuyja209yXgdl1XFhMlKtXEgSFTxz4COZQCRXXbbH8JrAjMsaJ7bdoPSLsKlY6mXG2iA==}
|
resolution: {integrity: sha512-yDU/jdUm9KuhEzYfS+wuyja209yXgdl1XFhMlKtXEgSFTxz4COZQCRXXbbH8JrAjMsaJ7bdoPSLsKlY6mXG2iA==}
|
||||||
|
@ -1750,18 +1743,12 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@intlify/shared': 9.9.0
|
'@intlify/shared': 9.9.0
|
||||||
source-map-js: 1.0.2
|
source-map-js: 1.0.2
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@intlify/shared@9.8.0:
|
|
||||||
resolution: {integrity: sha512-TmgR0RCLjzrSo+W3wT0ALf9851iFMlVI9EYNGeWvZFUQTAJx0bvfsMlPdgVtV1tDNRiAfhkFsMKu6jtUY1ZLKQ==}
|
|
||||||
engines: {node: '>= 16'}
|
|
||||||
|
|
||||||
/@intlify/shared@9.9.0:
|
/@intlify/shared@9.9.0:
|
||||||
resolution: {integrity: sha512-1ECUyAHRrzOJbOizyGufYP2yukqGrWXtkmTu4PcswVnWbkcjzk3YQGmJ0bLkM7JZ0ZYAaohLGdYvBYnTOGYJ9g==}
|
resolution: {integrity: sha512-1ECUyAHRrzOJbOizyGufYP2yukqGrWXtkmTu4PcswVnWbkcjzk3YQGmJ0bLkM7JZ0ZYAaohLGdYvBYnTOGYJ9g==}
|
||||||
engines: {node: '>= 16'}
|
engines: {node: '>= 16'}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@intlify/unplugin-vue-i18n@2.0.0(rollup@2.79.1)(vue-i18n@9.8.0):
|
/@intlify/unplugin-vue-i18n@2.0.0(rollup@2.79.1)(vue-i18n@9.9.0):
|
||||||
resolution: {integrity: sha512-1oKvm92L9l2od2H9wKx2ZvR4tzn7gUtd7bPLI7AWUmm7U9H1iEypndt5d985ypxGsEs0gToDaKTrytbBIJwwSg==}
|
resolution: {integrity: sha512-1oKvm92L9l2od2H9wKx2ZvR4tzn7gUtd7bPLI7AWUmm7U9H1iEypndt5d985ypxGsEs0gToDaKTrytbBIJwwSg==}
|
||||||
engines: {node: '>= 14.16'}
|
engines: {node: '>= 14.16'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -1776,7 +1763,7 @@ packages:
|
||||||
vue-i18n-bridge:
|
vue-i18n-bridge:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@intlify/bundle-utils': 7.5.0(vue-i18n@9.8.0)
|
'@intlify/bundle-utils': 7.5.0(vue-i18n@9.9.0)
|
||||||
'@intlify/shared': 9.9.0
|
'@intlify/shared': 9.9.0
|
||||||
'@rollup/pluginutils': 5.1.0(rollup@2.79.1)
|
'@rollup/pluginutils': 5.1.0(rollup@2.79.1)
|
||||||
'@vue/compiler-sfc': 3.4.5
|
'@vue/compiler-sfc': 3.4.5
|
||||||
|
@ -1788,7 +1775,7 @@ packages:
|
||||||
picocolors: 1.0.0
|
picocolors: 1.0.0
|
||||||
source-map-js: 1.0.2
|
source-map-js: 1.0.2
|
||||||
unplugin: 1.6.0
|
unplugin: 1.6.0
|
||||||
vue-i18n: 9.8.0(vue@3.4.5)
|
vue-i18n: 9.9.0(vue@3.4.5)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- rollup
|
- rollup
|
||||||
- supports-color
|
- supports-color
|
||||||
|
@ -5093,14 +5080,14 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vue-i18n@9.8.0(vue@3.4.5):
|
/vue-i18n@9.9.0(vue@3.4.5):
|
||||||
resolution: {integrity: sha512-Izho+6PYjejsTq2mzjcRdBZ5VLRQoSuuexvR8029h5CpN03FYqiqBrShMyf2I1DKkN6kw/xmujcbvC+4QybpsQ==}
|
resolution: {integrity: sha512-xQ5SxszUAqK5n84N+uUyHH/PiQl9xZ24FOxyAaNonmOQgXeN+rD9z/6DStOpOxNFQn4Cgcquot05gZc+CdOujA==}
|
||||||
engines: {node: '>= 16'}
|
engines: {node: '>= 16'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vue: ^3.0.0
|
vue: ^3.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@intlify/core-base': 9.8.0
|
'@intlify/core-base': 9.9.0
|
||||||
'@intlify/shared': 9.8.0
|
'@intlify/shared': 9.9.0
|
||||||
'@vue/devtools-api': 6.5.1
|
'@vue/devtools-api': 6.5.1
|
||||||
vue: 3.4.5(typescript@5.3.3)
|
vue: 3.4.5(typescript@5.3.3)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue