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 5f5faa1 commit d5fc1ebCopy full SHA for d5fc1eb
Dockerfile
@@ -8,7 +8,7 @@ COPY tsconfig.json .
8
9
ARG REACT_APP_API_URL
10
11
-RUN yarn install
+RUN yarn install --freeze-lockfile --network-timeout 3600000
12
13
COPY . .
14
package.json
@@ -5,7 +5,7 @@
5
"dependencies": {
6
"@emotion/react": "^11.11.1",
7
"@emotion/styled": "^11.11.0",
- "@mui/icons-material": "^5.14.13",
+ "@mui/icons-material": "^5.14.14",
"@mui/material": "^5.14.14",
"@mui/x-data-grid": "^6.16.2",
"@reduxjs/toolkit": "^1.9.7",
0 commit comments