|
4 | 4 | "private": true,
|
5 | 5 | "proxy": "http://192.168.0.23",
|
6 | 6 | "dependencies": {
|
7 |
| - "@emotion/react": "^11.7.1", |
8 |
| - "@emotion/styled": "^11.6.0", |
9 |
| - "@mui/icons-material": "^5.2.4", |
10 |
| - "@mui/material": "^5.2.4", |
| 7 | + "@emotion/react": "^11.9.0", |
| 8 | + "@emotion/styled": "^11.8.1", |
| 9 | + "@mui/icons-material": "^5.8.0", |
| 10 | + "@mui/material": "^5.8.0", |
11 | 11 | "@types/lodash": "^4.14.176",
|
12 | 12 | "@types/node": "^16.11.14",
|
13 |
| - "@types/react": "^17.0.37", |
14 |
| - "@types/react-dom": "^17.0.11", |
15 |
| - "async-validator": "^4.0.7", |
16 |
| - "axios": "^0.24.0", |
| 13 | + "@types/react": "^18.0.9", |
| 14 | + "@types/react-dom": "^18.0.4", |
| 15 | + "async-validator": "^4.1.1", |
| 16 | + "axios": "^0.27.2", |
17 | 17 | "http-proxy-middleware": "^2.0.1",
|
18 | 18 | "jwt-decode": "^3.1.2",
|
19 | 19 | "lodash": "^4.17.21",
|
20 |
| - "notistack": "^2.0.3", |
| 20 | + "notistack": "^2.0.5", |
21 | 21 | "parse-ms": "^3.0.0",
|
22 |
| - "react": "^17.0.2", |
| 22 | + "react": "^18.1.0", |
23 | 23 | "react-app-rewired": "^2.1.8",
|
24 |
| - "react-dom": "^17.0.2", |
| 24 | + "react-dom": "^18.1.0", |
25 | 25 | "react-dropzone": "^11.4.2",
|
26 |
| - "react-router-dom": "^6.0.2", |
27 |
| - "react-scripts": "5.0.0", |
| 26 | + "react-router-dom": "^6.3.0", |
| 27 | + "react-scripts": "5.0.1", |
28 | 28 | "sockette": "^2.0.6",
|
29 |
| - "typescript": "^4.5.4" |
| 29 | + "typescript": "^4.6.4" |
30 | 30 | },
|
31 | 31 | "scripts": {
|
32 | 32 | "start": "react-app-rewired start",
|
|
0 commit comments