updated npm packages

This commit is contained in:
Dmitriy Shishkov 2021-07-17 21:51:47 +05:00
parent a147293f6c
commit 9d3cb3eaa4
No known key found for this signature in database
GPG Key ID: 14358F96FCDD8060
2 changed files with 5 additions and 5 deletions

View File

@ -12,5 +12,5 @@ FROM node:alpine
RUN npm install serve -g --silent
WORKDIR /app
COPY --from=builder /app/build .
EXPOSE 5002
EXPOSE 5000
CMD ["serve", "-p", "5000", "-s", "."]

View File

@ -6,13 +6,13 @@
},
"devDependencies": {
"@snowpack/plugin-typescript": "^1.2.1",
"@types/node": "^15.0.1",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"@types/node": "^16.3.3",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/snowpack-env": "^2.3.3",
"snowpack": "^3.8.0",
"snowpack-plugin-svgr": "^0.1.2",
"typescript": "^4.2.4"
"typescript": "^4.3.5"
},
"dependencies": {
"react": "^17.0.2",