Skip to content

Commit

Permalink
fix(package.json): update eslint-related dependencies for improved li…
Browse files Browse the repository at this point in the history
…nting rules and parser compatibility
  • Loading branch information
Bluzzi committed Dec 30, 2024
1 parent 14cbcd1 commit 19f21eb
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 197 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"eslint": ">=9.0.0"
},
"dependencies": {
"@eslint-react/eslint-plugin": "^1.22.1",
"@eslint-react/eslint-plugin": "^1.22.2",
"@eslint/js": "^9.17.0",
"@next/eslint-plugin-next": "^15.1.3",
"@stylistic/eslint-plugin": "^2.12.1",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"eslint-flat-config-utils": "^0.4.0",
"eslint-plugin-antfu": "^2.7.0",
"eslint-plugin-n": "^17.15.1",
Expand Down
Loading

0 comments on commit 19f21eb

Please sign in to comment.