Skip to content

Commit

Permalink
Bump eslint-plugin-react to 7.37.0 (#72759)
Browse files Browse the repository at this point in the history
### Why?

Following up on #72752, the ESLint
fix suggestion for `react/no-unescaped-entities` rule was added at
jsx-eslint/eslint-plugin-react#3831, released on
[v7.37.0](https://github.com/jsx-eslint/eslint-plugin-react/releases/tag/v7.37.0).
Therefore, we bump the `eslint-plugin-react` version to `^7.37.0`.
  • Loading branch information
devjiwonchoi authored Nov 13, 2024
1 parent 776cd68 commit 85017bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 32 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-hooks": "^5.0.0"
},
"peerDependencies": {
Expand Down
36 changes: 5 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 85017bb

Please sign in to comment.