Skip to content

Commit 58f717d

Browse files
authored
chore(breaking): update all packages; require node >=18 (#268)
* chore: update packages * chore: update yarn.lock for test * chore: another update of yarn.lock * chore: use 18 node version
1 parent e62ac98 commit 58f717d

3 files changed

Lines changed: 2766 additions & 967 deletions

File tree

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "13.0.2",
44
"description": "ESLint preset extending recommended ESLint config, TypeScript, Prettier and Jest",
55
"engines": {
6-
"node": "^12.22.0 || ^13.14.0 || ^14.17.0 || ^15.3.0 || >=16.0.0"
6+
"node": ">=18.0.0"
77
},
88
"main": "./react-native.js",
99
"repository": "git@github.com:callstack/eslint-config-callstack.git",
@@ -15,31 +15,31 @@
1515
"callstack"
1616
],
1717
"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",
2525
"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",
3434
"eslint-restricted-globals": "^0.2.0",
35-
"prettier": "^2.4.1"
35+
"prettier": "^3.0.3"
3636
},
3737
"peerDependencies": {
3838
"eslint": ">=8.1.0"
3939
},
4040
"devDependencies": {
41-
"eslint": "^8.1.0",
42-
"typescript": "^4.8.2"
41+
"eslint": "^8.49.0",
42+
"typescript": "^5.2.2"
4343
},
4444
"scripts": {
4545
"test": "yarn --cwd test && yarn --cwd test eslint --report-unused-disable-directives --ext .js,.ts,.jsx,.tsx ."

0 commit comments

Comments
 (0)