|
3 | 3 | "version": "11.0.0", |
4 | 4 | "description": "ESLint preset extending Airbnb, Flow, Prettier and Jest", |
5 | 5 | "engines": { |
6 | | - "node": ">=10.13.0" |
| 6 | + "node": "^12.22.0 || ^13.14.0 || ^14.17.0 || ^15.3.0 || >=16.0.0" |
7 | 7 | }, |
8 | 8 | "main": "./react-native.js", |
9 | 9 | "repository": "git@github.com:callstack/eslint-config-callstack.git", |
|
15 | 15 | "callstack" |
16 | 16 | ], |
17 | 17 | "dependencies": { |
18 | | - "@typescript-eslint/eslint-plugin": "^4.15.0", |
19 | | - "@typescript-eslint/parser": "^4.15.0", |
20 | | - "babel-eslint": "^10.0.3", |
21 | | - "eslint-config-prettier": "^6.10.1", |
22 | | - "eslint-plugin-flowtype": "^4.5.2", |
23 | | - "eslint-plugin-import": "^2.25.2", |
24 | | - "eslint-plugin-jest": "^25.0.5", |
25 | | - "eslint-plugin-prettier": "^3.1.3", |
26 | | - "eslint-plugin-promise": "^4.2.1", |
27 | | - "eslint-plugin-react": "^7.17.0", |
28 | | - "eslint-plugin-react-hooks": "^4.0.0", |
29 | | - "eslint-plugin-react-native": "^3.8.1", |
30 | | - "eslint-plugin-react-native-a11y": "^2.0.0", |
| 18 | + "@babel/core": "^7.16.0", |
| 19 | + "@babel/eslint-parser": "^7.16.3", |
| 20 | + "@babel/preset-flow": "^7.16.0", |
| 21 | + "@babel/preset-react": "^7.16.0", |
| 22 | + "@typescript-eslint/eslint-plugin": "^5.4.0", |
| 23 | + "@typescript-eslint/parser": "^5.4.0", |
| 24 | + "eslint-config-prettier": "^8.3.0", |
| 25 | + "eslint-plugin-flowtype": "^7.0.0", |
| 26 | + "eslint-plugin-import": "^2.25.3", |
| 27 | + "eslint-plugin-jest": "^25.3.0", |
| 28 | + "eslint-plugin-prettier": "^4.0.0", |
| 29 | + "eslint-plugin-promise": "^5.1.1", |
| 30 | + "eslint-plugin-react": "^7.27.1", |
| 31 | + "eslint-plugin-react-hooks": "^4.3.0", |
| 32 | + "eslint-plugin-react-native": "^3.11.0", |
| 33 | + "eslint-plugin-react-native-a11y": "^3.0.0", |
31 | 34 | "eslint-restricted-globals": "^0.2.0", |
32 | | - "prettier": "^2.0.4" |
| 35 | + "prettier": "^2.4.1" |
33 | 36 | }, |
34 | 37 | "peerDependencies": { |
35 | | - "eslint": ">=6" |
| 38 | + "eslint": ">=7" |
36 | 39 | }, |
37 | 40 | "devDependencies": { |
38 | | - "eslint": "^6.7.2", |
39 | | - "typescript": "^4.0.3" |
| 41 | + "eslint": "^7.32.0", |
| 42 | + "typescript": "^4.5.2" |
40 | 43 | }, |
41 | 44 | "scripts": { |
42 | 45 | "test": "yarn --cwd test && yarn --cwd test eslint --report-unused-disable-directives --ext .js,.ts,.jsx,.tsx ." |
|
0 commit comments