diff --git a/.eslintrc.cjs b/.eslintrc.cjs index cd397f7..d0e9fce 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -8,8 +8,9 @@ module.exports = { extends: [ "eslint:recommended", "plugin:@typescript-eslint/recommended", - "plugin:react/recommended", + "plugin:react-hooks/recommended", "plugin:react/jsx-runtime", + "plugin:react/recommended", "prettier", ], parser: "@typescript-eslint/parser", diff --git a/bun.lockb b/bun.lockb index 6c27583..af7d931 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 436cdb6..47cbbef 100644 --- a/package.json +++ b/package.json @@ -52,20 +52,21 @@ }, "devDependencies": { "@changesets/changelog-github": "0.5.0", - "@changesets/cli": "2.27.9", + "@changesets/cli": "2.27.10", "@ianvs/prettier-plugin-sort-imports": "4.4.0", "@testing-library/react": "16.0.1", "@types/bun": "1.1.13", "@types/react": "18.3.12", - "@typescript-eslint/eslint-plugin": "7.13.1", - "@typescript-eslint/parser": "7.13.1", + "@typescript-eslint/eslint-plugin": "8.15.0", + "@typescript-eslint/parser": "8.15.0", "clean-package": "2.2.0", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-react": "7.34.3", + "eslint-plugin-react": "7.37.2", + "eslint-plugin-react-hooks": "5.0.0", "jsdom": "25.0.1", "prettier": "3.3.3", - "prettier-plugin-packagejson": "2.5.3", + "prettier-plugin-packagejson": "2.5.5", "rimraf": "6.0.1", "tsup": "8.3.5", "typescript": "5.6.3",