Skip to content

Commit

Permalink
build(deps-dev): bump eslint from 8.56.0 to 9.0.0
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 9.0.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.56.0...v9.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent 438796c commit b3ef15a
Show file tree
Hide file tree
Showing 7 changed files with 161 additions and 331 deletions.
2 changes: 1 addition & 1 deletion integrations/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint": "^9",
"eslint-config-next": "14.1.0",
"typescript": "^5"
}
Expand Down
2 changes: 1 addition & 1 deletion integrations/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/node": "^20.11.6",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-plugin-qwik": "^1.4.1",
"prettier": "^3.2.4",
"typescript": "5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion integrations/remix-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
Expand Down
Loading

0 comments on commit b3ef15a

Please sign in to comment.