Skip to content

Commit

Permalink
fix: fix suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
john-d-pelingo committed Nov 6, 2021
1 parent 7074f61 commit 385b36c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript-react/package.json
Expand Up @@ -47,7 +47,7 @@
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-hooks": "^4.2.1-alpha-ee069065d-20211105",
"react": "^17.0.2",
"typescript": "^4.4.4"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1252,10 +1252,10 @@ eslint-plugin-jsx-a11y@^6.4.1:
jsx-ast-utils "^3.1.0"
language-tags "^1.0.5"

eslint-plugin-react-hooks@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
eslint-plugin-react-hooks@^4.2.1-alpha-ee069065d-20211105:
version "4.2.1-alpha-fd5e01c2e-20210913"
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.1-alpha-fd5e01c2e-20210913.tgz#79a153d00b1d86f267e68c53c6360e19981c3534"
integrity sha512-m1fAodKUB/xYFhEuzcZwN063p8fPLeQTTTrmihl5AYEtH+b/2DtAgemAxYuxtZz60R6txmWeH21Xz+W0QRJx/g==

eslint-plugin-react@^7.26.1:
version "7.26.1"
Expand Down

0 comments on commit 385b36c

Please sign in to comment.