Skip to content

Commit

Permalink
chore(package.json): update eslint-related dependencies for better li…
Browse files Browse the repository at this point in the history
…nting support

feat(package.json): bump @types/node to latest patch for improved Node.js type definitions
  • Loading branch information
Bluzzi committed Jan 14, 2025
1 parent 2de9d7c commit 9d94506
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 84 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"@eslint-react/eslint-plugin": "^1.23.2",
"@eslint/js": "^9.18.0",
"@next/eslint-plugin-next": "^15.1.4",
"@stylistic/eslint-plugin": "^2.12.1",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@stylistic/eslint-plugin": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"eslint-flat-config-utils": "^0.4.0",
"eslint-plugin-antfu": "^2.7.0",
"eslint-plugin-n": "^17.15.1",
Expand All @@ -47,7 +47,7 @@
"@eslint/config-inspector": "^0.7.1",
"@types/eslint": "^9.6.1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.5",
"@types/node": "^22.10.6",
"eslint": "^9.18.0",
"eslint-typegen": "^0.3.2",
"serve": "^14.2.4",
Expand Down
168 changes: 88 additions & 80 deletions pnpm-lock.yaml

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

0 comments on commit 9d94506

Please sign in to comment.