We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54071e6 commit d3a1d57Copy full SHA for d3a1d57
client/Dockerfile
@@ -1,6 +1,6 @@
1
-FROM node:18.14-slim
+FROM node:19.9-slim
2
3
-LABEL version="1.0"
+LABEL version="1.1"
4
LABEL description="Demo of a Medicare claims data sample app"
5
6
WORKDIR /client
client/package.json
@@ -8,13 +8,13 @@
8
"@types/node": "^12.0.0",
9
"@types/react": "^17.0.0",
10
"@types/react-dom": "^17.0.0",
11
- "axios": "^0.21.2",
+ "axios": "^1.6.3",
12
"http-proxy-middleware": "^1.3.1",
13
"react": "^18.2.0",
14
"react-dom": "^18.2.0",
15
"react-router-dom": "^6.4.2",
16
"react-scripts": "5.0.1",
17
- "node-sass": "8.0.0",
+ "node-sass": "9.0.0",
18
"typescript": "^4.8.4",
19
"web-vitals": "^3.0.3"
20
},
0 commit comments