mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 17:23:22 +01:00
package updates
This commit is contained in:
parent
6751d336e0
commit
57b3bbbc4b
@ -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
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user