Skip to content

Commit

Permalink
fix(package.json): update eslint-plugin dependencies for improved lin…
Browse files Browse the repository at this point in the history
…ting rules

feat(package.json): upgrade @typescript-eslint packages for better TypeScript support
chore(package.json): bump @types/node to align with latest Node.js typings
feat(package.json): update @eslint/config-inspector for enhanced config inspection
  • Loading branch information
Bluzzi committed Jan 8, 2025
1 parent 3720c49 commit 15b0925
Show file tree
Hide file tree
Showing 2 changed files with 266 additions and 313 deletions.
12 changes: 6 additions & 6 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.23.0",
"@eslint-react/eslint-plugin": "^1.23.2",
"@eslint/js": "^9.17.0",
"@next/eslint-plugin-next": "^15.1.3",
"@next/eslint-plugin-next": "^15.1.4",
"@stylistic/eslint-plugin": "^2.12.1",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"eslint-flat-config-utils": "^0.4.0",
"eslint-plugin-antfu": "^2.7.0",
"eslint-plugin-n": "^17.15.1",
Expand All @@ -44,10 +44,10 @@
"local-pkg": "^0.5.1"
},
"devDependencies": {
"@eslint/config-inspector": "^0.6.0",
"@eslint/config-inspector": "^0.7.1",
"@types/eslint": "^9.6.1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"eslint": "^9.17.0",
"eslint-typegen": "^0.3.2",
"serve": "^14.2.4",
Expand Down
Loading

0 comments on commit 15b0925

Please sign in to comment.