mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Merge pull request #1997 from freqtrade/dependabot/npm_and_yarn/main/typescript-5.5.4
chore(deps-dev): bump typescript from 5.5.3 to 5.5.4
This commit is contained in:
commit
306212b9a6
|
@ -62,7 +62,7 @@
|
|||
"portal-vue": "^3.0.0",
|
||||
"prettier": "^3.3.3",
|
||||
"sass": "^1.77.8",
|
||||
"typescript": "~5.5.3",
|
||||
"typescript": "~5.5.4",
|
||||
"typescript-eslint": "^7.16.1",
|
||||
"unplugin-auto-import": "^0.18.1",
|
||||
"unplugin-icons": "^0.19.0",
|
||||
|
|
144
pnpm-lock.yaml
144
pnpm-lock.yaml
|
@ -7,7 +7,7 @@ settings:
|
|||
dependencies:
|
||||
'@noction/vue-draggable-grid':
|
||||
specifier: 1.9.16
|
||||
version: 1.9.16(@interactjs/core@1.10.27)(@interactjs/utils@1.10.27)(typescript@5.5.3)(vue@3.4.31)
|
||||
version: 1.9.16(@interactjs/core@1.10.27)(@interactjs/utils@1.10.27)(typescript@5.5.4)(vue@3.4.31)
|
||||
'@popperjs/core':
|
||||
specifier: ^2.11.8
|
||||
version: 2.11.8
|
||||
|
@ -49,7 +49,7 @@ dependencies:
|
|||
version: 3.32.1
|
||||
pinia:
|
||||
specifier: ^2.1.7
|
||||
version: 2.1.7(typescript@5.5.3)(vue@3.4.31)
|
||||
version: 2.1.7(typescript@5.5.4)(vue@3.4.31)
|
||||
pinia-plugin-persistedstate:
|
||||
specifier: ^3.2.1
|
||||
version: 3.2.1(pinia@2.1.7)
|
||||
|
@ -58,7 +58,7 @@ dependencies:
|
|||
version: 1.15.2
|
||||
vue:
|
||||
specifier: ^3.4.31
|
||||
version: 3.4.31(typescript@5.5.3)
|
||||
version: 3.4.31(typescript@5.5.4)
|
||||
vue-demi:
|
||||
specifier: ^0.14.8
|
||||
version: 0.14.8(vue@3.4.31)
|
||||
|
@ -90,10 +90,10 @@ devDependencies:
|
|||
version: 20.14.12
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: ^7.16.1
|
||||
version: 7.16.1(@typescript-eslint/parser@7.16.1)(eslint@9.7.0)(typescript@5.5.3)
|
||||
version: 7.16.1(@typescript-eslint/parser@7.16.1)(eslint@9.7.0)(typescript@5.5.4)
|
||||
'@typescript-eslint/parser':
|
||||
specifier: ^7.16.1
|
||||
version: 7.16.1(eslint@9.7.0)(typescript@5.5.3)
|
||||
version: 7.16.1(eslint@9.7.0)(typescript@5.5.4)
|
||||
'@vitejs/plugin-vue':
|
||||
specifier: ^5.1.0
|
||||
version: 5.1.0(vite@5.3.4)(vue@3.4.31)
|
||||
|
@ -105,7 +105,7 @@ devDependencies:
|
|||
version: 9.0.0(eslint@9.7.0)(prettier@3.3.3)
|
||||
'@vue/eslint-config-typescript':
|
||||
specifier: ^13.0.0
|
||||
version: 13.0.0(eslint-plugin-vue@9.27.0)(eslint@9.7.0)(typescript@5.5.3)
|
||||
version: 13.0.0(eslint-plugin-vue@9.27.0)(eslint@9.7.0)(typescript@5.5.4)
|
||||
'@vue/runtime-dom':
|
||||
specifier: ^3.4.31
|
||||
version: 3.4.31
|
||||
|
@ -140,11 +140,11 @@ devDependencies:
|
|||
specifier: ^1.77.8
|
||||
version: 1.77.8
|
||||
typescript:
|
||||
specifier: ~5.5.3
|
||||
version: 5.5.3
|
||||
specifier: ~5.5.4
|
||||
version: 5.5.4
|
||||
typescript-eslint:
|
||||
specifier: ^7.16.1
|
||||
version: 7.16.1(eslint@9.7.0)(typescript@5.5.3)
|
||||
version: 7.16.1(eslint@9.7.0)(typescript@5.5.4)
|
||||
unplugin-auto-import:
|
||||
specifier: ^0.18.1
|
||||
version: 0.18.1(@vueuse/core@10.11.0)
|
||||
|
@ -162,7 +162,7 @@ devDependencies:
|
|||
version: 2.0.4(@types/node@20.14.12)(happy-dom@14.12.3)(sass@1.77.8)
|
||||
vue-tsc:
|
||||
specifier: ^2.0.26
|
||||
version: 2.0.26(typescript@5.5.3)
|
||||
version: 2.0.26(typescript@5.5.4)
|
||||
|
||||
packages:
|
||||
|
||||
|
@ -582,7 +582,7 @@ packages:
|
|||
'@interactjs/utils': 1.10.27
|
||||
dev: false
|
||||
|
||||
/@interactjs/dev-tools@1.10.27(@interactjs/modifiers@1.10.27)(@interactjs/utils@1.10.27)(typescript@5.5.3):
|
||||
/@interactjs/dev-tools@1.10.27(@interactjs/modifiers@1.10.27)(@interactjs/utils@1.10.27)(typescript@5.5.4):
|
||||
resolution: {integrity: sha512-YolmBwRaKH1gWbvyLeV3m5QSwtD38lOZnCBA87PCAlcd9PQAC2gb03fEPeEyD336bE20oLB8f0WZt4Wre+afiw==}
|
||||
peerDependencies:
|
||||
'@interactjs/modifiers': 1.10.27
|
||||
|
@ -592,7 +592,7 @@ packages:
|
|||
'@interactjs/utils': 1.10.27
|
||||
optionalDependencies:
|
||||
'@interactjs/interact': 1.10.27
|
||||
vue: 3.4.31(typescript@5.5.3)
|
||||
vue: 3.4.31(typescript@5.5.4)
|
||||
transitivePeerDependencies:
|
||||
- typescript
|
||||
dev: false
|
||||
|
@ -619,14 +619,14 @@ packages:
|
|||
'@interactjs/utils': 1.10.27
|
||||
dev: false
|
||||
|
||||
/@interactjs/interactjs@1.10.27(typescript@5.5.3):
|
||||
/@interactjs/interactjs@1.10.27(typescript@5.5.4):
|
||||
resolution: {integrity: sha512-UwhfUZMZVXUY72efPABuKSBz1sUY+r+49v8t6Ku9o5Jq76AKg9mwmdGszIlOn3ppnFDDjvtzK/8TL+Sbd0EQEA==}
|
||||
dependencies:
|
||||
'@interactjs/actions': 1.10.27(@interactjs/core@1.10.27)(@interactjs/utils@1.10.27)
|
||||
'@interactjs/auto-scroll': 1.10.27(@interactjs/utils@1.10.27)
|
||||
'@interactjs/auto-start': 1.10.27(@interactjs/core@1.10.27)(@interactjs/utils@1.10.27)
|
||||
'@interactjs/core': 1.10.27(@interactjs/utils@1.10.27)
|
||||
'@interactjs/dev-tools': 1.10.27(@interactjs/modifiers@1.10.27)(@interactjs/utils@1.10.27)(typescript@5.5.3)
|
||||
'@interactjs/dev-tools': 1.10.27(@interactjs/modifiers@1.10.27)(@interactjs/utils@1.10.27)(typescript@5.5.4)
|
||||
'@interactjs/inertia': 1.10.27(@interactjs/core@1.10.27)(@interactjs/modifiers@1.10.27)(@interactjs/utils@1.10.27)
|
||||
'@interactjs/interact': 1.10.27
|
||||
'@interactjs/modifiers': 1.10.27(@interactjs/core@1.10.27)(@interactjs/utils@1.10.27)
|
||||
|
@ -752,20 +752,20 @@ packages:
|
|||
type-detect: 4.0.8
|
||||
dev: true
|
||||
|
||||
/@noction/vue-draggable-grid@1.9.16(@interactjs/core@1.10.27)(@interactjs/utils@1.10.27)(typescript@5.5.3)(vue@3.4.31):
|
||||
/@noction/vue-draggable-grid@1.9.16(@interactjs/core@1.10.27)(@interactjs/utils@1.10.27)(typescript@5.5.4)(vue@3.4.31):
|
||||
resolution: {integrity: sha512-aXezq1P2tBNnKwlo10JTmVvNlrV9gej0h87CMMmFbstkn8fm7XTyCmtz9b3spDrnJKtyvBxsfaW1ZiW9weI3AA==}
|
||||
peerDependencies:
|
||||
vue: ^3.2.0
|
||||
dependencies:
|
||||
'@interactjs/actions': 1.10.27(@interactjs/core@1.10.27)(@interactjs/utils@1.10.27)
|
||||
'@interactjs/auto-start': 1.10.27(@interactjs/core@1.10.27)(@interactjs/utils@1.10.27)
|
||||
'@interactjs/dev-tools': 1.10.27(@interactjs/modifiers@1.10.27)(@interactjs/utils@1.10.27)(typescript@5.5.3)
|
||||
'@interactjs/interactjs': 1.10.27(typescript@5.5.3)
|
||||
'@interactjs/dev-tools': 1.10.27(@interactjs/modifiers@1.10.27)(@interactjs/utils@1.10.27)(typescript@5.5.4)
|
||||
'@interactjs/interactjs': 1.10.27(typescript@5.5.4)
|
||||
'@interactjs/modifiers': 1.10.27(@interactjs/core@1.10.27)(@interactjs/utils@1.10.27)
|
||||
'@types/element-resize-detector': 1.1.6
|
||||
element-resize-detector: 1.2.4
|
||||
mitt: 3.0.1
|
||||
vue: 3.4.31(typescript@5.5.3)
|
||||
vue: 3.4.31(typescript@5.5.4)
|
||||
transitivePeerDependencies:
|
||||
- '@interactjs/core'
|
||||
- '@interactjs/utils'
|
||||
|
@ -990,7 +990,7 @@ packages:
|
|||
resolution: {integrity: sha512-1jZ9bJn2BsfmYFPBHtl5o3uV+ILejAtGrDcYSpT4qaVKEI/0YY+arw3XHU04Ebd8Nca3SQ7uNcLaqiL+tTFVMg==}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin@7.16.1(@typescript-eslint/parser@7.16.1)(eslint@9.7.0)(typescript@5.5.3):
|
||||
/@typescript-eslint/eslint-plugin@7.16.1(@typescript-eslint/parser@7.16.1)(eslint@9.7.0)(typescript@5.5.4):
|
||||
resolution: {integrity: sha512-SxdPak/5bO0EnGktV05+Hq8oatjAYVY3Zh2bye9pGZy6+jwyR3LG3YKkV4YatlsgqXP28BTeVm9pqwJM96vf2A==}
|
||||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
|
@ -1002,22 +1002,22 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.11.0
|
||||
'@typescript-eslint/parser': 7.16.1(eslint@9.7.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/parser': 7.16.1(eslint@9.7.0)(typescript@5.5.4)
|
||||
'@typescript-eslint/scope-manager': 7.16.1
|
||||
'@typescript-eslint/type-utils': 7.16.1(eslint@9.7.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/utils': 7.16.1(eslint@9.7.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/type-utils': 7.16.1(eslint@9.7.0)(typescript@5.5.4)
|
||||
'@typescript-eslint/utils': 7.16.1(eslint@9.7.0)(typescript@5.5.4)
|
||||
'@typescript-eslint/visitor-keys': 7.16.1
|
||||
eslint: 9.7.0
|
||||
graphemer: 1.4.0
|
||||
ignore: 5.3.1
|
||||
natural-compare: 1.4.0
|
||||
ts-api-utils: 1.3.0(typescript@5.5.3)
|
||||
typescript: 5.5.3
|
||||
ts-api-utils: 1.3.0(typescript@5.5.4)
|
||||
typescript: 5.5.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser@7.16.1(eslint@9.7.0)(typescript@5.5.3):
|
||||
/@typescript-eslint/parser@7.16.1(eslint@9.7.0)(typescript@5.5.4):
|
||||
resolution: {integrity: sha512-u+1Qx86jfGQ5i4JjK33/FnawZRpsLxRnKzGE6EABZ40KxVT/vWsiZFEBBHjFOljmmV3MBYOHEKi0Jm9hbAOClA==}
|
||||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
|
@ -1029,11 +1029,11 @@ packages:
|
|||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 7.16.1
|
||||
'@typescript-eslint/types': 7.16.1
|
||||
'@typescript-eslint/typescript-estree': 7.16.1(typescript@5.5.3)
|
||||
'@typescript-eslint/typescript-estree': 7.16.1(typescript@5.5.4)
|
||||
'@typescript-eslint/visitor-keys': 7.16.1
|
||||
debug: 4.3.5
|
||||
eslint: 9.7.0
|
||||
typescript: 5.5.3
|
||||
typescript: 5.5.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
@ -1046,7 +1046,7 @@ packages:
|
|||
'@typescript-eslint/visitor-keys': 7.16.1
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@7.16.1(eslint@9.7.0)(typescript@5.5.3):
|
||||
/@typescript-eslint/type-utils@7.16.1(eslint@9.7.0)(typescript@5.5.4):
|
||||
resolution: {integrity: sha512-rbu/H2MWXN4SkjIIyWcmYBjlp55VT+1G3duFOIukTNFxr9PI35pLc2ydwAfejCEitCv4uztA07q0QWanOHC7dA==}
|
||||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
|
@ -1056,12 +1056,12 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 7.16.1(typescript@5.5.3)
|
||||
'@typescript-eslint/utils': 7.16.1(eslint@9.7.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/typescript-estree': 7.16.1(typescript@5.5.4)
|
||||
'@typescript-eslint/utils': 7.16.1(eslint@9.7.0)(typescript@5.5.4)
|
||||
debug: 4.3.5
|
||||
eslint: 9.7.0
|
||||
ts-api-utils: 1.3.0(typescript@5.5.3)
|
||||
typescript: 5.5.3
|
||||
ts-api-utils: 1.3.0(typescript@5.5.4)
|
||||
typescript: 5.5.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
@ -1071,7 +1071,7 @@ packages:
|
|||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@7.16.1(typescript@5.5.3):
|
||||
/@typescript-eslint/typescript-estree@7.16.1(typescript@5.5.4):
|
||||
resolution: {integrity: sha512-0vFPk8tMjj6apaAZ1HlwM8w7jbghC8jc1aRNJG5vN8Ym5miyhTQGMqU++kuBFDNKe9NcPeZ6x0zfSzV8xC1UlQ==}
|
||||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
|
@ -1087,13 +1087,13 @@ packages:
|
|||
is-glob: 4.0.3
|
||||
minimatch: 9.0.5
|
||||
semver: 7.6.3
|
||||
ts-api-utils: 1.3.0(typescript@5.5.3)
|
||||
typescript: 5.5.3
|
||||
ts-api-utils: 1.3.0(typescript@5.5.4)
|
||||
typescript: 5.5.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@7.16.1(eslint@9.7.0)(typescript@5.5.3):
|
||||
/@typescript-eslint/utils@7.16.1(eslint@9.7.0)(typescript@5.5.4):
|
||||
resolution: {integrity: sha512-WrFM8nzCowV0he0RlkotGDujx78xudsxnGMBHI88l5J8wEhED6yBwaSLP99ygfrzAjsQvcYQ94quDwI0d7E1fA==}
|
||||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
|
@ -1102,7 +1102,7 @@ packages:
|
|||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0)
|
||||
'@typescript-eslint/scope-manager': 7.16.1
|
||||
'@typescript-eslint/types': 7.16.1
|
||||
'@typescript-eslint/typescript-estree': 7.16.1(typescript@5.5.3)
|
||||
'@typescript-eslint/typescript-estree': 7.16.1(typescript@5.5.4)
|
||||
eslint: 9.7.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
@ -1125,7 +1125,7 @@ packages:
|
|||
vue: ^3.2.25
|
||||
dependencies:
|
||||
vite: 5.3.4(@types/node@20.14.12)(sass@1.77.8)
|
||||
vue: 3.4.31(typescript@5.5.3)
|
||||
vue: 3.4.31(typescript@5.5.4)
|
||||
dev: true
|
||||
|
||||
/@vitest/expect@2.0.4:
|
||||
|
@ -1247,7 +1247,7 @@ packages:
|
|||
- '@types/eslint'
|
||||
dev: true
|
||||
|
||||
/@vue/eslint-config-typescript@13.0.0(eslint-plugin-vue@9.27.0)(eslint@9.7.0)(typescript@5.5.3):
|
||||
/@vue/eslint-config-typescript@13.0.0(eslint-plugin-vue@9.27.0)(eslint@9.7.0)(typescript@5.5.4):
|
||||
resolution: {integrity: sha512-MHh9SncG/sfqjVqjcuFLOLD6Ed4dRAis4HNt0dXASeAuLqIAx4YMB1/m2o4pUKK1vCt8fUvYG8KKX2Ot3BVZTg==}
|
||||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
|
@ -1258,17 +1258,17 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 7.16.1(@typescript-eslint/parser@7.16.1)(eslint@9.7.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/parser': 7.16.1(eslint@9.7.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/eslint-plugin': 7.16.1(@typescript-eslint/parser@7.16.1)(eslint@9.7.0)(typescript@5.5.4)
|
||||
'@typescript-eslint/parser': 7.16.1(eslint@9.7.0)(typescript@5.5.4)
|
||||
eslint: 9.7.0
|
||||
eslint-plugin-vue: 9.27.0(eslint@9.7.0)
|
||||
typescript: 5.5.3
|
||||
typescript: 5.5.4
|
||||
vue-eslint-parser: 9.4.2(eslint@9.7.0)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@vue/language-core@2.0.26(typescript@5.5.3):
|
||||
/@vue/language-core@2.0.26(typescript@5.5.4):
|
||||
resolution: {integrity: sha512-/lt6SfQ3O1yDAhPsnLv9iSUgXd1dMHqUm/t3RctfqjuwQf1LnftZ414X3UBn6aXT4MiwXWtbNJ4Z0NZWwDWgJQ==}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
|
@ -1283,7 +1283,7 @@ packages:
|
|||
minimatch: 9.0.5
|
||||
muggle-string: 0.4.1
|
||||
path-browserify: 1.0.1
|
||||
typescript: 5.5.3
|
||||
typescript: 5.5.4
|
||||
vue-template-compiler: 2.7.16
|
||||
dev: true
|
||||
|
||||
|
@ -1313,7 +1313,7 @@ packages:
|
|||
dependencies:
|
||||
'@vue/compiler-ssr': 3.4.31
|
||||
'@vue/shared': 3.4.31
|
||||
vue: 3.4.31(typescript@5.5.3)
|
||||
vue: 3.4.31(typescript@5.5.4)
|
||||
|
||||
/@vue/shared@3.4.31:
|
||||
resolution: {integrity: sha512-Yp3wtJk//8cO4NItOPpi3QkLExAr/aLBGZMmTtW9WpdwBCJpRM6zj9WgWktXAl8IDIozwNMByT45JP3tO3ACWA==}
|
||||
|
@ -1332,7 +1332,7 @@ packages:
|
|||
vue: '>=3.2.0'
|
||||
dependencies:
|
||||
date-fns: 3.6.0
|
||||
vue: 3.4.31(typescript@5.5.3)
|
||||
vue: 3.4.31(typescript@5.5.4)
|
||||
dev: false
|
||||
|
||||
/@vueuse/core@10.11.0(vue@3.4.31):
|
||||
|
@ -1518,7 +1518,7 @@ packages:
|
|||
dependencies:
|
||||
'@floating-ui/vue': 1.1.2(vue@3.4.31)
|
||||
'@vueuse/core': 10.11.0(vue@3.4.31)
|
||||
vue: 3.4.31(typescript@5.5.3)
|
||||
vue: 3.4.31(typescript@5.5.4)
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
dev: false
|
||||
|
@ -2656,10 +2656,10 @@ packages:
|
|||
peerDependencies:
|
||||
pinia: ^2.0.0
|
||||
dependencies:
|
||||
pinia: 2.1.7(typescript@5.5.3)(vue@3.4.31)
|
||||
pinia: 2.1.7(typescript@5.5.4)(vue@3.4.31)
|
||||
dev: false
|
||||
|
||||
/pinia@2.1.7(typescript@5.5.3)(vue@3.4.31):
|
||||
/pinia@2.1.7(typescript@5.5.4)(vue@3.4.31):
|
||||
resolution: {integrity: sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.4.0
|
||||
|
@ -2672,8 +2672,8 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
'@vue/devtools-api': 6.6.1
|
||||
typescript: 5.5.3
|
||||
vue: 3.4.31(typescript@5.5.3)
|
||||
typescript: 5.5.4
|
||||
vue: 3.4.31(typescript@5.5.4)
|
||||
vue-demi: 0.14.8(vue@3.4.31)
|
||||
dev: false
|
||||
|
||||
|
@ -2718,7 +2718,7 @@ packages:
|
|||
vue:
|
||||
optional: true
|
||||
dependencies:
|
||||
vue: 3.4.31(typescript@5.5.3)
|
||||
vue: 3.4.31(typescript@5.5.4)
|
||||
dev: true
|
||||
|
||||
/postcss-selector-parser@6.1.0:
|
||||
|
@ -3013,13 +3013,13 @@ packages:
|
|||
is-number: 7.0.0
|
||||
dev: true
|
||||
|
||||
/ts-api-utils@1.3.0(typescript@5.5.3):
|
||||
/ts-api-utils@1.3.0(typescript@5.5.4):
|
||||
resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==}
|
||||
engines: {node: '>=16'}
|
||||
peerDependencies:
|
||||
typescript: '>=4.2.0'
|
||||
dependencies:
|
||||
typescript: 5.5.3
|
||||
typescript: 5.5.4
|
||||
dev: true
|
||||
|
||||
/tslib@2.3.0:
|
||||
|
@ -3047,7 +3047,7 @@ packages:
|
|||
engines: {node: '>=10'}
|
||||
dev: true
|
||||
|
||||
/typescript-eslint@7.16.1(eslint@9.7.0)(typescript@5.5.3):
|
||||
/typescript-eslint@7.16.1(eslint@9.7.0)(typescript@5.5.4):
|
||||
resolution: {integrity: sha512-889oE5qELj65q/tGeOSvlreNKhimitFwZqQ0o7PcWC7/lgRkAMknznsCsV8J8mZGTP/Z+cIbX8accf2DE33hrA==}
|
||||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
|
@ -3057,17 +3057,17 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 7.16.1(@typescript-eslint/parser@7.16.1)(eslint@9.7.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/parser': 7.16.1(eslint@9.7.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/utils': 7.16.1(eslint@9.7.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/eslint-plugin': 7.16.1(@typescript-eslint/parser@7.16.1)(eslint@9.7.0)(typescript@5.5.4)
|
||||
'@typescript-eslint/parser': 7.16.1(eslint@9.7.0)(typescript@5.5.4)
|
||||
'@typescript-eslint/utils': 7.16.1(eslint@9.7.0)(typescript@5.5.4)
|
||||
eslint: 9.7.0
|
||||
typescript: 5.5.3
|
||||
typescript: 5.5.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/typescript@5.5.3:
|
||||
resolution: {integrity: sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==}
|
||||
/typescript@5.5.4:
|
||||
resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==}
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
|
||||
|
@ -3179,7 +3179,7 @@ packages:
|
|||
minimatch: 9.0.5
|
||||
mlly: 1.7.1
|
||||
unplugin: 1.11.0
|
||||
vue: 3.4.31(typescript@5.5.3)
|
||||
vue: 3.4.31(typescript@5.5.4)
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
- supports-color
|
||||
|
@ -3359,7 +3359,7 @@ packages:
|
|||
'@vue/composition-api':
|
||||
optional: true
|
||||
dependencies:
|
||||
vue: 3.4.31(typescript@5.5.3)
|
||||
vue: 3.4.31(typescript@5.5.4)
|
||||
dev: false
|
||||
|
||||
/vue-demi@0.14.8(vue@3.4.31):
|
||||
|
@ -3374,7 +3374,7 @@ packages:
|
|||
'@vue/composition-api':
|
||||
optional: true
|
||||
dependencies:
|
||||
vue: 3.4.31(typescript@5.5.3)
|
||||
vue: 3.4.31(typescript@5.5.4)
|
||||
|
||||
/vue-echarts@6.7.3(echarts@5.5.1)(vue@3.4.31):
|
||||
resolution: {integrity: sha512-vXLKpALFjbPphW9IfQPOVfb1KjGZ/f8qa/FZHi9lZIWzAnQC1DgnmEK3pJgEkyo6EP7UnX6Bv/V3Ke7p+qCNXA==}
|
||||
|
@ -3392,7 +3392,7 @@ packages:
|
|||
dependencies:
|
||||
echarts: 5.5.1
|
||||
resize-detector: 0.3.0
|
||||
vue: 3.4.31(typescript@5.5.3)
|
||||
vue: 3.4.31(typescript@5.5.4)
|
||||
vue-demi: 0.13.11(vue@3.4.31)
|
||||
dev: false
|
||||
|
||||
|
@ -3438,7 +3438,7 @@ packages:
|
|||
vue: ^3.2.0
|
||||
dependencies:
|
||||
'@vue/devtools-api': 6.6.3
|
||||
vue: 3.4.31(typescript@5.5.3)
|
||||
vue: 3.4.31(typescript@5.5.4)
|
||||
dev: false
|
||||
|
||||
/vue-select@4.0.0-beta.6(vue@3.4.31):
|
||||
|
@ -3446,7 +3446,7 @@ packages:
|
|||
peerDependencies:
|
||||
vue: 3.x
|
||||
dependencies:
|
||||
vue: 3.4.31(typescript@5.5.3)
|
||||
vue: 3.4.31(typescript@5.5.4)
|
||||
dev: false
|
||||
|
||||
/vue-template-compiler@2.7.16:
|
||||
|
@ -3456,19 +3456,19 @@ packages:
|
|||
he: 1.2.0
|
||||
dev: true
|
||||
|
||||
/vue-tsc@2.0.26(typescript@5.5.3):
|
||||
/vue-tsc@2.0.26(typescript@5.5.4):
|
||||
resolution: {integrity: sha512-tOhuwy2bIXbMhz82ef37qeiaQHMXKQkD6mOF6CCPl3/uYtST3l6fdNyfMxipudrQTxTfXVPlgJdMENBFfC1CfQ==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
typescript: '>=5.0.0'
|
||||
dependencies:
|
||||
'@volar/typescript': 2.4.0-alpha.15
|
||||
'@vue/language-core': 2.0.26(typescript@5.5.3)
|
||||
'@vue/language-core': 2.0.26(typescript@5.5.4)
|
||||
semver: 7.6.2
|
||||
typescript: 5.5.3
|
||||
typescript: 5.5.4
|
||||
dev: true
|
||||
|
||||
/vue@3.4.31(typescript@5.5.3):
|
||||
/vue@3.4.31(typescript@5.5.4):
|
||||
resolution: {integrity: sha512-njqRrOy7W3YLAlVqSKpBebtZpDVg21FPoaq1I7f/+qqBThK9ChAIjkRWgeP6Eat+8C+iia4P3OYqpATP21BCoQ==}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
|
@ -3481,7 +3481,7 @@ packages:
|
|||
'@vue/runtime-dom': 3.4.31
|
||||
'@vue/server-renderer': 3.4.31(vue@3.4.31)
|
||||
'@vue/shared': 3.4.31
|
||||
typescript: 5.5.3
|
||||
typescript: 5.5.4
|
||||
|
||||
/webidl-conversions@7.0.0:
|
||||
resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==}
|
||||
|
|
Loading…
Reference in New Issue
Block a user