mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
lock electron version
This commit is contained in:
parent
f5f8297891
commit
bc5226b5b0
2 changed files with 5 additions and 5 deletions
|
@ -35,7 +35,7 @@
|
||||||
"@typescript-eslint/parser": "^5.27.0",
|
"@typescript-eslint/parser": "^5.27.0",
|
||||||
"autoprefixer": "^10.4.13",
|
"autoprefixer": "^10.4.13",
|
||||||
"concurrently": "^6.5.1",
|
"concurrently": "^6.5.1",
|
||||||
"electron": "^22.1.0",
|
"electron": "22.1.0",
|
||||||
"electron-builder": "^23.6.0",
|
"electron-builder": "^23.6.0",
|
||||||
"electron-reloader": "^1.2.3",
|
"electron-reloader": "^1.2.3",
|
||||||
"eslint": "^8.16.0",
|
"eslint": "^8.16.0",
|
||||||
|
|
|
@ -27,7 +27,7 @@ importers:
|
||||||
bcryptjs: ^2.4.3
|
bcryptjs: ^2.4.3
|
||||||
buffer: ^6.0.3
|
buffer: ^6.0.3
|
||||||
concurrently: ^6.5.1
|
concurrently: ^6.5.1
|
||||||
electron: ^22.1.0
|
electron: 22.1.0
|
||||||
electron-builder: ^23.6.0
|
electron-builder: ^23.6.0
|
||||||
electron-log: ^4.4.8
|
electron-log: ^4.4.8
|
||||||
electron-reloader: ^1.2.3
|
electron-reloader: ^1.2.3
|
||||||
|
@ -87,7 +87,7 @@ importers:
|
||||||
'@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y
|
'@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y
|
||||||
autoprefixer: 10.4.13_postcss@8.4.20
|
autoprefixer: 10.4.13_postcss@8.4.20
|
||||||
concurrently: 6.5.1
|
concurrently: 6.5.1
|
||||||
electron: 22.2.0
|
electron: 22.1.0
|
||||||
electron-builder: 23.6.0
|
electron-builder: 23.6.0
|
||||||
electron-reloader: 1.2.3
|
electron-reloader: 1.2.3
|
||||||
eslint: 8.27.0
|
eslint: 8.27.0
|
||||||
|
@ -6338,8 +6338,8 @@ packages:
|
||||||
mkdirp: 0.5.6
|
mkdirp: 0.5.6
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/electron/22.2.0:
|
/electron/22.1.0:
|
||||||
resolution: {integrity: sha512-puRZSF2vWJ4pz3oetL5Td8LcuivTWz3MoAk/gjImHSN1B/2VJNEQlw1jGdkte+ppid2craOswE2lmCOZ7SwF1g==}
|
resolution: {integrity: sha512-wz5s4N6V7zyKm4YQmXJImFoxO1Doai32ShYm0FzOLPBMwLMdQBV+REY+j1opRx0KJ9xJEIdjYgcA8OSw6vx3pA==}
|
||||||
engines: {node: '>= 12.20.55'}
|
engines: {node: '>= 12.20.55'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
|
|
Loading…
Reference in a new issue