Skip to content

Commit

Permalink
feat: use correct peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
john-d-pelingo committed Nov 6, 2021
1 parent 34431a8 commit a0f66f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript-react/package.json
Expand Up @@ -33,7 +33,7 @@
"@typescript-eslint/eslint-plugin": ">= 5",
"eslint": ">= 8",
"eslint-plugin-import": ">= 2",
"eslint-plugin-jsx-a11y": ">= 7",
"eslint-plugin-jsx-a11y": ">= 6",
"eslint-plugin-react": ">= 7",
"eslint-plugin-react-hooks": ">= 4",
"react": ">= 17",
Expand Down

0 comments on commit a0f66f8

Please sign in to comment.