aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-05-25 15:55:12 +0200
committerLibravatar GitHub <noreply@github.com>2021-05-25 15:55:12 +0200
commit9e63320086488899303a0efc63f678fe38343e2c (patch)
treee0f8ef34b6927b23a390611c3bb7704369309bc2 /package.json
parentFixing README for electron upgrade. (diff)
downloadferdium-app-9e63320086488899303a0efc63f678fe38343e2c.tar.gz
ferdium-app-9e63320086488899303a0efc63f678fe38343e2c.tar.zst
ferdium-app-9e63320086488899303a0efc63f678fe38343e2c.zip
Electron 13 support on Linux (#1447)
* Bump dbus-next to 0.9.2 Older dbus-next seems to have problems with building with Electron 13 ABI. Also upgrades nan (a transitive dependency of dbus-next) to 2.14.2. * Explcitly specify Electron ABI 89 electron-rebuild seems to have problems with finding the correct ABI for Electron 13, despite node-abi being updated to the latest version and containing an entry for Electron 13 in abi-registry.json. This is probably caused by Electron 13 still being marked as a future target in abi-registry.json. This commit pins the ABI version to 89 for Electron 13 and should be reverted once node-abi marks Electron 13 as released.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index ef27a202c..3bfbf1125 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
28 "manage-translations": "node ./src/i18n/manage-translations.js", 28 "manage-translations": "node ./src/i18n/manage-translations.js",
29 "prebuild": "preval-build-info-cli && gulp build", 29 "prebuild": "preval-build-info-cli && gulp build",
30 "build": "electron-builder", 30 "build": "electron-builder",
31 "rebuild": "electron-rebuild", 31 "rebuild": "electron-rebuild --force-abi=98",
32 "commit": "git-cz", 32 "commit": "git-cz",
33 "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", 33 "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
34 "contributors": "all-contributors", 34 "contributors": "all-contributors",
@@ -75,7 +75,7 @@
75 "cld": "2.7.0", 75 "cld": "2.7.0",
76 "css": "2.2.4", 76 "css": "2.2.4",
77 "darkreader": "4.7.15", 77 "darkreader": "4.7.15",
78 "dbus-next": "0.8.2", 78 "dbus-next": "0.9.2",
79 "du": "^0.1.0", 79 "du": "^0.1.0",
80 "electron-dl": "1.14.0", 80 "electron-dl": "1.14.0",
81 "electron-fetch": "1.7.3", 81 "electron-fetch": "1.7.3",