|
17 | 17 | "dependencies": {
|
18 | 18 | "@babel/core": "^7.16.0",
|
19 | 19 | "@babel/eslint-parser": "^7.16.3",
|
| 20 | + "@babel/plugin-syntax-flow": "^7.18.6", |
| 21 | + "@babel/plugin-transform-react-jsx": "^7.18.10", |
20 | 22 | "@typescript-eslint/eslint-plugin": "^5.4.0",
|
21 | 23 | "@typescript-eslint/parser": "^5.4.0",
|
22 | 24 | "eslint-config-prettier": "^8.3.0",
|
23 |
| - "eslint-plugin-flowtype": "^7.0.0", |
| 25 | + "eslint-plugin-flowtype": "^8.0.3", |
24 | 26 | "eslint-plugin-import": "^2.25.3",
|
25 |
| - "eslint-plugin-jest": "^25.3.0", |
| 27 | + "eslint-plugin-jest": "^27.0.1", |
26 | 28 | "eslint-plugin-prettier": "^4.0.0",
|
27 |
| - "eslint-plugin-promise": "^5.1.1", |
| 29 | + "eslint-plugin-promise": "^6.0.1", |
28 | 30 | "eslint-plugin-react": "^7.27.1",
|
29 | 31 | "eslint-plugin-react-hooks": "^4.3.0",
|
30 |
| - "eslint-plugin-react-native": "^3.11.0", |
31 |
| - "eslint-plugin-react-native-a11y": "^3.0.0", |
| 32 | + "eslint-plugin-react-native": "^4.0.0", |
| 33 | + "eslint-plugin-react-native-a11y": "^3.2.1", |
32 | 34 | "eslint-restricted-globals": "^0.2.0",
|
33 | 35 | "prettier": "^2.4.1"
|
34 | 36 | },
|
35 | 37 | "peerDependencies": {
|
36 |
| - "eslint": ">=7" |
| 38 | + "eslint": ">=8.1.0" |
37 | 39 | },
|
38 | 40 | "devDependencies": {
|
39 |
| - "eslint": "^7.32.0", |
40 |
| - "typescript": "^4.5.2" |
| 41 | + "eslint": "^8.1.0", |
| 42 | + "typescript": "^4.8.0" |
41 | 43 | },
|
42 | 44 | "scripts": {
|
43 | 45 | "test": "yarn --cwd test && yarn --cwd test eslint --report-unused-disable-directives --ext .js,.ts,.jsx,.tsx ."
|
|
0 commit comments