mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-14 20:23:52 +00:00
Merge pull request #2090 from freqtrade/dependabot/npm_and_yarn/main/types/node-22.7.0
chore(deps-dev): bump @types/node from 22.5.5 to 22.7.0
This commit is contained in:
commit
f720ed9d89
|
@ -45,7 +45,7 @@
|
|||
"@iconify-json/mdi": "^1.2.0",
|
||||
"@playwright/test": "^1.47.2",
|
||||
"@types/echarts": "^4.9.22",
|
||||
"@types/node": "^22.5.5",
|
||||
"@types/node": "^22.7.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.7.0",
|
||||
"@typescript-eslint/parser": "^8.7.0",
|
||||
"@vitejs/plugin-vue": "^5.1.4",
|
||||
|
|
|
@ -91,8 +91,8 @@ importers:
|
|||
specifier: ^4.9.22
|
||||
version: 4.9.22
|
||||
'@types/node':
|
||||
specifier: ^22.5.5
|
||||
version: 22.5.5
|
||||
specifier: ^22.7.0
|
||||
version: 22.7.0
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: ^8.7.0
|
||||
version: 8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2))(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2)
|
||||
|
@ -101,7 +101,7 @@ importers:
|
|||
version: 8.7.0(eslint@9.11.1(jiti@1.21.6))(typescript@5.6.2)
|
||||
'@vitejs/plugin-vue':
|
||||
specifier: ^5.1.4
|
||||
version: 5.1.4(vite@5.4.7(@types/node@22.5.5)(sass@1.79.3))(vue@3.5.6(typescript@5.6.2))
|
||||
version: 5.1.4(vite@5.4.7(@types/node@22.7.0)(sass@1.79.3))(vue@3.5.6(typescript@5.6.2))
|
||||
'@vue/compiler-sfc':
|
||||
specifier: 3.5.6
|
||||
version: 3.5.6
|
||||
|
@ -161,10 +161,10 @@ importers:
|
|||
version: 0.27.4(@babel/parser@7.25.6)(@nuxt/kit@3.13.1(rollup@4.21.0)(webpack-sources@3.2.3))(rollup@4.21.0)(vue@3.5.6(typescript@5.6.2))
|
||||
vite:
|
||||
specifier: ^5.4.7
|
||||
version: 5.4.7(@types/node@22.5.5)(sass@1.79.3)
|
||||
version: 5.4.7(@types/node@22.7.0)(sass@1.79.3)
|
||||
vitest:
|
||||
specifier: ^2.1.1
|
||||
version: 2.1.1(@types/node@22.5.5)(happy-dom@15.7.4)(sass@1.79.3)
|
||||
version: 2.1.1(@types/node@22.7.0)(happy-dom@15.7.4)(sass@1.79.3)
|
||||
vue-tsc:
|
||||
specifier: ^2.1.6
|
||||
version: 2.1.6(typescript@5.6.2)
|
||||
|
@ -692,8 +692,8 @@ packages:
|
|||
'@types/json-schema@7.0.15':
|
||||
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
||||
|
||||
'@types/node@22.5.5':
|
||||
resolution: {integrity: sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==}
|
||||
'@types/node@22.7.0':
|
||||
resolution: {integrity: sha512-MOdOibwBs6KW1vfqz2uKMlxq5xAfAZ98SZjO8e3XnAbFnTJtAspqhWk7hrdSAs9/Y14ZWMiy7/MxMUzAOadYEw==}
|
||||
|
||||
'@types/web-bluetooth@0.0.20':
|
||||
resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==}
|
||||
|
@ -2960,7 +2960,7 @@ snapshots:
|
|||
|
||||
'@types/json-schema@7.0.15': {}
|
||||
|
||||
'@types/node@22.5.5':
|
||||
'@types/node@22.7.0':
|
||||
dependencies:
|
||||
undici-types: 6.19.8
|
||||
|
||||
|
@ -3130,9 +3130,9 @@ snapshots:
|
|||
'@typescript-eslint/types': 8.7.0
|
||||
eslint-visitor-keys: 3.4.3
|
||||
|
||||
'@vitejs/plugin-vue@5.1.4(vite@5.4.7(@types/node@22.5.5)(sass@1.79.3))(vue@3.5.6(typescript@5.6.2))':
|
||||
'@vitejs/plugin-vue@5.1.4(vite@5.4.7(@types/node@22.7.0)(sass@1.79.3))(vue@3.5.6(typescript@5.6.2))':
|
||||
dependencies:
|
||||
vite: 5.4.7(@types/node@22.5.5)(sass@1.79.3)
|
||||
vite: 5.4.7(@types/node@22.7.0)(sass@1.79.3)
|
||||
vue: 3.5.6(typescript@5.6.2)
|
||||
|
||||
'@vitest/expect@2.1.1':
|
||||
|
@ -3142,13 +3142,13 @@ snapshots:
|
|||
chai: 5.1.1
|
||||
tinyrainbow: 1.2.0
|
||||
|
||||
'@vitest/mocker@2.1.1(@vitest/spy@2.1.1)(vite@5.4.7(@types/node@22.5.5)(sass@1.79.3))':
|
||||
'@vitest/mocker@2.1.1(@vitest/spy@2.1.1)(vite@5.4.7(@types/node@22.7.0)(sass@1.79.3))':
|
||||
dependencies:
|
||||
'@vitest/spy': 2.1.1
|
||||
estree-walker: 3.0.3
|
||||
magic-string: 0.30.11
|
||||
optionalDependencies:
|
||||
vite: 5.4.7(@types/node@22.5.5)(sass@1.79.3)
|
||||
vite: 5.4.7(@types/node@22.7.0)(sass@1.79.3)
|
||||
|
||||
'@vitest/pretty-format@2.1.1':
|
||||
dependencies:
|
||||
|
@ -4526,12 +4526,12 @@ snapshots:
|
|||
|
||||
util-deprecate@1.0.2: {}
|
||||
|
||||
vite-node@2.1.1(@types/node@22.5.5)(sass@1.79.3):
|
||||
vite-node@2.1.1(@types/node@22.7.0)(sass@1.79.3):
|
||||
dependencies:
|
||||
cac: 6.7.14
|
||||
debug: 4.3.7
|
||||
pathe: 1.1.2
|
||||
vite: 5.4.7(@types/node@22.5.5)(sass@1.79.3)
|
||||
vite: 5.4.7(@types/node@22.7.0)(sass@1.79.3)
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
- less
|
||||
|
@ -4543,20 +4543,20 @@ snapshots:
|
|||
- supports-color
|
||||
- terser
|
||||
|
||||
vite@5.4.7(@types/node@22.5.5)(sass@1.79.3):
|
||||
vite@5.4.7(@types/node@22.7.0)(sass@1.79.3):
|
||||
dependencies:
|
||||
esbuild: 0.21.5
|
||||
postcss: 8.4.47
|
||||
rollup: 4.21.0
|
||||
optionalDependencies:
|
||||
'@types/node': 22.5.5
|
||||
'@types/node': 22.7.0
|
||||
fsevents: 2.3.3
|
||||
sass: 1.79.3
|
||||
|
||||
vitest@2.1.1(@types/node@22.5.5)(happy-dom@15.7.4)(sass@1.79.3):
|
||||
vitest@2.1.1(@types/node@22.7.0)(happy-dom@15.7.4)(sass@1.79.3):
|
||||
dependencies:
|
||||
'@vitest/expect': 2.1.1
|
||||
'@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(vite@5.4.7(@types/node@22.5.5)(sass@1.79.3))
|
||||
'@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(vite@5.4.7(@types/node@22.7.0)(sass@1.79.3))
|
||||
'@vitest/pretty-format': 2.1.1
|
||||
'@vitest/runner': 2.1.1
|
||||
'@vitest/snapshot': 2.1.1
|
||||
|
@ -4571,11 +4571,11 @@ snapshots:
|
|||
tinyexec: 0.3.0
|
||||
tinypool: 1.0.0
|
||||
tinyrainbow: 1.2.0
|
||||
vite: 5.4.7(@types/node@22.5.5)(sass@1.79.3)
|
||||
vite-node: 2.1.1(@types/node@22.5.5)(sass@1.79.3)
|
||||
vite: 5.4.7(@types/node@22.7.0)(sass@1.79.3)
|
||||
vite-node: 2.1.1(@types/node@22.7.0)(sass@1.79.3)
|
||||
why-is-node-running: 2.3.0
|
||||
optionalDependencies:
|
||||
'@types/node': 22.5.5
|
||||
'@types/node': 22.7.0
|
||||
happy-dom: 15.7.4
|
||||
transitivePeerDependencies:
|
||||
- less
|
||||
|
|
Loading…
Reference in New Issue
Block a user