Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit d3f9fc9

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.6.1
1 parent 6194260 commit d3f9fc9

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"enzyme-adapter-react-16": "1.1.1",
9898
"enzyme-to-json": "3.3.1",
9999
"eslint-config-prettier": "2.9.0",
100-
"eslint-plugin-react": "7.5.1",
100+
"eslint-plugin-react": "7.6.1",
101101
"husky": "0.14.3",
102102
"jest": "22.1.4",
103103
"lint-staged": "6.1.0",

yarn.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,6 +2064,12 @@ doctrine@^2.0.0:
20642064
dependencies:
20652065
esutils "^2.0.2"
20662066

2067+
doctrine@^2.0.2:
2068+
version "2.1.0"
2069+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
2070+
dependencies:
2071+
esutils "^2.0.2"
2072+
20672073
dom-serializer@0, dom-serializer@~0.1.0:
20682074
version "0.1.0"
20692075
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.0.tgz#073c697546ce0780ce23be4a28e293e40bc30c82"
@@ -2485,13 +2491,13 @@ eslint-plugin-promise@^3.4.0:
24852491
version "3.6.0"
24862492
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.6.0.tgz#54b7658c8f454813dc2a870aff8152ec4969ba75"
24872493

2488-
eslint-plugin-react@7.5.1:
2489-
version "7.5.1"
2490-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.5.1.tgz#52e56e8d80c810de158859ef07b880d2f56ee30b"
2494+
eslint-plugin-react@7.6.1:
2495+
version "7.6.1"
2496+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.6.1.tgz#5d0e908be599f0c02fbf4eef0c7ed6f29dff7633"
24912497
dependencies:
2492-
doctrine "^2.0.0"
2498+
doctrine "^2.0.2"
24932499
has "^1.0.1"
2494-
jsx-ast-utils "^2.0.0"
2500+
jsx-ast-utils "^2.0.1"
24952501
prop-types "^15.6.0"
24962502

24972503
eslint-plugin-unicorn@^2.1.0:
@@ -4431,7 +4437,7 @@ jsprim@^1.2.2:
44314437
json-schema "0.2.3"
44324438
verror "1.10.0"
44334439

4434-
jsx-ast-utils@^2.0.0:
4440+
jsx-ast-utils@^2.0.1:
44354441
version "2.0.1"
44364442
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
44374443
dependencies:

0 commit comments

Comments
 (0)