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

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisjanvier committed Nov 21, 2019
1 parent eaa1502 commit 1f49976
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 74 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.12.0-alpine AS builder
FROM node:12.13.0-alpine AS builder

ENV NODE_ENV production

Expand All @@ -15,7 +15,7 @@ WORKDIR /app
RUN yarn install --non-interactive --pure-lockfile --production && yarn cache clean && /tmp/node-prune

# Starts a new build stage which will be the final image
FROM node:12.12.0-alpine
FROM node:12.13.0-alpine

ENV NODE_ENV production

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"lodash.omit": "4.5.0",
"md5": "2.2.1",
"minimist": "1.2.0",
"nodemon": "1.19.4",
"nodemon": "2.0.0",
"query-string": "6.9.0",
"rc": "1.2.8",
"signale": "1.4.0"
Expand All @@ -58,15 +58,15 @@
"@babel/preset-env": "7.7.1",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"docusaurus-init": "1.14.0",
"docusaurus-init": "1.14.1",
"eslint": "6.6.0",
"eslint-config-prettier": "6.5.0",
"eslint-config-prettier": "6.7.0",
"eslint-plugin-jest": "23.0.4",
"eslint-plugin-jsdoc": "18.0.1",
"eslint-plugin-jsdoc": "18.1.4",
"eslint-plugin-prettier": "3.1.1",
"husky": "3.0.9",
"husky": "3.1.0",
"jest": "24.9.0",
"jsdoc-to-markdown": "5.0.2",
"jsdoc-to-markdown": "5.0.3",
"lint-staged": "9.4.3",
"parcel-bundler": "1.12.4",
"parcel-plugin-shebang": "1.2.8",
Expand Down
Loading

0 comments on commit 1f49976

Please sign in to comment.