mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 06:00:07 +03:00
fix(deps): update dependency electron to v24
This commit is contained in:
parent
07af421555
commit
e65ed28941
|
@ -68,7 +68,7 @@
|
|||
"cpy-cli": "^4.2.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"css-loader": "^6.7.3",
|
||||
"electron": "^23.2.2",
|
||||
"electron": "^24.1.2",
|
||||
"eslint": "^8.38.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
"chalk": "^5.2.0",
|
||||
"cors": "^2.8.5",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"electron": "^23.2.2",
|
||||
"electron": "^24.1.2",
|
||||
"express": "^4.18.2",
|
||||
"get-port": "^6.1.2",
|
||||
"graphql": "^16.6.0",
|
||||
|
|
|
@ -174,8 +174,8 @@ importers:
|
|||
specifier: ^6.7.3
|
||||
version: 6.7.3(webpack@5.78.0)
|
||||
electron:
|
||||
specifier: ^23.2.2
|
||||
version: 23.2.2
|
||||
specifier: ^24.1.2
|
||||
version: 24.1.2
|
||||
eslint:
|
||||
specifier: ^8.38.0
|
||||
version: 8.38.0
|
||||
|
@ -1353,8 +1353,8 @@ importers:
|
|||
specifier: ^7.0.3
|
||||
version: 7.0.3
|
||||
electron:
|
||||
specifier: ^23.2.2
|
||||
version: 23.2.2
|
||||
specifier: ^24.1.2
|
||||
version: 24.1.2
|
||||
express:
|
||||
specifier: ^4.18.2
|
||||
version: 4.18.2
|
||||
|
@ -9488,6 +9488,7 @@ packages:
|
|||
|
||||
/@types/node@16.18.23:
|
||||
resolution: {integrity: sha512-XAMpaw1s1+6zM+jn2tmw8MyaRDIJfXxqmIQIS0HfoGYPuf7dUWeiUKopwq13KFX9lEp1+THGtlaaYx39Nxr58g==}
|
||||
dev: true
|
||||
|
||||
/@types/node@18.15.11:
|
||||
resolution: {integrity: sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==}
|
||||
|
@ -12563,14 +12564,14 @@ packages:
|
|||
resolution: {integrity: sha512-UTkCbNTAcGXABmEnQrGcW4m3cG6fcyBfD4KDF0iyEAlbrGZiY9dmslyDAGOD1Kr5biN2F743Y30aRCOtau35Vw==}
|
||||
dev: true
|
||||
|
||||
/electron@23.2.2:
|
||||
resolution: {integrity: sha512-8UfC2NCaqLJvdWoAfzAi56DaF+8cD3QPbnabKMdYNxMhYJ54gAje4ChVRo3sUMD5uSMk6MbPYCdnoMusCrfzrQ==}
|
||||
/electron@24.1.2:
|
||||
resolution: {integrity: sha512-V0isWbyLYiXrSCcB4lrSVhS/U56NFGfuqHyc+yEPkyhhvY+h4F85cYGdEiZlXp6XjHT+/CLHmw0ltK54g9lvDw==}
|
||||
engines: {node: '>= 12.20.55'}
|
||||
hasBin: true
|
||||
requiresBuild: true
|
||||
dependencies:
|
||||
'@electron/get': 2.0.2
|
||||
'@types/node': 16.18.23
|
||||
'@types/node': 18.15.11
|
||||
extract-zip: 2.0.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
|
Loading…
Reference in New Issue
Block a user