update electron
This commit is contained in:
parent
24bd7208fd
commit
add667798d
2
jslib
2
jslib
|
@ -1 +1 @@
|
|||
Subproject commit 7a3462afdabaab0b15b1a41b9b173d5efd23bb4a
|
||||
Subproject commit 58ed2ed0a2f7609f1333af22cbb5ede939d1ac78
|
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
|
@ -205,10 +205,10 @@
|
|||
"cross-env": "^5.2.0",
|
||||
"css-loader": "^1.0.0",
|
||||
"del": "^3.0.0",
|
||||
"electron": "2.0.11",
|
||||
"electron-builder": "^20.25.0",
|
||||
"electron-rebuild": "1.8.1",
|
||||
"electron-reload": "1.2.5",
|
||||
"electron": "3.0.13",
|
||||
"electron-builder": "20.38.4",
|
||||
"electron-rebuild": "^1.8.2",
|
||||
"electron-reload": "^1.4.0",
|
||||
"extract-text-webpack-plugin": "next",
|
||||
"file-loader": "^2.0.0",
|
||||
"font-awesome": "4.7.0",
|
||||
|
@ -216,7 +216,7 @@
|
|||
"gulp-google-webfonts": "^2.0.0",
|
||||
"html-loader": "^0.5.5",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"node-abi": "^2.4.3",
|
||||
"node-abi": "^2.5.1",
|
||||
"node-loader": "^0.6.0",
|
||||
"node-sass": "^4.9.3",
|
||||
"rimraf": "^2.6.2",
|
||||
|
@ -249,7 +249,7 @@
|
|||
"core-js": "2.5.7",
|
||||
"desktop-idle": "1.1.2",
|
||||
"duo_web_sdk": "git+https://github.com/duosecurity/duo_web_sdk.git",
|
||||
"electron-log": "2.2.14",
|
||||
"electron-log": "2.2.17",
|
||||
"electron-updater": "3.0.3",
|
||||
"keytar": "4.2.1",
|
||||
"lowdb": "1.0.0",
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"desktop-idle": "1.1.2",
|
||||
"electron-log": "2.2.14",
|
||||
"electron-log": "2.2.17",
|
||||
"electron-updater": "3.0.3",
|
||||
"keytar": "4.2.1",
|
||||
"lowdb": "1.0.0"
|
||||
|
|
Loading…
Reference in New Issue