@@ -300,6 +300,13 @@ arr-union@^3.1.0:
300300 version "3.1.0"
301301 resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
302302
303+ array-includes@^3.0.3 :
304+ version "3.0.3"
305+ resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3.tgz#184b48f62d92d7452bb31b323165c7f8bd02266d"
306+ dependencies :
307+ define-properties "^1.1.2"
308+ es-abstract "^1.7.0"
309+
303310array-union@^1.0.1 :
304311 version "1.0.2"
305312 resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -1669,6 +1676,12 @@ doctrine@^0.7.1:
16691676 esutils "^1.1.6"
16701677 isarray "0.0.1"
16711678
1679+ doctrine@^2.1.0 :
1680+ version "2.1.0"
1681+ resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
1682+ dependencies :
1683+ esutils "^2.0.2"
1684+
16721685dom-walk@^0.1.0 :
16731686 version "0.1.1"
16741687 resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.1.tgz#672226dc74c8f799ad35307df936aba11acd6018"
@@ -1833,7 +1846,7 @@ error-stack-parser@^1.3.6:
18331846 dependencies :
18341847 stackframe "^0.3.1"
18351848
1836- es-abstract@^1.5.1 :
1849+ es-abstract@^1.11.0, es-abstract@^1. 5.1, es-abstract@^1.7.0 :
18371850 version "1.12.0"
18381851 resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
18391852 dependencies :
19241937 version "0.1.0"
19251938 resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-0.1.0.tgz#5c6a122508050659a9446b69ac0ad4e701bfb2e0"
19261939
1927- 1928- version "3.16.1"
1929- resolved "http://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-3.16.1.tgz#262d96b77d7c4a42af809a73c0e527a58612293c"
1940+ 1941+ version "7.12.2"
1942+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.2.tgz#95a4d8117011787824625ea57be9e38401d33548"
1943+ dependencies :
1944+ array-includes "^3.0.3"
1945+ doctrine "^2.1.0"
1946+ has "^1.0.3"
1947+ jsx-ast-utils "^2.0.1"
1948+ object.fromentries "^2.0.0"
1949+ prop-types "^15.6.2"
1950+ resolve "^1.9.0"
19301951
19311952eslint-scope@^4.0.0 :
19321953 version "4.0.0"
@@ -2647,6 +2668,12 @@ has@^1.0.1:
26472668 dependencies :
26482669 function-bind "^1.0.2"
26492670
2671+ has@^1.0.3 :
2672+ version "1.0.3"
2673+ resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2674+ dependencies :
2675+ function-bind "^1.1.1"
2676+
26502677hash-base@^3.0.0 :
26512678 version "3.0.4"
26522679 resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b0a3f3f6ae4918"
@@ -3257,6 +3284,12 @@ jsprim@^1.2.2:
32573284 json-schema "0.2.3"
32583285 verror "1.3.6"
32593286
3287+ jsx-ast-utils@^2.0.1 :
3288+ version "2.0.1"
3289+ resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
3290+ dependencies :
3291+ array-includes "^3.0.3"
3292+
32603293kind-of@^3.0.2 :
32613294 version "3.0.4"
32623295 resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.0.4.tgz#7b8ecf18a4e17f8269d73b501c9f232c96887a74"
@@ -4088,6 +4121,15 @@ object-visit@^1.0.0:
40884121 dependencies :
40894122 isobject "^3.0.0"
40904123
4124+ object.fromentries@^2.0.0 :
4125+ version "2.0.0"
4126+ resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
4127+ dependencies :
4128+ define-properties "^1.1.2"
4129+ es-abstract "^1.11.0"
4130+ function-bind "^1.1.1"
4131+ has "^1.0.1"
4132+
40914133object.getownpropertydescriptors@^2.0.3 :
40924134 version "2.0.3"
40934135 resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -4321,7 +4363,7 @@ path-is-inside@^1.0.1:
43214363 version "1.0.2"
43224364 resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
43234365
4324- path-parse@^1.0.5 :
4366+ path-parse@^1.0.5, path-parse@^1.0.6 :
43254367 version "1.0.6"
43264368 resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
43274369
@@ -5274,6 +5316,12 @@ resolve@^1.1.7:
52745316 dependencies :
52755317 path-parse "^1.0.5"
52765318
5319+ resolve@^1.9.0 :
5320+ version "1.9.0"
5321+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
5322+ dependencies :
5323+ path-parse "^1.0.6"
5324+
5277532552785326 version "6.0.2"
52795327 resolved "https://registry.yarnpkg.com/resp-modifier/-/resp-modifier-6.0.2.tgz#b124de5c4fbafcba541f48ffa73970f4aa456b4f"
0 commit comments