Skip to content

Commit

Permalink
chore: update ESLint version
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Oct 25, 2024
1 parent 332fecc commit 68741d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
node-version: ${{ fromJson(needs.matrix.outputs.latest) }}
eslint:
- 9
- 9.13.0
- 8
- 8.57.0

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"auto-changelog": "^2.5.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-preset-airbnb": "^5.0.0",
"eslint": "^8.8 || ^9.13",
"eslint": "^8.57.0 || ^9.13.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-doc-generator": "^1.7.1",
"eslint-plugin-eslint-plugin": "^4.3.0",
Expand Down Expand Up @@ -88,7 +88,7 @@
"safe-regex-test": "^1.0.3"
},
"peerDependencies": {
"eslint": "^8.8 || ^9.13"
"eslint": "^8.57.0 || ^9.13.0"
},
"auto-changelog": {
"output": "CHANGELOG.md",
Expand Down

0 comments on commit 68741d3

Please sign in to comment.