mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-02-14 21:10:41 +01:00
package updates
This commit is contained in:
parent
6751d336e0
commit
57b3bbbc4b
@ -22,6 +22,4 @@ WORKDIR /portfolio
|
|||||||
|
|
||||||
COPY package.json .
|
COPY package.json .
|
||||||
|
|
||||||
RUN npm install --quiet && npm cache clean --force
|
RUN npm install && npm cache clean --force
|
||||||
|
|
||||||
#CMD [ "npm", "run", "dev" ]
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"file-saver": "^1.3.8",
|
"file-saver": "^1.3.8",
|
||||||
"gatsby": "^2.0.6",
|
"gatsby": "^2.0.6",
|
||||||
"gatsby-image": "^2.0.6",
|
"gatsby-image": "^2.0.7",
|
||||||
"gatsby-plugin-favicon": "^3.1.4",
|
"gatsby-plugin-favicon": "^3.1.4",
|
||||||
"gatsby-plugin-matomo": "^0.5.0",
|
"gatsby-plugin-matomo": "^0.5.0",
|
||||||
"gatsby-plugin-offline": "^2.0.0",
|
"gatsby-plugin-offline": "^2.0.0",
|
||||||
@ -44,7 +44,7 @@
|
|||||||
"react-dom": "^16.5.2",
|
"react-dom": "^16.5.2",
|
||||||
"react-helmet": "^5.2.0",
|
"react-helmet": "^5.2.0",
|
||||||
"react-markdown": "^3.6.0",
|
"react-markdown": "^3.6.0",
|
||||||
"react-pose": "^3.3.3",
|
"react-pose": "^3.3.4",
|
||||||
"vcf": "^2.0.1"
|
"vcf": "^2.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user