Skip to content

Commit

Permalink
Update dependency eslint-plugin-react to v7.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 19, 2021
1 parent 9fb5815 commit b71a311
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 16 deletions.
59 changes: 50 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"chai": "4.3.4",
"eslint": "6.8.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react": "7.25.3",
"mocha": "9.0.3"
},
"engines": {
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ error-ex@^1.3.1:
dependencies:
is-arrayish "^0.2.1"

es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.2:
es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.1, es-abstract@^1.18.2:
version "1.18.3"
resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.3.tgz"
integrity sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==
Expand Down Expand Up @@ -699,19 +699,20 @@ escape-string-regexp@^1.0.5:
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz"
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=

eslint-plugin-react@7.24.0:
version "7.24.0"
resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz"
integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==
eslint-plugin-react@7.25.3:
version "7.25.3"
resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.25.3.tgz"
integrity sha512-ZMbFvZ1WAYSZKY662MBVEWR45VaBT6KSJCiupjrNlcdakB90juaZeDCbJq19e73JZQubqFtgETohwgAt8u5P6w==
dependencies:
array-includes "^3.1.3"
array.prototype.flatmap "^1.2.4"
doctrine "^2.1.0"
has "^1.0.3"
estraverse "^5.2.0"
jsx-ast-utils "^2.4.1 || ^3.0.0"
minimatch "^3.0.4"
object.entries "^1.1.4"
object.fromentries "^2.0.4"
object.hasown "^1.0.0"
object.values "^1.1.4"
prop-types "^15.7.2"
resolve "^2.0.0-next.3"
Expand Down Expand Up @@ -1669,6 +1670,14 @@ object.fromentries@^2.0.4:
es-abstract "^1.18.0-next.2"
has "^1.0.3"

object.hasown@^1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/object.hasown/-/object.hasown-1.0.0.tgz"
integrity sha512-qYMF2CLIjxxLGleeM0jrcB4kiv3loGVAjKQKvH8pSU/i2VcRRvUNmxbD+nEMmrXRfORhuVJuH8OtSYCZoue3zA==
dependencies:
define-properties "^1.1.3"
es-abstract "^1.18.1"

object.values@^1.1.4:
version "1.1.4"
resolved "https://registry.npmjs.org/object.values/-/object.values-1.1.4.tgz"
Expand Down

0 comments on commit b71a311

Please sign in to comment.