Minor fixes and improvements.
Fixed issue with passing fullscreen argment to 1.13+, although it doesnt seem to be working well clientside. Improved the forge version check logic. Fixed launch area toggling and added a min linger time so that the transition doesnt look abrupt. Upgraded dependencies.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
"ejs": "^3.1.3",
|
||||
"ejs-electron": "^2.0.3",
|
||||
"electron-updater": "^4.3.1",
|
||||
"fs-extra": "^9.0.0",
|
||||
"fs-extra": "^9.0.1",
|
||||
"github-syntax-dark": "^0.5.0",
|
||||
"jquery": "^3.5.1",
|
||||
"request": "^2.88.2",
|
||||
@@ -41,9 +41,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^7.0.2",
|
||||
"electron": "^9.0.2",
|
||||
"electron": "^9.0.3",
|
||||
"electron-builder": "^22.7.0",
|
||||
"eslint": "^7.1.0"
|
||||
"eslint": "^7.2.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user