Skip to content

Commit

Permalink
Bump eslint from 8.57.0 to 8.57.1
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 8.57.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v8.57.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent e504fcf commit 0c0db77
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/react": "^18.3.6",
"@types/react-dom": "^18.3.0",
"esbuild": "^0.23.1",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-next": "^13.5.7"
}
}
64 changes: 34 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"dotenv-flow": "^4.0.1",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-next": "^13.5.7",
"express": "^4.20.0",
"http-link-header": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/examples/demoClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@inrupt/eslint-config-base": "3.2.3",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.30.0",
Expand Down

0 comments on commit 0c0db77

Please sign in to comment.