diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-11 16:31:47 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-11 16:31:47 +0000 |
| commit | 63ecf5b0ddcb73dd9ecb854f971a50bfcac1d69c (patch) | |
| tree | c6d4820b542fc7427c6762d25c27fa556d7541c7 /package.json | |
| parent | 🔥 chore(ci): remove vercel support (diff) | |
| download | dramalama-63ecf5b0ddcb73dd9ecb854f971a50bfcac1d69c.tar.xz dramalama-63ecf5b0ddcb73dd9ecb854f971a50bfcac1d69c.zip | |
Bump eslint from 8.57.0 to 9.4.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.4.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.4.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index af0d97c..a4b4b6c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/node": "20.11.28", "@types/react": "18.2.66", "autoprefixer": "^10.4.19", - "eslint": "^8", + "eslint": "^9", "postcss": "^8.4.38", "tailwindcss": "^3.4.3" } |