aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.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-lock.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-lock.json')
-rw-r--r--package-lock.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index 0f37ba6de..e209f62a4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14118,9 +14118,9 @@
14118 "dev": true 14118 "dev": true
14119 }, 14119 },
14120 "dbus-next": { 14120 "dbus-next": {
14121 "version": "0.8.2", 14121 "version": "0.9.2",
14122 "resolved": "https://registry.npmjs.org/dbus-next/-/dbus-next-0.8.2.tgz", 14122 "resolved": "https://registry.npmjs.org/dbus-next/-/dbus-next-0.9.2.tgz",
14123 "integrity": "sha512-E2wkbhZzzsgmY+jxIdeuhA1nVT697I5koRIRJTk3doTeukwtzqSFG89RC5XK8OsLG/eHDZ8PVNptUuEPkhdPbA==", 14123 "integrity": "sha512-tzQq/+wrTZ2yU+U5PoeXc97KABhX2v55C/T0finH3tSKYuI8H/SqppIFymBBrUHcK13LvEGY3vdj3ikPPenL5g==",
14124 "requires": { 14124 "requires": {
14125 "@nornagon/put": "0.0.8", 14125 "@nornagon/put": "0.0.8",
14126 "abstract-socket": "^2.0.0", 14126 "abstract-socket": "^2.0.0",
@@ -27840,9 +27840,9 @@
27840 "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=" 27840 "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s="
27841 }, 27841 },
27842 "nan": { 27842 "nan": {
27843 "version": "2.14.0", 27843 "version": "2.14.2",
27844 "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz", 27844 "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz",
27845 "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==" 27845 "integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ=="
27846 }, 27846 },
27847 "nanoid": { 27847 "nanoid": {
27848 "version": "2.1.11", 27848 "version": "2.1.11",