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

Commit

Permalink
Bump deps & Electron
Browse files Browse the repository at this point in the history
  • Loading branch information
msokk committed Jun 3, 2017
1 parent a082fd6 commit 1c354f5
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 92 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM buildpack-deps:jessie-curl
MAINTAINER Mihkel Sokk <[email protected]>

ENV RENDERER_ACCESS_KEY=changeme CONCURRENCY=1 WINDOW_WIDTH=1024 WINDOW_HEIGHT=768 NODE_ENV=production \
ELECTRON_VERSION=1.6.2 ELECTRON_ENABLE_STACK_DUMPING=true ELECTRON_ENABLE_LOGGING=true
ELECTRON_VERSION=1.6.10 ELECTRON_ENABLE_STACK_DUMPING=true ELECTRON_ENABLE_LOGGING=true

WORKDIR /app

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
"url": "https://github.com/msokk/electron-render-service.git"
},
"dependencies": {
"async": "^2.1.5",
"async": "^2.4.1",
"electron": "^1.6.2",
"express": "^4.15.2",
"express-validator": "^3.1.2",
"morgan": "^1.8.1",
"express": "^4.15.3",
"express-validator": "^3.2.0",
"morgan": "^1.8.2",
"response-time": "^2.3.2",
"retry": "^0.10.1"
},
"devDependencies": {
"eslint": "^3.17.1",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0",
"mocha": "^3.2.0",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.3.0",
"mocha": "^3.4.2",
"supertest": "^3.0.0"
}
}
Loading

0 comments on commit 1c354f5

Please sign in to comment.