updated electron

This commit is contained in:
Nicolas Constant 2023-04-12 23:56:27 -04:00
parent c5e3f4abac
commit b1cd975422
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
2 changed files with 13285 additions and 13413 deletions

26691
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,8 @@
"electron-prod": "ng build --prod && electron .",
"electron-debug": "ng build && electron .",
"dist": "npm run build && electron-builder --publish onTagOrDraft",
"travis": "electron-builder --publish onTagOrDraft"
"travis": "electron-builder --publish onTagOrDraft",
"release": "electron-builder --mac --windows --linux --publish always"
},
"private": true,
"dependencies": {
@ -70,8 +71,8 @@
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"codelyzer": "~4.2.1",
"electron": "^10.1.1",
"electron-builder": "^20.39.0",
"electron": "^23.1.3",
"electron-builder": "^23.6.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1",