|
11 | 11 | "react-admin": "^3.5.2", |
12 | 12 | "react-dom": "^16.13.1", |
13 | 13 | "react-router-dom": "^5.1.2", |
14 | | - "react-scripts": "3.4.3", |
| 14 | + "react-scripts": "4.0.3", |
15 | 15 | "react-truncate": "^2.4.0", |
16 | | - "standard": "^14.3.3" |
| 16 | + "standard": "^16.0.0" |
17 | 17 | }, |
18 | 18 | "scripts": { |
19 | 19 | "start": "react-scripts start", |
|
46 | 46 | "@types/react": "^16.9.19", |
47 | 47 | "@types/react-dom": "^16.9.5", |
48 | 48 | "@types/react-router-dom": "^5.1.3", |
49 | | - "@typescript-eslint/eslint-plugin": "^2.24.0", |
50 | | - "@typescript-eslint/parser": "^2.24.0", |
| 49 | + "@typescript-eslint/eslint-plugin": "^4.0.0", |
| 50 | + "@typescript-eslint/parser": "^4.0.0", |
51 | 51 | "eslint-config-airbnb": "^18.1.0", |
52 | | - "eslint-plugin-flowtype": "^4.6.0", |
| 52 | + "eslint-plugin-flowtype": "^5.2.0", |
53 | 53 | "eslint-plugin-import": "^2.20.1", |
54 | 54 | "eslint-plugin-jsx-a11y": "^6.2.3", |
| 55 | + "eslint-config-prettier": "^8.3.0", |
55 | 56 | "eslint-plugin-react": "^7.19.0", |
56 | | - "eslint-config-react-app": "^5.2.1", |
57 | | - "eslint-plugin-react-hooks": "^2.5.1", |
| 57 | + "eslint-config-react-app": "^6.0.0", |
| 58 | + "eslint-plugin-react-hooks": "^4.2.0", |
58 | 59 | "prettier": "^2.0.5", |
59 | 60 | "react-test-renderer": "^16.13.1", |
60 | 61 | "typescript": "^4.0.2" |
|
0 commit comments