Skip to content

Commit 144a125

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint-plugin-react to v7.14.0
1 parent de6398b commit 144a125

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"eslint-plugin-flowtype": "2.50.3",
1010
"eslint-plugin-import": "2.17.3",
1111
"eslint-plugin-jsx-a11y": "5.1.1",
12-
"eslint-plugin-react": "7.13.0",
12+
"eslint-plugin-react": "7.14.0",
1313
"jwt-decode": "2.2.0",
1414
"prettier-eslint-cli": "4.7.1",
1515
"react-scripts": "2.1.8"

advanced/yarn.lock

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4176,16 +4176,18 @@ eslint-plugin-react@7.12.4:
41764176
prop-types "^15.6.2"
41774177
resolve "^1.9.0"
41784178

4179-
eslint-plugin-react@7.13.0:
4180-
version "7.13.0"
4181-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.13.0.tgz#bc13fd7101de67996ea51b33873cd9dc2b7e5758"
4182-
integrity sha512-uA5LrHylu8lW/eAH3bEQe9YdzpPaFd9yAJTwTi/i/BKTD7j6aQMKVAdGM/ML72zD6womuSK7EiGtMKuK06lWjQ==
4179+
eslint-plugin-react@7.14.0:
4180+
version "7.14.0"
4181+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.14.0.tgz#14f97c1add4d873fee2b6c52ac38cda96c70d1d1"
4182+
integrity sha512-MbPYPGsOteqqnFZx4lGLw6izxcWv6onLsil/6iX6+CaZAzMxOwsPja1Xg25cVCJ4jwKBDhJXe+ZAn6HAjGHSCw==
41834183
dependencies:
41844184
array-includes "^3.0.3"
41854185
doctrine "^2.1.0"
41864186
has "^1.0.3"
41874187
jsx-ast-utils "^2.1.0"
4188+
object.entries "^1.1.0"
41884189
object.fromentries "^2.0.0"
4190+
object.values "^1.1.0"
41894191
prop-types "^15.7.2"
41904192
resolve "^1.10.1"
41914193

@@ -7957,6 +7959,16 @@ object.assign@^4.1.0:
79577959
has-symbols "^1.0.0"
79587960
object-keys "^1.0.11"
79597961

7962+
object.entries@^1.1.0:
7963+
version "1.1.0"
7964+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
7965+
integrity sha512-l+H6EQ8qzGRxbkHOd5I/aHRhHDKoQXQ8g0BYt4uSweQU1/J6dZUOyWh9a2Vky35YCKjzmgxOzta2hH6kf9HuXA==
7966+
dependencies:
7967+
define-properties "^1.1.3"
7968+
es-abstract "^1.12.0"
7969+
function-bind "^1.1.1"
7970+
has "^1.0.3"
7971+
79607972
object.fromentries@^2.0.0:
79617973
version "2.0.0"
79627974
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"

0 commit comments

Comments
 (0)