Skip to content

Commit 129d0fc

Browse files
fix(deps): update dependency eslint-plugin-react to v7.32.2 (#2198)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 8eb7ad5 commit 129d0fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/nx-next-monorepo-demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-plugin-cypress": "^2.10.3",
4343
"eslint-plugin-import": "2.27.5",
4444
"eslint-plugin-jsx-a11y": "6.7.1",
45-
"eslint-plugin-react": "7.31.8",
45+
"eslint-plugin-react": "7.32.2",
4646
"eslint-plugin-react-hooks": "4.6.0",
4747
"jest": "28.1.3",
4848
"jest-environment-jsdom": "28.1.3",

demos/turborepo-next-monorepo-demo/packages/eslint-config-custom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"eslint": "^7.23.0",
88
"eslint-config-next": "^12.0.8",
99
"eslint-config-prettier": "^8.3.0",
10-
"eslint-plugin-react": "7.28.0",
10+
"eslint-plugin-react": "7.32.2",
1111
"eslint-config-turbo": "latest"
1212
},
1313
"devDependencies": {

0 commit comments

Comments
 (0)