Skip to content

Commit a5d3538

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.12.2
1 parent b89bb6b commit a5d3538

File tree

2 files changed

+61
-10
lines changed

2 files changed

+61
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-jest": "21.5.0",
2929
"eslint-plugin-jsx-a11y": "6.0.3",
3030
"eslint-plugin-prettier": "2.4.0",
31-
"eslint-plugin-react": "7.5.1",
31+
"eslint-plugin-react": "7.12.2",
3232
"flow-bin": "0.61.0",
3333
"github-changes": "1.1.1",
3434
"lerna": "2.5.1",

yarn.lock

Lines changed: 60 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2841,12 +2841,18 @@ doctrine@1.5.0:
28412841
esutils "^2.0.2"
28422842
isarray "^1.0.0"
28432843

2844-
doctrine@^2.0.0, doctrine@^2.0.2:
2844+
doctrine@^2.0.2:
28452845
version "2.0.2"
28462846
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.0.2.tgz#68f96ce8efc56cc42651f1faadb4f175273b0075"
28472847
dependencies:
28482848
esutils "^2.0.2"
28492849

2850+
doctrine@^2.1.0:
2851+
version "2.1.0"
2852+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
2853+
dependencies:
2854+
esutils "^2.0.2"
2855+
28502856
dom-serializer@0, dom-serializer@~0.1.0:
28512857
version "0.1.0"
28522858
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.0.tgz#073c697546ce0780ce23be4a28e293e40bc30c82"
@@ -3064,6 +3070,16 @@ error-stack-parser@^2.0.0:
30643070
dependencies:
30653071
stackframe "^1.0.3"
30663072

3073+
es-abstract@^1.11.0:
3074+
version "1.12.0"
3075+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
3076+
dependencies:
3077+
es-to-primitive "^1.1.1"
3078+
function-bind "^1.1.1"
3079+
has "^1.0.1"
3080+
is-callable "^1.1.3"
3081+
is-regex "^1.0.4"
3082+
30673083
es-abstract@^1.5.1, es-abstract@^1.6.1, es-abstract@^1.7.0:
30683084
version "1.10.0"
30693085
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -3259,14 +3275,17 @@ eslint-plugin-prettier@2.4.0:
32593275
fast-diff "^1.1.1"
32603276
jest-docblock "^21.0.0"
32613277

3262-
eslint-plugin-react@7.5.1:
3263-
version "7.5.1"
3264-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.5.1.tgz#52e56e8d80c810de158859ef07b880d2f56ee30b"
3278+
eslint-plugin-react@7.12.2:
3279+
version "7.12.2"
3280+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.2.tgz#95a4d8117011787824625ea57be9e38401d33548"
32653281
dependencies:
3266-
doctrine "^2.0.0"
3267-
has "^1.0.1"
3268-
jsx-ast-utils "^2.0.0"
3269-
prop-types "^15.6.0"
3282+
array-includes "^3.0.3"
3283+
doctrine "^2.1.0"
3284+
has "^1.0.3"
3285+
jsx-ast-utils "^2.0.1"
3286+
object.fromentries "^2.0.0"
3287+
prop-types "^15.6.2"
3288+
resolve "^1.9.0"
32703289

32713290
eslint-restricted-globals@^0.1.1:
32723291
version "0.1.1"
@@ -4372,6 +4391,12 @@ has@^1.0.1:
43724391
dependencies:
43734392
function-bind "^1.0.2"
43744393

4394+
has@^1.0.3:
4395+
version "1.0.3"
4396+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
4397+
dependencies:
4398+
function-bind "^1.1.1"
4399+
43754400
hash-base@^2.0.0:
43764401
version "2.0.2"
43774402
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -5417,7 +5442,7 @@ jsprim@^1.2.2:
54175442
json-schema "0.2.3"
54185443
verror "1.10.0"
54195444

5420-
jsx-ast-utils@^2.0.0:
5445+
jsx-ast-utils@^2.0.0, jsx-ast-utils@^2.0.1:
54215446
version "2.0.1"
54225447
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
54235448
dependencies:
@@ -6407,6 +6432,15 @@ object.entries@^1.0.4:
64076432
function-bind "^1.1.0"
64086433
has "^1.0.1"
64096434

6435+
object.fromentries@^2.0.0:
6436+
version "2.0.0"
6437+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
6438+
dependencies:
6439+
define-properties "^1.1.2"
6440+
es-abstract "^1.11.0"
6441+
function-bind "^1.1.1"
6442+
has "^1.0.1"
6443+
64106444
object.getownpropertydescriptors@^2.0.3:
64116445
version "2.0.3"
64126446
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -6685,6 +6719,10 @@ path-parse@^1.0.5:
66856719
version "1.0.5"
66866720
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
66876721

6722+
path-parse@^1.0.6:
6723+
version "1.0.6"
6724+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
6725+
66886726
path-root-regex@^0.1.0:
66896727
version "0.1.2"
66906728
resolved "https://registry.yarnpkg.com/path-root-regex/-/path-root-regex-0.1.2.tgz#bfccdc8df5b12dc52c8b43ec38d18d72c04ba96d"
@@ -6908,6 +6946,13 @@ prop-types@15.6.0, prop-types@^15.5.4, prop-types@^15.5.8, prop-types@^15.6.0:
69086946
loose-envify "^1.3.1"
69096947
object-assign "^4.1.1"
69106948

6949+
prop-types@^15.6.2:
6950+
version "15.6.2"
6951+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
6952+
dependencies:
6953+
loose-envify "^1.3.1"
6954+
object-assign "^4.1.1"
6955+
69116956
proto-list@~1.2.1:
69126957
version "1.2.4"
69136958
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
@@ -7532,6 +7577,12 @@ resolve@^1.1.6, resolve@^1.1.7, resolve@^1.2.0, resolve@^1.3.2:
75327577
dependencies:
75337578
path-parse "^1.0.5"
75347579

7580+
resolve@^1.9.0:
7581+
version "1.9.0"
7582+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
7583+
dependencies:
7584+
path-parse "^1.0.6"
7585+
75357586
responselike@1.0.2:
75367587
version "1.0.2"
75377588
resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"

0 commit comments

Comments
 (0)