Skip to content

Commit

Permalink
chore(deps): use ESLint v9 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins authored Aug 30, 2024
1 parent 79fd020 commit c1a7e42
Show file tree
Hide file tree
Showing 2 changed files with 380 additions and 513 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
]
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.12.1",
"@eslint-react/eslint-plugin": "^1.12.3",
"@solidjs/testing-library": "^0.8.9",
"@tanstack/config": "^0.11.2",
"@tanstack/config": "^0.13.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
Expand All @@ -45,8 +45,8 @@
"@types/react": "^18.2.45",
"@types/react-dom": "^18.0.5",
"@vitest/coverage-istanbul": "^2.0.5",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc-a19a8ab4-20240829",
"jsdom": "^25.0.0",
"knip": "^5.27.4",
"nx": "^19.6.2",
Expand Down
Loading

0 comments on commit c1a7e42

Please sign in to comment.