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

Commit ad28d4e

Browse files
committed
fix(react): upgrade plugins
1 parent d16960f commit ad28d4e

File tree

2 files changed

+47
-23
lines changed

2 files changed

+47
-23
lines changed

packages/eslint-config-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"@anvilabs/eslint-config": "*"
3838
},
3939
"dependencies": {
40-
"eslint-plugin-jsx-a11y": "^6.1.2",
41-
"eslint-plugin-react": "^7.11.1",
42-
"eslint-plugin-react-native": "^3.5.0"
40+
"eslint-plugin-jsx-a11y": "^6.2.1",
41+
"eslint-plugin-react": "^7.12.4",
42+
"eslint-plugin-react-native": "^3.6.0"
4343
},
4444
"devDependencies": {}
4545
}

yarn.lock

Lines changed: 44 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ aws4@^1.8.0:
847847
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
848848
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
849849

850-
axobject-query@^2.0.1:
850+
axobject-query@^2.0.2:
851851
version "2.0.2"
852852
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.0.2.tgz#ea187abe5b9002b377f925d8bf7d1c561adf38f9"
853853
integrity sha512-MCeek8ZH7hKyO1rWUbKNQBbl4l2eY0ntk7OGi+q0RlafrCnfPxC06WZA+uebCfmYp4mNU9jRBP1AhGyf8+W3ww==
@@ -2009,10 +2009,10 @@ elegant-spinner@^1.0.1:
20092009
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
20102010
integrity sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=
20112011

2012-
emoji-regex@^6.5.1:
2013-
version "6.5.1"
2014-
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-6.5.1.tgz#9baea929b155565c11ea41c6626eaa65cef992c2"
2015-
integrity sha512-PAHp6TxrCy7MGMFidro8uikr+zlJJKJ/Q6mm2ExZ7HwkyR9lSVFfE3kt36qcwa24BQL7y0G9axycGjK1A/0uNQ==
2012+
emoji-regex@^7.0.2:
2013+
version "7.0.3"
2014+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
2015+
integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
20162016

20172017
encoding@^0.1.11:
20182018
version "0.1.12"
@@ -2062,6 +2062,18 @@ error-ex@^1.2.0, error-ex@^1.3.1:
20622062
dependencies:
20632063
is-arrayish "^0.2.1"
20642064

2065+
es-abstract@^1.11.0:
2066+
version "1.13.0"
2067+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
2068+
integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==
2069+
dependencies:
2070+
es-to-primitive "^1.2.0"
2071+
function-bind "^1.1.1"
2072+
has "^1.0.3"
2073+
is-callable "^1.1.4"
2074+
is-regex "^1.0.4"
2075+
object-keys "^1.0.12"
2076+
20652077
es-abstract@^1.4.3, es-abstract@^1.5.1, es-abstract@^1.6.1, es-abstract@^1.7.0:
20662078
version "1.12.0"
20672079
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
@@ -2073,7 +2085,7 @@ es-abstract@^1.4.3, es-abstract@^1.5.1, es-abstract@^1.6.1, es-abstract@^1.7.0:
20732085
is-callable "^1.1.3"
20742086
is-regex "^1.0.4"
20752087

2076-
es-to-primitive@^1.1.1:
2088+
es-to-primitive@^1.1.1, es-to-primitive@^1.2.0:
20772089
version "1.2.0"
20782090
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
20792091
integrity sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==
@@ -2208,17 +2220,17 @@ eslint-plugin-jest@^22.2.2:
22082220
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.2.2.tgz#2a80d70a20c27dfb1503a6f32cdcb647fe5476df"
22092221
integrity sha512-hnWgh9o39VJfz6lJEyQJdTW7dN2yynlGkmPOlU/oMHh+d7WVMsJP1GeDTB520VCDljEdKExCwD5IBpQIUl4mJg==
22102222

