mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-09-25 05:26:42 +03:00
fix(deps): update dependency electron to v38
This commit is contained in:
parent
13e65e0f73
commit
ca083f5742
|
@ -62,7 +62,7 @@
|
|||
"@types/react-dom": "^19.1.9",
|
||||
"chromedriver": "^126.0.5",
|
||||
"cross-env": "^10.0.0",
|
||||
"electron": "^31.7.7",
|
||||
"electron": "^38.0.0",
|
||||
"esbuild": "^0.25.9",
|
||||
"globals": "^16.3.0",
|
||||
"immutable": "^5.1.3",
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"chalk": "^5.6.0",
|
||||
"cors": "^2.8.5",
|
||||
"cross-spawn": "^7.0.6",
|
||||
"electron": "^31.7.7",
|
||||
"electron": "^38.0.0",
|
||||
"express": "^5.1.0",
|
||||
"get-port": "^7.1.0",
|
||||
"graphql": "^16.11.0",
|
||||
|
|
|
@ -171,8 +171,8 @@ importers:
|
|||
specifier: ^10.0.0
|
||||
version: 10.0.0
|
||||
electron:
|
||||
specifier: ^31.7.7
|
||||
version: 31.7.7
|
||||
specifier: ^38.0.0
|
||||
version: 38.0.0
|
||||
esbuild:
|
||||
specifier: ^0.25.9
|
||||
version: 0.25.9
|
||||
|
@ -1011,8 +1011,8 @@ importers:
|
|||
specifier: ^7.0.6
|
||||
version: 7.0.6
|
||||
electron:
|
||||
specifier: ^31.7.7
|
||||
version: 31.7.7
|
||||
specifier: ^38.0.0
|
||||
version: 38.0.0
|
||||
express:
|
||||
specifier: ^5.1.0
|
||||
version: 5.1.0
|
||||
|
@ -4879,9 +4879,6 @@ packages:
|
|||
'@types/node@12.20.55':
|
||||
resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==}
|
||||
|
||||
'@types/node@20.19.11':
|
||||
resolution: {integrity: sha512-uug3FEEGv0r+jrecvUUpbY8lLisvIjg6AAic6a2bSP5OEOLeJsDSnvhCDov7ipFFMXS3orMpzlmi0ZcuGkBbow==}
|
||||
|
||||
'@types/node@22.18.0':
|
||||
resolution: {integrity: sha512-m5ObIqwsUp6BZzyiy4RdZpzWGub9bqLJMvZDD0QMXhxjqMHMENlj+SqF5QxoUwaQNFe+8kz8XM8ZQhqkQPTgMQ==}
|
||||
|
||||
|
@ -6613,8 +6610,8 @@ packages:
|
|||
electron-to-chromium@1.5.173:
|
||||
resolution: {integrity: sha512-2bFhXP2zqSfQHugjqJIDFVwa+qIxyNApenmXTp9EjaKtdPrES5Qcn9/aSFy/NaP2E+fWG/zxKu/LBvY36p5VNQ==}
|
||||
|
||||
electron@31.7.7:
|
||||
resolution: {integrity: sha512-HZtZg8EHsDGnswFt0QeV8If8B+et63uD6RJ7I4/xhcXqmTIbI08GoubX/wm+HdY0DwcuPe1/xsgqpmYvjdjRoA==}
|
||||
electron@38.0.0:
|
||||
resolution: {integrity: sha512-egljptiPJqbL/oamFCEY+g3RNeONWTVxZSGeyLqzK8xq106JhzuxnhJZ3sxt4DzJFaofbGyGJA37Oe9d+gVzYw==}
|
||||
engines: {node: '>= 12.20.55'}
|
||||
hasBin: true
|
||||
|
||||
|
@ -13011,10 +13008,6 @@ snapshots:
|
|||
|
||||
'@types/node@12.20.55': {}
|
||||
|
||||
'@types/node@20.19.11':
|
||||
dependencies:
|
||||
undici-types: 6.21.0
|
||||
|
||||
'@types/node@22.18.0':
|
||||
dependencies:
|
||||
undici-types: 6.21.0
|
||||
|
@ -15171,10 +15164,10 @@ snapshots:
|
|||
|
||||
electron-to-chromium@1.5.173: {}
|
||||
|
||||
electron@31.7.7:
|
||||
electron@38.0.0:
|
||||
dependencies:
|
||||
'@electron/get': 2.0.3
|
||||
'@types/node': 20.19.11
|
||||
'@types/node': 22.18.0
|
||||
extract-zip: 2.0.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
|
Loading…
Reference in New Issue
Block a user