|
3 | 3 | "version": "0.1.0",
|
4 | 4 | "private": true,
|
5 | 5 | "dependencies": {
|
6 |
| - "@material-ui/core": "^4.11.0", |
7 |
| - "@material-ui/icons": "^4.9.1", |
8 |
| - "@types/jwt-decode": "^3.1.0", |
| 6 | + "@material-ui/core": "^4.11.2", |
| 7 | + "@material-ui/icons": "^4.11.2", |
9 | 8 | "@types/lodash": "^4.14.165",
|
10 | 9 | "@types/node": "^12.12.32",
|
11 |
| - "@types/react": "^16.9.56", |
12 |
| - "@types/react-dom": "^16.9.9", |
| 10 | + "@types/react": "^17.0.0", |
| 11 | + "@types/react-dom": "^17.0.0", |
13 | 12 | "@types/react-material-ui-form-validator": "^2.1.0",
|
14 | 13 | "@types/react-router": "^5.1.8",
|
15 | 14 | "@types/react-router-dom": "^5.1.6",
|
16 | 15 | "compression-webpack-plugin": "^4.0.0",
|
17 |
| - "jwt-decode": "^3.1.1", |
| 16 | + "jwt-decode": "^3.1.2", |
18 | 17 | "lodash": "^4.17.20",
|
19 |
| - "mime-types": "^2.1.27", |
| 18 | + "mime-types": "^2.1.28", |
20 | 19 | "moment": "^2.29.1",
|
21 |
| - "notistack": "^1.0.1", |
22 |
| - "react": "^16.14.0", |
23 |
| - "react-dom": "^16.14.0", |
| 20 | + "notistack": "^1.0.3", |
| 21 | + "react": "^17.0.1", |
| 22 | + "react-dom": "^17.0.1", |
24 | 23 | "react-dropzone": "^11.2.4",
|
25 | 24 | "react-form-validator-core": "^1.0.0",
|
26 | 25 | "react-material-ui-form-validator": "^2.1.1",
|
27 | 26 | "react-router": "^5.2.0",
|
28 | 27 | "react-router-dom": "^5.2.0",
|
29 |
| - "react-scripts": "3.4.4", |
| 28 | + "react-scripts": "4.0.1", |
30 | 29 | "sockette": "^2.0.6",
|
31 |
| - "typescript": "^4.0.2", |
| 30 | + "typescript": "4.0.5", |
32 | 31 | "zlib": "^1.0.5"
|
33 | 32 | },
|
34 | 33 | "scripts": {
|
|
52 | 51 | ]
|
53 | 52 | },
|
54 | 53 | "devDependencies": {
|
55 |
| - "react-app-rewired": "^2.1.6" |
| 54 | + "react-app-rewired": "^2.1.8" |
56 | 55 | }
|
57 | 56 | }
|
0 commit comments