2211-
eslint-plugin-jsx-a11y@^6.1.2:
2212-
version "6.1.2"
2213-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.1.2.tgz#69bca4890b36dcf0fe16dd2129d2d88b98f33f88"
2214-
integrity sha512-7gSSmwb3A+fQwtw0arguwMdOdzmKUgnUcbSNlo+GjKLAQFuC2EZxWqG9XHRI8VscBJD5a8raz3RuxQNFW+XJbw==
2223+
eslint-plugin-jsx-a11y@^6.2.1:
2224+
version "6.2.1"
2225+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.2.1.tgz#4ebba9f339b600ff415ae4166e3e2e008831cf0c"
2226+
integrity sha512-cjN2ObWrRz0TTw7vEcGQrx+YltMvZoOEx4hWU8eEERDnBIU00OTq7Vr+jA7DFKxiwLNv4tTh5Pq2GUNEa8b6+w==
22152227
dependencies:
22162228
aria-query "^3.0.0"
22172229
array-includes "^3.0.3"
22182230
ast-types-flow "^0.0.7"
2219-
axobject-query "^2.0.1"
2231+
axobject-query "^2.0.2"
22202232
damerau-levenshtein "^1.0.4"
2221-
emoji-regex "^6.5.1"
2233+
emoji-regex "^7.0.2"
22222234
has "^1.0.3"
22232235
jsx-ast-utils "^2.0.1"
22242236

@@ -2262,23 +2274,25 @@ eslint-plugin-react-native-globals@^0.1.1:
22622274
resolved "https://registry.yarnpkg.com/eslint-plugin-react-native-globals/-/eslint-plugin-react-native-globals-0.1.2.tgz#ee1348bc2ceb912303ce6bdbd22e2f045ea86ea2"
22632275
integrity sha512-9aEPf1JEpiTjcFAmmyw8eiIXmcNZOqaZyHO77wgm0/dWfT/oxC1SrIq8ET38pMxHYrcB6Uew+TzUVsBeczF88g==
22642276

2265-
eslint-plugin-react-native@^3.5.0:
2266-
version "3.5.0"
2267-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-native/-/eslint-plugin-react-native-3.5.0.tgz#78a5d6aadb11f85d1b114488d1fddfa2bf4fc1fb"
2268-
integrity sha512-L0qwiBQbG3MVMQk4XVCyyX+9nqJjr9YUmqpJ98Gb+uAmD+xlxT33rDL9ZBQgzMzBxDcUW6WiPcll8j9uXpyLyQ==
2277+
eslint-plugin-react-native@^3.6.0:
2278+
version "3.6.0"
2279+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-native/-/eslint-plugin-react-native-3.6.0.tgz#7cad3b7c6159df6d26fe3252c6c5417a17f27b4b"
2280+
integrity sha512-BEQcHZ06hZSBYWFVuNEq0xuui5VEsWpHDsZGBtfadHfCRqRMUrkYPgdDb3bpc60qShHE83kqIv59uKdinEg91Q==
22692281
dependencies:
22702282
eslint-plugin-react-native-globals "^0.1.1"
22712283

2272-
eslint-plugin-react@^7.11.1:
2273-
version "7.11.1"
2274-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c"
2275-
integrity sha512-cVVyMadRyW7qsIUh3FHp3u6QHNhOgVrLQYdQEB1bPWBsgbNCHdFAeNMquBMCcZJu59eNthX053L70l7gRt4SCw==
2284+
eslint-plugin-react@^7.12.4:
2285+
version "7.12.4"
2286+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.4.tgz#b1ecf26479d61aee650da612e425c53a99f48c8c"
2287+
integrity sha512-1puHJkXJY+oS1t467MjbqjvX53uQ05HXwjqDgdbGBqf5j9eeydI54G3KwiJmWciQ0HTBacIKw2jgwSBSH3yfgQ==
22762288
dependencies:
22772289
array-includes "^3.0.3"
22782290
doctrine "^2.1.0"
22792291
has "^1.0.3"
22802292
jsx-ast-utils "^2.0.1"
2293+
object.fromentries "^2.0.0"
22812294
prop-types "^15.6.2"
2295+
resolve "^1.9.0"
22822296

22832297
eslint-plugin-sort-imports-es6-autofix@^0.3.0:
22842298
version "0.3.0"
@@ -5678,6 +5692,16 @@ object.entries@^1.0.4:
56785692
function-bind "^1.1.0"
56795693
has "^1.0.1"
56805694

5695+
object.fromentries@^2.0.0:
5696+
version "2.0.0"
5697+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
5698+
integrity sha512-9iLiI6H083uiqUuvzyY6qrlmc/Gz8hLQFOcb/Ri/0xXFkSNS3ctV+CbE6yM2+AnkYfOB3dGjdzC0wrMLIhQICA==
5699+
dependencies:
5700+
define-properties "^1.1.2"
5701+
es-abstract "^1.11.0"
5702+
function-bind "^1.1.1"
5703+
has "^1.0.1"
5704+
56815705
object.getownpropertydescriptors@^2.0.3:
56825706
version "2.0.3"
56835707
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"

0 commit comments

Comments
 (0)