| 
17 | 17 |     "jest.js"  | 
18 | 18 |   ],  | 
19 | 19 |   "peerDependencies": {  | 
20 |  | -    "eslint": "^7.30.0"  | 
 | 20 | +    "eslint": "^8.0.0"  | 
21 | 21 |   },  | 
22 | 22 |   "dependencies": {  | 
23 |  | -    "@babel/core": "7.14.2",  | 
24 |  | -    "@babel/eslint-parser": "^7.14.7",  | 
25 |  | -    "@rushstack/eslint-patch": "^1.0.6",  | 
26 |  | -    "@typescript-eslint/eslint-plugin": "^4.0.0",  | 
27 |  | -    "@typescript-eslint/parser": "^4.0.0",  | 
 | 23 | +    "@babel/core": "^7.15.8",  | 
 | 24 | +    "@babel/eslint-parser": "^7.15.8",  | 
 | 25 | +    "@rushstack/eslint-patch": "^1.0.8",  | 
 | 26 | +    "@typescript-eslint/eslint-plugin": "^5.0.0",  | 
 | 27 | +    "@typescript-eslint/parser": "^5.0.0",  | 
28 | 28 |     "babel-preset-react-app": "^10.0.0",  | 
29 | 29 |     "confusing-browser-globals": "^1.0.10",  | 
30 |  | -    "eslint-plugin-flowtype": "^5.2.0",  | 
31 |  | -    "eslint-plugin-import": "^2.22.0",  | 
32 |  | -    "eslint-plugin-jest": "^24.0.0",  | 
33 |  | -    "eslint-plugin-jsx-a11y": "^6.3.1",  | 
34 |  | -    "eslint-plugin-react": "^7.20.3",  | 
35 |  | -    "eslint-plugin-react-hooks": "^4.0.8",  | 
36 |  | -    "eslint-plugin-testing-library": "^3.9.0"  | 
 | 30 | +    "eslint-plugin-flowtype": "^5.9.2",  | 
 | 31 | +    "eslint-plugin-import": "^2.25.2",  | 
 | 32 | +    "eslint-plugin-jest": "^25.0.5",  | 
 | 33 | +    "eslint-plugin-jsx-a11y": "^6.4.1",  | 
 | 34 | +    "eslint-plugin-react": "^7.26.1",  | 
 | 35 | +    "eslint-plugin-react-hooks": "^4.2.0",  | 
 | 36 | +    "eslint-plugin-testing-library": "^4.12.4"  | 
37 | 37 |   },  | 
38 | 38 |   "engines": {  | 
39 | 39 |     "node": ">=14.0.0"  | 
 | 
0 commit comments