desktop: update electron to v25.1.0

This commit is contained in:
Abdullah Atta
2023-06-08 17:59:01 +05:00
committed by Abdullah Atta
parent 3e95960b45
commit 0596bd9e84
3 changed files with 999 additions and 747 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -12,16 +12,15 @@
"diary": "^0.3.1",
"electron-updater": "^5.3.0",
"icojs": "^0.17.1",
"isomorphic-fetch": "^3.0.0",
"yargs": "^17.6.2"
},
"devDependencies": {
"@types/node-fetch": "^2.6.2",
"electron": "^21.1.1",
"@types/node": "^18.15.0",
"electron": "^25.1.0",
"electron-builder": "^23.6.0",
"electron-builder-notarize": "^1.5.0",
"electron-reloader": "^1.2.3",
"esbuild": "^0.15.11",
"esbuild": "^0.17.19",
"patch-package": "^6.5.1"
},
"scripts": {

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES6",
"lib": ["esnext"],
"lib": ["esnext", "DOM"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,