Skip to content

Commit ac7eae0

Browse files
committed
feat!: update dependencies and support ESLint 9
Closes: #37
1 parent 504c072 commit ac7eae0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.ncurc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"dep": "prod,dev",
3-
"reject": ["eslint"]
3+
"reject": []
44
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Shared ESLint config for projects using React.
99
## Installation
1010

1111
```console
12-
npm i -D eslint-config-cheminfo-react eslint@^8.57.0
12+
npm i -D eslint-config-cheminfo-react eslint
1313
```
1414

1515
## Usage

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232
},
3333
"homepage": "https://github.com/cheminfo/eslint-config-cheminfo-react#readme",
3434
"dependencies": {
35-
"eslint-config-cheminfo": "^11.0.4",
36-
"eslint-plugin-react": "^7.35.0",
37-
"eslint-plugin-react-hooks": "^4.6.2",
38-
"eslint-plugin-react-refresh": "^0.4.8",
39-
"globals": "^15.8.0"
35+
"eslint-config-cheminfo": "^12.0.0",
36+
"eslint-plugin-react": "^7.37.1",
37+
"eslint-plugin-react-hooks": "5.1.0-rc-1460d67c-20241003",
38+
"eslint-plugin-react-refresh": "^0.4.12",
39+
"globals": "^15.10.0"
4040
},
4141
"peerDependencies": {
42-
"eslint": "^8.57.0"
42+
"eslint": "^8.57.0 || ^9.12.0"
4343
},
4444
"devDependencies": {
45-
"eslint": "8.57.0",
45+
"eslint": "9.12.0",
4646
"prettier": "^3.3.3",
4747
"react": "^18.3.1"
4848
}

0 commit comments

Comments
 (0)