upgrade electrong dependencies

This commit is contained in:
Björn Dalfors
2024-03-10 12:04:06 +01:00
parent 93010dc06e
commit b0e30a896f
3 changed files with 542 additions and 472 deletions

View File

@@ -88,6 +88,6 @@
"webpack-dev-server": "^4.7.4" "webpack-dev-server": "^4.7.4"
}, },
"peerDependencies": { "peerDependencies": {
"electron": "^17" "electron": "^29"
} }
} }

View File

@@ -74,6 +74,7 @@
"license": "CC-BY-ND-4.0", "license": "CC-BY-ND-4.0",
"devDependencies": { "devDependencies": {
"@babel/runtime": "^7.17.2", "@babel/runtime": "^7.17.2",
"@electron/notarize": "^2.3.0",
"@types/chai": "^4.1.7", "@types/chai": "^4.1.7",
"@types/fs-extra": "8", "@types/fs-extra": "8",
"@types/lowdb": "^1.0.6", "@types/lowdb": "^1.0.6",
@@ -87,9 +88,8 @@
"builder-util-runtime": "^9", "builder-util-runtime": "^9",
"chai": "^4.2.0", "chai": "^4.2.0",
"cspell": "^4.0.28", "cspell": "^4.0.28",
"electron": "17", "electron": "^29.1.1",
"electron-builder": "22", "electron-builder": "^24.13.3",
"electron-notarize": "^1.1.1",
"mocha": "7.1", "mocha": "7.1",
"mustache": "4", "mustache": "4",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
@@ -123,4 +123,4 @@
"uuid": "^8.3.2", "uuid": "^8.3.2",
"yarn-run-all": "^3.1.1" "yarn-run-all": "^3.1.1"
} }
} }

1002
yarn.lock

File diff suppressed because it is too large Load Diff