1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 17:23:22 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2018-09-21 18:58:15 +02:00
parent 6751d336e0
commit 57b3bbbc4b
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 3 additions and 5 deletions

View File

@ -22,6 +22,4 @@ WORKDIR /portfolio
COPY package.json .
RUN npm install --quiet && npm cache clean --force
#CMD [ "npm", "run", "dev" ]
RUN npm install && npm cache clean --force

View File

@ -22,7 +22,7 @@
"dependencies": {
"file-saver": "^1.3.8",
"gatsby": "^2.0.6",
"gatsby-image": "^2.0.6",
"gatsby-image": "^2.0.7",
"gatsby-plugin-favicon": "^3.1.4",
"gatsby-plugin-matomo": "^0.5.0",
"gatsby-plugin-offline": "^2.0.0",
@ -44,7 +44,7 @@
"react-dom": "^16.5.2",
"react-helmet": "^5.2.0",
"react-markdown": "^3.6.0",
"react-pose": "^3.3.3",
"react-pose": "^3.3.4",
"vcf": "^2.0.1"
},
"devDependencies": {