1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-11 09:11:50 +00:00

Update Electron

This commit is contained in:
Даниїл Григор'єв 2024-07-27 22:32:52 +03:00
parent cbd3f20f20
commit 7bc48c1f28
No known key found for this signature in database
GPG Key ID: B890DF16341D8C1D
2 changed files with 9 additions and 9 deletions

View File

@ -5,15 +5,15 @@
"license": "MIT",
"private": true,
"scripts": {
"startDev": "electron --disable-direct-composition --in-process-gpu . --dev --local",
"startDevGpu": "electron --enable-gpu-rasterization --enable-accelerated-2d-canvas --num-raster-threads=8 --enable-zero-copy . --dev --local",
"start": "electron --disable-direct-composition --in-process-gpu ."
"start": "electron .",
"startDev": "electron . --dev"
},
"devDependencies": {
"electron": "^31.3.0"
},
"devDependencies": {},
"optionalDependencies": {},
"dependencies": {
"async-lock": "^1.4.1",
"electron": "^30.0.0",
"electron-window-state": "^5.0.3"
}
}

View File

@ -162,10 +162,10 @@ electron-window-state@^5.0.3:
jsonfile "^4.0.0"
mkdirp "^0.5.1"
electron@^30.0.0:
version "30.0.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-30.0.1.tgz#2caf0eb7ed591b9b9842b522421bcae3aa8293d6"
integrity sha512-iwxkI/n2wBd29NH7TH0ZY8aWGzCoKpzJz+D10u7aGSJi1TV6d4MSM3rWyKvT/UkAHkTKOEgYfUyCa2vWQm8L0g==
electron@^31.3.0:
version "31.3.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-31.3.0.tgz#4a084a8229d5bd829c33b8b65073381d0e925093"
integrity sha512-3LMRMmK4UK0A+jYSLGLYdfhc20TgY2v5jD3iGmhRZlDYj0gn7xBj/waRjlNalysZ0D2rgPvoes0wHuf5e/Bguw==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^20.9.0"