|
4 | 4 | "private": true, |
5 | 5 | "proxy": "http://localhost:5000", |
6 | 6 | "dependencies": { |
7 | | - "@material-ui/core": "^4.9.1", |
| 7 | + "@material-ui/core": "^4.11.0", |
8 | 8 | "@material-ui/icons": "^4.9.1", |
9 | | - "@types/jest": "^25.1.1", |
10 | | - "@types/node": "^13.7.0", |
11 | | - "@types/react": "^16.9.19", |
12 | | - "@types/react-dom": "^16.9.5", |
13 | | - "@types/socket.io-client": "^1.4.32", |
14 | | - "lodash": "^4.17.11", |
15 | | - "react": "^16.12.0", |
16 | | - "react-dom": "^16.12.0", |
17 | | - "react-scripts": "^3.3.1", |
| 9 | + "@types/jest": "^26.0.4", |
| 10 | + "@types/node": "^14.0.22", |
| 11 | + "@types/react": "^16.9.42", |
| 12 | + "@types/react-dom": "^16.9.8", |
| 13 | + "@types/socket.io-client": "^1.4.33", |
| 14 | + "lodash": "^4.17.19", |
| 15 | + "react": "^16.13.1", |
| 16 | + "react-dom": "^16.13.1", |
| 17 | + "react-scripts": "^3.4.1", |
18 | 18 | "socket.io-client": "^2.3.0", |
19 | 19 | "typeface-roboto": "0.0.75", |
20 | | - "typescript": "^3.7.5" |
| 20 | + "typescript": "^3.9.6" |
21 | 21 | }, |
22 | 22 | "scripts": { |
23 | 23 | "start": "react-scripts start", |
|
43 | 43 | ] |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@typescript-eslint/eslint-plugin": "^2.19.0", |
47 | | - "@typescript-eslint/parser": "^2.19.0", |
48 | | - "eslint-config-prettier": "^6.10.0", |
49 | | - "eslint-plugin-prettier": "^3.1.2", |
50 | | - "eslint-plugin-react": "^7.18.3", |
51 | | - "eslint-plugin-react-hooks": "^2.3.0", |
52 | | - "npm-check": "^5.9.0", |
53 | | - "prettier": "^1.19.1" |
| 46 | + "@typescript-eslint/eslint-plugin": "^3.6.0", |
| 47 | + "@typescript-eslint/parser": "^3.6.0", |
| 48 | + "eslint-config-prettier": "^6.11.0", |
| 49 | + "eslint-plugin-prettier": "^3.1.4", |
| 50 | + "eslint-plugin-react": "^7.20.3", |
| 51 | + "eslint-plugin-react-hooks": "^4.0.7", |
| 52 | + "npm-check": "^5.9.2", |
| 53 | + "prettier": "^2.0.5" |
54 | 54 | } |
55 | 55 | } |
0 commit comments