Skip to content

Commit 55944b5

Browse files
MichaelDeBoeyljharb
authored andcommitted
[Breaking] update eslint version
1 parent 9dd2253 commit 55944b5

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",
@@ -88,7 +88,7 @@
8888
"safe-regex-test": "^1.0.3"
8989
},
9090
"peerDependencies": {
91-
"eslint": "^8.8 || ^9.13"
91+
"eslint": "^8.57.0 || ^9.13.0"
9292
},
9393
"auto-changelog": {
9494
"output": "CHANGELOG.md",

0 commit comments

Comments
 (0)