Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-react to v7.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 21, 2023
1 parent d0ac3b3 commit c360b3a
Show file tree
Hide file tree
Showing 9 changed files with 91 additions and 15 deletions.
64 changes: 53 additions & 11 deletions .pnp.cjs

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

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/react-test-renderer": "18.0.0",
"cross-env": "7.0.3",
"eslint": "8.40.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/testing-library__jest-dom": "5.14.5",
"cross-env": "7.0.3",
"eslint": "8.40.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
Expand Down
38 changes: 36 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2860,7 +2860,7 @@ __metadata:
"@types/react-test-renderer": 18.0.0
cross-env: 7.0.3
eslint: 8.40.0
eslint-plugin-react: 7.32.2
eslint-plugin-react: 7.33.0
eslint-plugin-react-hooks: 4.6.0
jest: 29.5.0
jest-environment-jsdom: 29.5.0
Expand Down Expand Up @@ -2907,7 +2907,7 @@ __metadata:
"@types/testing-library__jest-dom": 5.14.5
cross-env: 7.0.3
eslint: 8.40.0
eslint-plugin-react: 7.32.2
eslint-plugin-react: 7.33.0
eslint-plugin-react-hooks: 4.6.0
jest: 29.5.0
jest-environment-jsdom: 29.5.0
Expand Down Expand Up @@ -6188,6 +6188,31 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react@npm:7.33.0":
version: 7.33.0
resolution: "eslint-plugin-react@npm:7.33.0"
dependencies:
array-includes: ^3.1.6
array.prototype.flatmap: ^1.3.1
array.prototype.tosorted: ^1.1.1
doctrine: ^2.1.0
estraverse: ^5.3.0
jsx-ast-utils: ^2.4.1 || ^3.0.0
minimatch: ^3.1.2
object.entries: ^1.1.6
object.fromentries: ^2.0.6
object.hasown: ^1.1.2
object.values: ^1.1.6
prop-types: ^15.8.1
resolve: ^2.0.0-next.4
semver: ^6.3.1
string.prototype.matchall: ^4.0.8
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
checksum: f3ce2978322efd3c698b802dabfad070109dd1935c4e468545992b82b5fb8257ea3ad56732330bb46643182a09560129a259b436952b3e2aa426947d3abd2b1a
languageName: node
linkType: hard

"eslint-plugin-simple-import-sort@npm:10.0.0":
version: 10.0.0
resolution: "eslint-plugin-simple-import-sort@npm:10.0.0"
Expand Down Expand Up @@ -11812,6 +11837,15 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^6.3.1":
version: 6.3.1
resolution: "semver@npm:6.3.1"
bin:
semver: bin/semver.js
checksum: ae47d06de28836adb9d3e25f22a92943477371292d9b665fb023fae278d345d508ca1958232af086d85e0155aee22e313e100971898bbb8d5d89b8b1d4054ca2
languageName: node
linkType: hard

"serialize-javascript@npm:^4.0.0":
version: 4.0.0
resolution: "serialize-javascript@npm:4.0.0"
Expand Down

0 comments on commit c360b3a

Please sign in to comment.