mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-09 12:19:46 -04:00
Bump Electron builder to latest
This commit is contained in:
parent
8ae0712e6b
commit
ea6e027d13
4982
package-lock.json
generated
4982
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "kiwix-js-electron",
|
"name": "kiwix-js-electron",
|
||||||
"productName": "Kiwix JS Electron",
|
"productName": "Kiwix JS Electron",
|
||||||
"version": "3.6.8",
|
"version": "3.6.8-E",
|
||||||
"description": "Kiwix JS offline ZIM archive reader packaged for the Electron framework",
|
"description": "Kiwix JS offline ZIM archive reader packaged for the Electron framework",
|
||||||
"main": "main.cjs",
|
"main": "main.cjs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
@ -13,11 +13,13 @@
|
|||||||
"buildResources": "../electron_icons"
|
"buildResources": "../electron_icons"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
|
"signtoolOptions": {
|
||||||
"certificateSha1": "e33d961d35fb3161f7db607342868bb51ae05de3",
|
"certificateSha1": "e33d961d35fb3161f7db607342868bb51ae05de3",
|
||||||
"signingHashAlgorithms": [
|
"signingHashAlgorithms": [
|
||||||
"sha256"
|
"sha256"
|
||||||
],
|
],
|
||||||
"rfc3161TimeStampServer": "http://ts.ssl.com",
|
"rfc3161TimeStampServer": "http://ts.ssl.com"
|
||||||
|
},
|
||||||
"asar": "true",
|
"asar": "true",
|
||||||
"extraResources": {
|
"extraResources": {
|
||||||
"from": "archives",
|
"from": "archives",
|
||||||
@ -166,8 +168,8 @@
|
|||||||
"@vitejs/plugin-legacy": "^6.0.2",
|
"@vitejs/plugin-legacy": "^6.0.2",
|
||||||
"babel-plugin-polyfill-corejs3": "^0.7.1",
|
"babel-plugin-polyfill-corejs3": "^0.7.1",
|
||||||
"del-cli": "^5.0.0",
|
"del-cli": "^5.0.0",
|
||||||
"electron": "29.3.3",
|
"electron": "29.3.1",
|
||||||
"electron-builder": "^24.13.3",
|
"electron-builder": "^26.0.18",
|
||||||
"eslint": "^8.42.0",
|
"eslint": "^8.42.0",
|
||||||
"eslint-config-standard": "^17.1.0",
|
"eslint-config-standard": "^17.1.0",
|
||||||
"eslint-plugin-import": "^2.27.5",
|
"eslint-plugin-import": "^2.27.5",
|
||||||
@ -182,7 +184,7 @@
|
|||||||
"core-js": "3.30.2",
|
"core-js": "3.30.2",
|
||||||
"electron-context-menu": "^3.1.1",
|
"electron-context-menu": "^3.1.1",
|
||||||
"electron-store": "^8.1.0",
|
"electron-store": "^8.1.0",
|
||||||
"electron-updater": "^6.2.1",
|
"electron-updater": "^6.6.7",
|
||||||
"express": "^4.21.0",
|
"express": "^4.21.0",
|
||||||
"jquery": "^3.7.1"
|
"jquery": "^3.7.1"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user