Skip to content

Commit

Permalink
feat(package.json): upgrade dependencies to include latest versions
Browse files Browse the repository at this point in the history
- Update `@eslint/js` to `^9.18.0` for the latest features and bug fixes
- Upgrade `eslint` to `^9.18.0` to align with the updated ESLint plugin
- Bump `typescript` to `^5.7.3` to incorporate the latest improvements and fixes
  • Loading branch information
Bluzzi committed Jan 11, 2025
1 parent 15b0925 commit 2de9d7c
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 211 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@eslint-react/eslint-plugin": "^1.23.2",
"@eslint/js": "^9.17.0",
"@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",
Expand All @@ -48,12 +48,12 @@
"@types/eslint": "^9.6.1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.5",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"eslint-typegen": "^0.3.2",
"serve": "^14.2.4",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"keywords": [
"eslint",
Expand Down
Loading

0 comments on commit 2de9d7c

Please sign in to comment.