aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Sergiu Ghitea <sg@hellofresh.com>2020-02-14 23:17:15 +0100
committerLibravatar Sergiu Ghitea <sg@hellofresh.com>2020-02-14 23:18:54 +0100
commit3fcd52975c5354e9f384b8ba625c5153688fe992 (patch)
tree8c39fa256d52911c23719b586b06c05a77f19c5e /package.json
parentUpdate electron to 8.0.0 (diff)
downloadferdium-app-3fcd52975c5354e9f384b8ba625c5153688fe992.tar.gz
ferdium-app-3fcd52975c5354e9f384b8ba625c5153688fe992.tar.zst
ferdium-app-3fcd52975c5354e9f384b8ba625c5153688fe992.zip
Update electron-rebuild to 1.10.0
Fixes: ``` An unhandled error occurred inside electron-rebuild Could not detect abi for version 8.0.0 and runtime electron. Updating "node-abi" might help solve this issue if it is a new release of electron ```
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1826a36a6..b1ea22a88 100644
--- a/package.json
+++ b/package.json
@@ -156,7 +156,7 @@
156 "electron": "8.0.0", 156 "electron": "8.0.0",
157 "electron-builder": "21.2.0", 157 "electron-builder": "21.2.0",
158 "electron-notarize": "0.2.1", 158 "electron-notarize": "0.2.1",
159 "electron-rebuild": "1.8.8", 159 "electron-rebuild": "1.10.0",
160 "eslint": "5.10.0", 160 "eslint": "5.10.0",
161 "eslint-config-airbnb": "17.1.0", 161 "eslint-config-airbnb": "17.1.0",
162 "eslint-loader": "^1.9.0", 162 "eslint-loader": "^1.9.0",