updated npm packages
This commit is contained in:
parent
a147293f6c
commit
9d3cb3eaa4
@ -12,5 +12,5 @@ FROM node:alpine
|
|||||||
RUN npm install serve -g --silent
|
RUN npm install serve -g --silent
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /app/build .
|
COPY --from=builder /app/build .
|
||||||
EXPOSE 5002
|
EXPOSE 5000
|
||||||
CMD ["serve", "-p", "5000", "-s", "."]
|
CMD ["serve", "-p", "5000", "-s", "."]
|
@ -6,13 +6,13 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@snowpack/plugin-typescript": "^1.2.1",
|
"@snowpack/plugin-typescript": "^1.2.1",
|
||||||
"@types/node": "^15.0.1",
|
"@types/node": "^16.3.3",
|
||||||
"@types/react": "^17.0.4",
|
"@types/react": "^17.0.14",
|
||||||
"@types/react-dom": "^17.0.3",
|
"@types/react-dom": "^17.0.9",
|
||||||
"@types/snowpack-env": "^2.3.3",
|
"@types/snowpack-env": "^2.3.3",
|
||||||
"snowpack": "^3.8.0",
|
"snowpack": "^3.8.0",
|
||||||
"snowpack-plugin-svgr": "^0.1.2",
|
"snowpack-plugin-svgr": "^0.1.2",
|
||||||
"typescript": "^4.2.4"
|
"typescript": "^4.3.5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user