|
16 | 16 | "@babel/preset-react": "^7.9.4",
|
17 | 17 | "@babel/preset-typescript": "^7.9.0",
|
18 | 18 | "@types/html-webpack-plugin": "^3.2.2",
|
19 |
| - "@types/node": "^13.13.5", |
20 |
| - "@types/react": "^16.9.34", |
21 |
| - "@types/react-dom": "^16.9.7", |
| 19 | + "@types/node": "^14.0.1", |
| 20 | + "@types/react": "^16.9.35", |
| 21 | + "@types/react-dom": "^16.9.8", |
22 | 22 | "@types/react-html-parser": "^2.0.1",
|
23 | 23 | "@types/react-router": "^5.1.7",
|
24 | 24 | "@types/react-router-dom": "^5.1.5",
|
25 |
| - "@types/webpack": "^4.41.12", |
| 25 | + "@types/webpack": "^4.41.13", |
26 | 26 | "@types/webpack-dev-server": "^3.10.1",
|
27 |
| - "@typescript-eslint/eslint-plugin": "^2.31.0", |
28 |
| - "@typescript-eslint/parser": "^2.31.0", |
| 27 | + "@typescript-eslint/eslint-plugin": "^2.33.0", |
| 28 | + "@typescript-eslint/parser": "^2.33.0", |
29 | 29 | "babel-loader": "^8.1.0",
|
30 | 30 | "babel-plugin-import": "^1.13.0",
|
31 | 31 | "cross-env": "^7.0.2",
|
|
36 | 36 | "eslint-plugin-import": "^2.20.2",
|
37 | 37 | "eslint-plugin-jsx": "^0.1.0",
|
38 | 38 | "eslint-plugin-jsx-a11y": "^6.2.3",
|
39 |
| - "eslint-plugin-react": "^7.19.0", |
40 |
| - "eslint-plugin-react-hooks": "^4.0.0", |
| 39 | + "eslint-plugin-prettier": "^3.1.3", |
| 40 | + "eslint-plugin-react": "^7.20.0", |
| 41 | + "eslint-plugin-react-hooks": "^4.0.2", |
41 | 42 | "html-webpack-plugin": "^4.3.0",
|
42 | 43 | "path": "^0.12.7",
|
43 | 44 | "prettier": "^2.0.5",
|
44 | 45 | "style-loader": "^1.2.1",
|
45 |
| - "ts-loader": "^7.0.3", |
46 | 46 | "ts-node": "^8.10.1",
|
47 | 47 | "tsconfig-paths": "^3.9.0",
|
48 |
| - "typescript": "^3.8.3", |
| 48 | + "typescript": "^3.9.2", |
49 | 49 | "webpack": "^4.43.0",
|
50 | 50 | "webpack-cli": "^3.3.11",
|
51 | 51 | "webpack-dev-server": "^3.11.0"
|
|
0 commit comments