Skip to content

Commit 2f45382

Browse files
committed
chore: update ESLint version
1 parent 2d566d8 commit 2f45382

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/node.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
node-version: ${{ fromJson(needs.matrix.outputs.latest) }}
2727
eslint:
2828
- 9
29+
- 9.13.0
2930
- 8
31+
- 8.57.0
3032

3133
steps:
3234
- uses: actions/checkout@v4

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"auto-changelog": "^2.5.0",
5050
"babel-plugin-add-module-exports": "^1.0.4",
5151
"babel-preset-airbnb": "^5.0.0",
52-
"eslint": "^8.8 || ^9.13",
52+
"eslint": "^8.57.0 || ^9.13.0",
5353
"eslint-config-airbnb-base": "^15.0.0",
5454
"eslint-doc-generator": "^1.7.1",
5555
"eslint-plugin-eslint-plugin": "^4.3.0",
@@ -89,7 +89,7 @@
8989
"safe-regex-test": "^1.0.3"
9090
},
9191
"peerDependencies": {
92-
"eslint": "^8.8 || ^9.13"
92+
"eslint": "^8.57.0 || ^9.13.0"
9393
},
9494
"auto-changelog": {
9595
"output": "CHANGELOG.md",

0 commit comments

Comments
 (0)