Skip to content

Commit

Permalink
update electron dependencies. #280
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jan 2, 2020
1 parent 6228eab commit 26cd263
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 1,480 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN chown -R app:app /home/app/webapp && \
# Install npm packages and build dist
WORKDIR /home/app/webapp
RUN npm install -g ember-cli && \
yarn install --frozen-lockfile --silent
yarn install --frozen-lockfile

# Run additional scripts during container startup (i.e. not at build time)
RUN mkdir -p /etc/my_init.d
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@
"devtron": "^1.4.0",
"dynamic-link": "^0.2.5",
"electron-forge": "^5.2.4",
"electron-prebuilt-compile": "4.0.0",
"ember-auto-import": "1.5.3",
"ember-auto-import-typescript": "^0.1.0",
"ember-bootstrap": "^3.1.0",
Expand Down Expand Up @@ -179,6 +178,7 @@
"eslint": "^6.8.0",
"eslint-plugin-ember": "^7.7.2",
"eslint-plugin-node": "^11.0.0",
"express-pino-logger": "^4.0.0",
"fastboot-express-middleware": "^2.0.0",
"fs-xattr": "^0.3.0",
"html-entities": "^1.2.1",
Expand All @@ -188,7 +188,6 @@
"loader.js": "^4.7.0",
"mathjax-electron": "^3.0.0",
"minimatch": "^3.0.4",
"express-pino-logger": "^4.0.0",
"qunit-dom": "^0.9.2",
"sanitize-html": "^1.20.1",
"typescript": "^3.7.4",
Expand Down
Loading

0 comments on commit 26cd263

Please sign in to comment.