Skip to content

Commit 726767b

Browse files
committed
chore(deps): update dependency eslint-plugin-flowtype to v8
1 parent e0599ef commit 726767b

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

advanced/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"babel-eslint": "7.2.3",
77
"eslint": "4.19.1",
88
"eslint-config-react-app": "2.1.0",
9-
"eslint-plugin-flowtype": "2.50.3",
9+
"eslint-plugin-flowtype": "8.0.3",
1010
"eslint-plugin-import": "2.25.3",
1111
"eslint-plugin-jsx-a11y": "5.1.1",
1212
"eslint-plugin-react": "7.27.0",

advanced/yarn.lock

+16-5
Original file line numberDiff line numberDiff line change
@@ -4250,12 +4250,13 @@ [email protected]:
42504250
dependencies:
42514251
lodash "^4.17.10"
42524252

4253-
eslint-plugin-flowtype@2.50.3:
4254-
version "2.50.3"
4255-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.50.3.tgz#61379d6dce1d010370acd6681740fd913d68175f"
4256-
integrity sha512-X+AoKVOr7Re0ko/yEXyM5SSZ0tazc6ffdIOocp2fFUlWoDt7DV0Bz99mngOkAFLOAWjqRA5jPwqUCbrx13XoxQ==
4253+
eslint-plugin-flowtype@8.0.3:
4254+
version "8.0.3"
4255+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz#e1557e37118f24734aa3122e7536a038d34a4912"
4256+
integrity sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==
42574257
dependencies:
4258-
lodash "^4.17.10"
4258+
lodash "^4.17.21"
4259+
string-natural-compare "^3.0.1"
42594260

42604261
42614262
version "2.14.0"
@@ -7541,6 +7542,11 @@ lodash@^4.17.11, lodash@^4.17.5:
75417542
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
75427543
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
75437544

7545+
lodash@^4.17.21:
7546+
version "4.17.21"
7547+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
7548+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
7549+
75447550
loglevel-colored-level-prefix@^1.0.0:
75457551
version "1.0.0"
75467552
resolved "https://registry.yarnpkg.com/loglevel-colored-level-prefix/-/loglevel-colored-level-prefix-1.0.0.tgz#6a40218fdc7ae15fc76c3d0f3e676c465388603e"
@@ -11202,6 +11208,11 @@ string-length@^2.0.0:
1120211208
astral-regex "^1.0.0"
1120311209
strip-ansi "^4.0.0"
1120411210

11211+
string-natural-compare@^3.0.1:
11212+
version "3.0.1"
11213+
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
11214+
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
11215+
1120511216
string-width@^1.0.1, string-width@^1.0.2:
1120611217
version "1.0.2"
1120711218
resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"

0 commit comments

Comments
 (0)