This repository has been archived by the owner on Mar 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency eslint-plugin-react to v7.11.1
- Loading branch information
1 parent
d932e14
commit f8babc8
Showing
2 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1906,6 +1906,12 @@ doctrine@^2.0.0: | |
esutils "^2.0.2" | ||
isarray "^1.0.0" | ||
|
||
doctrine@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d" | ||
dependencies: | ||
esutils "^2.0.2" | ||
|
||
dom-serializer@0, dom-serializer@~0.1.0: | ||
version "0.1.0" | ||
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.0.tgz#073c697546ce0780ce23be4a28e293e40bc30c82" | ||
|
@@ -2210,14 +2216,15 @@ [email protected]: | |
emoji-regex "^6.1.0" | ||
jsx-ast-utils "^1.4.0" | ||
|
||
eslint-plugin-react@7.4.0: | ||
version "7.4.0" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.4.0.tgz#300a95861b9729c087d362dd64abcc351a74364a" | ||
eslint-plugin-react@7.11.1: | ||
version "7.11.1" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c" | ||
dependencies: | ||
doctrine "^2.0.0" | ||
has "^1.0.1" | ||
jsx-ast-utils "^2.0.0" | ||
prop-types "^15.5.10" | ||
array-includes "^3.0.3" | ||
doctrine "^2.1.0" | ||
has "^1.0.3" | ||
jsx-ast-utils "^2.0.1" | ||
prop-types "^15.6.2" | ||
|
||
eslint-restricted-globals@^0.1.1: | ||
version "0.1.1" | ||
|
@@ -2889,6 +2896,12 @@ has@^1.0.1: | |
dependencies: | ||
function-bind "^1.0.2" | ||
|
||
has@^1.0.3: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" | ||
dependencies: | ||
function-bind "^1.1.1" | ||
|
||
hash-base@^2.0.0: | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1" | ||
|
@@ -3778,7 +3791,7 @@ jsx-ast-utils@^1.4.0: | |
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1" | ||
|
||
jsx-ast-utils@^2.0.0: | ||
jsx-ast-utils@^2.0.1: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f" | ||
dependencies: | ||
|
@@ -4892,6 +4905,13 @@ [email protected], prop-types@^15.5.10, prop-types@^15.6.0: | |
loose-envify "^1.3.1" | ||
object-assign "^4.1.1" | ||
|
||
prop-types@^15.6.2: | ||
version "15.6.2" | ||
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102" | ||
dependencies: | ||
loose-envify "^1.3.1" | ||
object-assign "^4.1.1" | ||
|
||
proxy-addr@~2.0.2: | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.2.tgz#6571504f47bb988ec8180253f85dd7e14952bdec" | ||
|