Skip to content

Commit

Permalink
chore: bump eslint-plugin-react-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Nov 6, 2024
1 parent 663497a commit f090ed3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-jc",
"version": "6.0.0",
"version": "6.0.1",
"description": "Josh-Cena's personal coding style",
"type": "module",
"repository": {
Expand Down Expand Up @@ -36,22 +36,22 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-n": "^17.13.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-regexp": "^2.6.0",
"globals": "^15.11.0",
"typescript-eslint": "^8.8.1"
"globals": "^15.12.0",
"typescript-eslint": "^8.13.0"
},
"devDependencies": {
"@types/eslint-config-prettier": "^6.11.3"
},
"peerDependencies": {
"eslint": "^9.12.0"
"eslint": "^9.0.0"
}
}

0 comments on commit f090ed3

Please sign in to comment.