-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency eslint-plugin-react to v7
- Loading branch information
1 parent
c5fb8b0
commit 80f7c9d
Showing
2 changed files
with
86 additions
and
28 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 |
---|---|---|
|
@@ -59,6 +59,13 @@ array-find-index@^1.0.1: | |
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" | ||
|
||
array-includes@^3.0.3: | ||
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3.tgz#184b48f62d92d7452bb31b323165c7f8bd02266d" | ||
dependencies: | ||
define-properties "^1.1.2" | ||
es-abstract "^1.7.0" | ||
|
||
array-union@^1.0.1: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" | ||
|
@@ -73,13 +80,6 @@ array-unique@^0.2.1: | |
version "0.2.1" | ||
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53" | ||
|
||
array.prototype.find@^2.0.1: | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.0.4.tgz#556a5c5362c08648323ddaeb9de9d14bc1864c90" | ||
dependencies: | ||
define-properties "^1.1.2" | ||
es-abstract "^1.7.0" | ||
|
||
arrify@^1.0.0, arrify@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" | ||
|
@@ -378,7 +378,7 @@ del@^2.0.2: | |
pinkie-promise "^2.0.0" | ||
rimraf "^2.2.8" | ||
|
||
[email protected], doctrine@^1.2.2: | ||
[email protected]: | ||
version "1.5.0" | ||
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa" | ||
dependencies: | ||
|
@@ -392,6 +392,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" | ||
|
||
dot-prop@^4.1.0: | ||
version "4.1.1" | ||
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.1.1.tgz#a8493f0b7b5eeec82525b5c7587fa7de7ca859c1" | ||
|
@@ -414,6 +420,16 @@ error-ex@^1.2.0: | |
dependencies: | ||
is-arrayish "^0.2.1" | ||
|
||
es-abstract@^1.11.0: | ||
version "1.12.0" | ||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165" | ||
dependencies: | ||
es-to-primitive "^1.1.1" | ||
function-bind "^1.1.1" | ||
has "^1.0.1" | ||
is-callable "^1.1.3" | ||
is-regex "^1.0.4" | ||
|
||
es-abstract@^1.7.0: | ||
version "1.7.0" | ||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.7.0.tgz#dfade774e01bfcd97f96180298c449c8623fb94c" | ||
|
@@ -574,15 +590,17 @@ eslint-plugin-promise@^3.4.0: | |
version "3.5.0" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.5.0.tgz#78fbb6ffe047201627569e85a6c5373af2a68fca" | ||
|
||
eslint-plugin-react@6.10.3: | ||
version "6.10.3" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-6.10.3.tgz#c5435beb06774e12c7db2f6abaddcbf900cd3f78" | ||
eslint-plugin-react@7.12.2: | ||
version "7.12.2" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.2.tgz#95a4d8117011787824625ea57be9e38401d33548" | ||
dependencies: | ||
array.prototype.find "^2.0.1" | ||
doctrine "^1.2.2" | ||
has "^1.0.1" | ||
jsx-ast-utils "^1.3.4" | ||
object.assign "^4.0.4" | ||
array-includes "^3.0.3" | ||
doctrine "^2.1.0" | ||
has "^1.0.3" | ||
jsx-ast-utils "^2.0.1" | ||
object.fromentries "^2.0.0" | ||
prop-types "^15.6.2" | ||
resolve "^1.9.0" | ||
|
||
eslint-plugin-unicorn@^2.1.0: | ||
version "2.1.1" | ||
|
@@ -762,6 +780,10 @@ function-bind@^1.0.2, function-bind@^1.1.0: | |
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.0.tgz#16176714c801798e4e8f2cf7f7529467bb4a5771" | ||
|
||
function-bind@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" | ||
|
||
generate-function@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/generate-function/-/generate-function-2.0.0.tgz#6858fe7c0969b7d4e9093337647ac79f60dfbe74" | ||
|
@@ -867,6 +889,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" | ||
|
||
hosted-git-info@^2.1.4: | ||
version "2.4.2" | ||
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.4.2.tgz#0076b9f46a270506ddbaaea56496897460612a67" | ||
|
@@ -1052,7 +1080,7 @@ is-redirect@^1.0.0: | |
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24" | ||
|
||
is-regex@^1.0.3: | ||
is-regex@^1.0.3, is-regex@^1.0.4: | ||
version "1.0.4" | ||
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491" | ||
dependencies: | ||
|
@@ -1092,6 +1120,10 @@ js-tokens@^3.0.0: | |
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.1.tgz#08e9f132484a2c45a30907e9dc4d5567b7f114d7" | ||
|
||
"js-tokens@^3.0.0 || ^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" | ||
|
||
js-types@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/js-types/-/js-types-1.0.0.tgz#d242e6494ed572ad3c92809fc8bed7f7687cbf03" | ||
|
@@ -1117,9 +1149,11 @@ jsonpointer@^4.0.0: | |
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.0.1.tgz#4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9" | ||
|
||
jsx-ast-utils@^1.3.4: | ||
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.1: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f" | ||
dependencies: | ||
array-includes "^3.0.3" | ||
|
||
latest-version@^3.0.0: | ||
version "3.1.0" | ||
|
@@ -1204,6 +1238,12 @@ loose-envify@^1.0.0: | |
dependencies: | ||
js-tokens "^3.0.0" | ||
|
||
loose-envify@^1.3.1: | ||
version "1.4.0" | ||
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" | ||
dependencies: | ||
js-tokens "^3.0.0 || ^4.0.0" | ||
|
||
loud-rejection@^1.0.0: | ||
version "1.6.0" | ||
resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f" | ||
|
@@ -1315,21 +1355,22 @@ obj-props@^1.0.0: | |
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/obj-props/-/obj-props-1.1.0.tgz#626313faa442befd4a44e9a02c3cb6bde937b511" | ||
|
||
object-assign@^4.0.1, object-assign@^4.1.0: | ||
object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: | ||
version "4.1.1" | ||
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" | ||
|
||
object-keys@^1.0.10, object-keys@^1.0.8: | ||
object-keys@^1.0.8: | ||
version "1.0.11" | ||
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d" | ||
|
||
object.assign@^4.0.4: | ||
version "4.0.4" | ||
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.0.4.tgz#b1c9cc044ef1b9fe63606fc141abbb32e14730cc" | ||
object.fromentries@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab" | ||
dependencies: | ||
define-properties "^1.1.2" | ||
function-bind "^1.1.0" | ||
object-keys "^1.0.10" | ||
es-abstract "^1.11.0" | ||
function-bind "^1.1.1" | ||
has "^1.0.1" | ||
|
||
once@^1.3.0: | ||
version "1.4.0" | ||
|
@@ -1422,6 +1463,10 @@ path-parse@^1.0.5: | |
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1" | ||
|
||
path-parse@^1.0.6: | ||
version "1.0.6" | ||
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" | ||
|
||
path-type@^1.0.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" | ||
|
@@ -1495,6 +1540,13 @@ progress@^1.1.8: | |
version "1.1.8" | ||
resolved "https://registry.yarnpkg.com/progress/-/progress-1.1.8.tgz#e260c78f6161cdd9b0e56cc3e0a85de17c7a57be" | ||
|
||
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" | ||
|
||
proto-props@^0.2.0: | ||
version "0.2.1" | ||
resolved "https://registry.yarnpkg.com/proto-props/-/proto-props-0.2.1.tgz#5e01dc2675a0de9abfa76e799dfa334d6f483f4b" | ||
|
@@ -1629,6 +1681,12 @@ resolve@^1.1.6: | |
dependencies: | ||
path-parse "^1.0.5" | ||
|
||
resolve@^1.9.0: | ||
version "1.9.0" | ||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06" | ||
dependencies: | ||
path-parse "^1.0.6" | ||
|
||
restore-cursor@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541" | ||
|