Skip to content

Commit 7017d26

Browse files
Update dependency eslint-plugin-flowtype to v8
1 parent 7cafa51 commit 7017d26

2 files changed

Lines changed: 17 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"eslint": "^4.3.0",
7373
"eslint-config-fb-strict": "^22.0.0",
7474
"eslint-plugin-babel": "^5.0.0",
75-
"eslint-plugin-flowtype": "^2.35.0",
75+
"eslint-plugin-flowtype": "^8.0.0",
7676
"eslint-plugin-jasmine": "^2.6.2",
7777
"eslint-plugin-jest": "^21.0.0",
7878
"eslint-plugin-jsx-a11y": "^6.0.2",

yarn.lock

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2576,12 +2576,13 @@ eslint-plugin-babel@^5.0.0:
25762576
dependencies:
25772577
eslint-rule-composer "^0.3.0"
25782578

2579-
eslint-plugin-flowtype@^2.35.0:
2580-
version "2.50.0"
2581-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.50.0.tgz#953e262fa9b5d0fa76e178604892cf60dfb916da"
2582-
integrity sha512-10FnBXCp8odYcpUFXGAh+Zko7py0hUWutTd3BN/R9riukH360qNPLYPR3/xV9eu9K7OJDjJrsflBnL6RwxFnlw==
2579+
eslint-plugin-flowtype@^8.0.0:
2580+
version "8.0.3"
2581+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz#e1557e37118f24734aa3122e7536a038d34a4912"
2582+
integrity sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==
25832583
dependencies:
2584-
lodash "^4.17.10"
2584+
lodash "^4.17.21"
2585+
string-natural-compare "^3.0.1"
25852586

25862587
eslint-plugin-jasmine@^2.6.2:
25872588
version "2.10.1"
@@ -5036,6 +5037,11 @@ lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.3.0:
50365037
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
50375038
integrity sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==
50385039

5040+
lodash@^4.17.21:
5041+
version "4.17.21"
5042+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
5043+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
5044+
50395045
longest@^1.0.1:
50405046
version "1.0.1"
50415047
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
@@ -7000,6 +7006,11 @@ string-length@^2.0.0:
70007006
astral-regex "^1.0.0"
70017007
strip-ansi "^4.0.0"
70027008

7009+
string-natural-compare@^3.0.1:
7010+
version "3.0.1"
7011+
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
7012+
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
7013+
70037014
string-replace-loader@^2.1.1:
70047015
version "2.1.1"
70057016
resolved "https://registry.yarnpkg.com/string-replace-loader/-/string-replace-loader-2.1.1.tgz#b72e7b57b6ef04efe615aff0ad989b5c14ca63d1"

0 commit comments

Comments
 (0)