Skip to content

Commit b7ca548

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.12.3
1 parent efb2b75 commit b7ca548

2 files changed

Lines changed: 38 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"enzyme": "3.3.0",
6969
"eslint-config-cozy-app": "1.1.7",
7070
"eslint-loader": "2.1.0",
71-
"eslint-plugin-react": "7.11.1",
71+
"eslint-plugin-react": "7.12.3",
7272
"git-directory-deploy": "1.5.1",
7373
"npm-run-all": "4.1.5",
7474
"react": "15.6.1",

yarn.lock

Lines changed: 37 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4279,7 +4279,19 @@ es-abstract@^1.10.0, es-abstract@^1.4.3, es-abstract@^1.5.0, es-abstract@^1.5.1,
42794279
is-callable "^1.1.3"
42804280
is-regex "^1.0.4"
42814281

4282-
es-to-primitive@^1.1.1:
4282+
es-abstract@^1.11.0:
4283+
version "1.13.0"
4284+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
4285+
integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==
4286+
dependencies:
4287+
es-to-primitive "^1.2.0"
4288+
function-bind "^1.1.1"
4289+
has "^1.0.3"
4290+
is-callable "^1.1.4"
4291+
is-regex "^1.0.4"
4292+
object-keys "^1.0.12"
4293+
4294+
es-to-primitive@^1.1.1, es-to-primitive@^1.2.0:
42834295
version "1.2.0"
42844296
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
42854297
integrity sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==
@@ -4407,16 +4419,18 @@ eslint-plugin-react@7.10.0:
44074419
jsx-ast-utils "^2.0.1"
44084420
prop-types "^15.6.2"
44094421

4410-
eslint-plugin-react@7.11.1:
4411-
version "7.11.1"
4412-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c"
4413-
integrity sha512-cVVyMadRyW7qsIUh3FHp3u6QHNhOgVrLQYdQEB1bPWBsgbNCHdFAeNMquBMCcZJu59eNthX053L70l7gRt4SCw==
4422+
eslint-plugin-react@7.12.3:
4423+
version "7.12.3"
4424+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.3.tgz#b9ca4cd7cd3f5d927db418a1950366a12d4568fd"
4425+
integrity sha512-WTIA3cS8OzkPeCi4KWuPmjR33lgG9r9Y/7RmnLTRw08MZKgAfnK/n3BO4X0S67MPkVLazdfCNT/XWqcDu4BLTA==
44144426
dependencies:
44154427
array-includes "^3.0.3"
44164428
doctrine "^2.1.0"
44174429
has "^1.0.3"
44184430
jsx-ast-utils "^2.0.1"
4431+
object.fromentries "^2.0.0"
44194432
prop-types "^15.6.2"
4433+
resolve "^1.9.0"
44204434

44214435
eslint-plugin-vue@4.7.1:
44224436
version "4.7.1"
@@ -8468,6 +8482,16 @@ object.entries@^1.0.4:
84688482
function-bind "^1.1.0"
84698483
has "^1.0.1"
84708484

8485+
object.fromentries@^2.0.0:
8486+
version "2.0.0"
8487+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
8488+
integrity sha512-9iLiI6H083uiqUuvzyY6qrlmc/Gz8hLQFOcb/Ri/0xXFkSNS3ctV+CbE6yM2+AnkYfOB3dGjdzC0wrMLIhQICA==
8489+
dependencies:
8490+
define-properties "^1.1.2"
8491+
es-abstract "^1.11.0"
8492+
function-bind "^1.1.1"
8493+
has "^1.0.1"
8494+
84718495
object.getownpropertydescriptors@^2.0.3:
84728496
version "2.0.3"
84738497
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -8818,7 +8842,7 @@ path-key@^2.0.0, path-key@^2.0.1:
88188842
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
88198843
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
88208844

8821-
path-parse@^1.0.5:
8845+
path-parse@^1.0.5, path-parse@^1.0.6:
88228846
version "1.0.6"
88238847
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
88248848
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
@@ -10332,6 +10356,13 @@ resolve@^1.3.2, resolve@^1.8.1:
1033210356
dependencies:
1033310357
path-parse "^1.0.5"
1033410358

10359+
resolve@^1.9.0:
10360+
version "1.9.0"
10361+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
10362+
integrity sha512-TZNye00tI67lwYvzxCxHGjwTNlUV70io54/Ed4j6PscB8xVfuBJpRenI/o6dVk0cY0PYTY27AgCoGGxRnYuItQ==
10363+
dependencies:
10364+
path-parse "^1.0.6"
10365+
1033510366
restore-cursor@^2.0.0:
1033610367
version "2.0.0"
1033710368
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"

0 commit comments

Comments
 (0)