Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Commit 86de146

Browse files
committed
Bump Electron to 1.7.12
1 parent 87a12c1 commit 86de146

File tree

3 files changed

+326
-361
lines changed

3 files changed

+326
-361
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM buildpack-deps:jessie-curl
33
MAINTAINER Mihkel Sokk <mihkelsokk@gmail.com>
44

55
ENV RENDERER_ACCESS_KEY=changeme CONCURRENCY=1 WINDOW_WIDTH=1024 WINDOW_HEIGHT=768 NODE_ENV=production \
6-
ELECTRON_VERSION=1.7.9 ELECTRON_ENABLE_STACK_DUMPING=true ELECTRON_ENABLE_LOGGING=true
6+
ELECTRON_VERSION=1.7.12 ELECTRON_ENABLE_STACK_DUMPING=true ELECTRON_ENABLE_LOGGING=true
77

88
WORKDIR /app
99

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
},
2929
"dependencies": {
3030
"async": "^2.6.0",
31-
"electron": "^1.7.9",
31+
"electron": "^1.7.12",
3232
"express": "^4.16.2",
3333
"express-validator": "^4.3.0",
3434
"morgan": "^1.9.0",
3535
"response-time": "^2.3.2",
3636
"retry": "^0.10.1"
3737
},
3838
"devDependencies": {
39-
"eslint": "^4.11.0",
39+
"eslint": "^4.17.0",
4040
"eslint-config-airbnb-base": "^12.1.0",
4141
"eslint-plugin-import": "^2.8.0",
4242
"mocha": "^5.0.0",

0 commit comments

Comments
 (0)