|
31 | 31 | "react-dom": ">= 16.8" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@types/react": "^17.0.47", |
35 | | - "@typescript-eslint/eslint-plugin": "^4.33.0", |
36 | | - "@typescript-eslint/parser": "^4.33.0", |
| 34 | + "@types/react": "^17.0.0", |
| 35 | + "@typescript-eslint/eslint-plugin": "^4.13.0", |
| 36 | + "@typescript-eslint/parser": "^4.13.0", |
37 | 37 | "babel-eslint": "^10.1.0", |
38 | | - "eslint": "^7.32.0", |
| 38 | + "eslint": "^7.17.0", |
39 | 39 | "eslint-config-react-app": "^6.0.0", |
40 | | - "eslint-plugin-flowtype": "^5.10.0", |
41 | | - "eslint-plugin-import": "^2.26.0", |
42 | | - "eslint-plugin-jsx-a11y": "^6.6.0", |
43 | | - "eslint-plugin-react": "^7.30.1", |
44 | | - "eslint-plugin-react-hooks": "^4.6.0", |
45 | | - "husky": "^4.3.8", |
46 | | - "lint-staged": "^10.5.4", |
47 | | - "prettier": "^2.7.1", |
48 | | - "react": "^17.0.2", |
49 | | - "react-dom": "^17.0.2", |
50 | | - "typescript": "^4.7.4" |
| 40 | + "eslint-plugin-flowtype": "^5.2.0", |
| 41 | + "eslint-plugin-import": "^2.22.1", |
| 42 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 43 | + "eslint-plugin-react": "^7.22.0", |
| 44 | + "eslint-plugin-react-hooks": "^4.2.0", |
| 45 | + "husky": "^4.3.7", |
| 46 | + "lint-staged": "^10.5.3", |
| 47 | + "prettier": "^2.2.1", |
| 48 | + "react": "^17.0.1", |
| 49 | + "react-dom": "^17.0.1", |
| 50 | + "typescript": "^4.2.2" |
51 | 51 | }, |
52 | 52 | "eslintConfig": { |
53 | 53 | "extends": "react-app" |
|
0 commit comments