|
3 | 3 | "version": "13.0.2", |
4 | 4 | "description": "ESLint preset extending recommended ESLint config, TypeScript, Prettier and Jest", |
5 | 5 | "engines": { |
6 | | - "node": "^12.22.0 || ^13.14.0 || ^14.17.0 || ^15.3.0 || >=16.0.0" |
| 6 | + "node": ">=18.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 | | - "@babel/core": "^7.16.0", |
19 | | - "@babel/eslint-parser": "^7.16.3", |
20 | | - "@babel/plugin-syntax-flow": "^7.18.6", |
21 | | - "@babel/plugin-transform-react-jsx": "^7.18.10", |
22 | | - "@typescript-eslint/eslint-plugin": "^5.36.2", |
23 | | - "@typescript-eslint/parser": "^5.36.2", |
24 | | - "eslint-config-prettier": "^8.3.0", |
| 18 | + "@babel/core": "^7.22.20", |
| 19 | + "@babel/eslint-parser": "^7.22.15", |
| 20 | + "@babel/plugin-syntax-flow": "^7.22.5", |
| 21 | + "@babel/plugin-transform-react-jsx": "^7.22.15", |
| 22 | + "@typescript-eslint/eslint-plugin": "^6.7.2", |
| 23 | + "@typescript-eslint/parser": "^6.7.2", |
| 24 | + "eslint-config-prettier": "^9.0.0", |
25 | 25 | "eslint-plugin-flowtype": "^8.0.3", |
26 | | - "eslint-plugin-import": "^2.25.3", |
27 | | - "eslint-plugin-jest": "^27.0.1", |
28 | | - "eslint-plugin-prettier": "^4.0.0", |
29 | | - "eslint-plugin-promise": "^6.0.1", |
30 | | - "eslint-plugin-react": "^7.27.1", |
31 | | - "eslint-plugin-react-hooks": "^4.3.0", |
32 | | - "eslint-plugin-react-native": "^4.0.0", |
33 | | - "eslint-plugin-react-native-a11y": "^3.2.1", |
| 26 | + "eslint-plugin-import": "^2.28.1", |
| 27 | + "eslint-plugin-jest": "^27.4.0", |
| 28 | + "eslint-plugin-prettier": "^5.0.0", |
| 29 | + "eslint-plugin-promise": "^6.1.1", |
| 30 | + "eslint-plugin-react": "^7.33.2", |
| 31 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 32 | + "eslint-plugin-react-native": "^4.1.0", |
| 33 | + "eslint-plugin-react-native-a11y": "^3.3.0", |
34 | 34 | "eslint-restricted-globals": "^0.2.0", |
35 | | - "prettier": "^2.4.1" |
| 35 | + "prettier": "^3.0.3" |
36 | 36 | }, |
37 | 37 | "peerDependencies": { |
38 | 38 | "eslint": ">=8.1.0" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | | - "eslint": "^8.1.0", |
42 | | - "typescript": "^4.8.2" |
| 41 | + "eslint": "^8.49.0", |
| 42 | + "typescript": "^5.2.2" |
43 | 43 | }, |
44 | 44 | "scripts": { |
45 | 45 | "test": "yarn --cwd test && yarn --cwd test eslint --report-unused-disable-directives --ext .js,.ts,.jsx,.tsx ." |
|
0 commit comments