Navigation Menu

Skip to content

Commit

Permalink
Update semver of eslint-plugin-react (#40246)
Browse files Browse the repository at this point in the history
`eslint-plugin-react` has a broken version between v7.31.2-6. Upping the version range ensure that only functioning packages get installed.

Fixes #40245



## Bug

- [x] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`


Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
  • Loading branch information
RareSecond and ijjk committed Sep 13, 2022
1 parent f33c23c commit d0903a5
Show file tree
Hide file tree
Showing 4 changed files with 265 additions and 34 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-next/package.json
Expand Up @@ -16,7 +16,7 @@
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react": "^7.31.7",
"eslint-plugin-react-hooks": "^4.5.0"
},
"peerDependencies": {
Expand Down

0 comments on commit d0903a5

Please sign in to comment.