Skip to content

Commit c93d7da

Browse files
Update deps (#1555)
1 parent d1e0abf commit c93d7da

File tree

3 files changed

+90
-199
lines changed

3 files changed

+90
-199
lines changed

.eslintrc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rules:
3535
# https://github.com/prettier/eslint-plugin-prettier#installation
3636
prettier/prettier: error
3737

38-
# `eslint-plugin-flowtype` rule list based on `v2.50.0`
38+
# `eslint-plugin-flowtype` rule list based on `v3.0.0`
3939
# https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype
4040

4141
flowtype/array-style-complex-type: [error, verbose]
@@ -52,7 +52,7 @@ rules:
5252
flowtype/no-primitive-constructor-types: error
5353
flowtype/no-types-missing-file-annotation: error
5454
#flowtype/no-unused-expressions: undecided
55-
flowtype/no-weak-types: [error, {any: false}]
55+
flowtype/no-weak-types: [error, { any: false, mixed: false }]
5656
flowtype/object-type-delimiter: off
5757
flowtype/require-exact-type: off
5858
flowtype/require-parameter-type: off
@@ -72,7 +72,7 @@ rules:
7272
flowtype/valid-syntax: off
7373

7474
##################################################
75-
# ESLint builtin rules list based on `v5.6.0`
75+
# ESLint builtin rules list based on `v5.7.0`
7676
##################################################
7777

7878
# Possible Errors

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@
6666
"benchmark": "2.1.4",
6767
"chai": "4.2.0",
6868
"coveralls": "3.0.2",
69-
"eslint": "5.6.1",
70-
"eslint-plugin-flowtype": "2.50.3",
69+
"eslint": "5.7.0",
70+
"eslint-plugin-flowtype": "3.0.0",
7171
"eslint-plugin-prettier": "3.0.0",
7272
"flow-bin": "0.83.0",
7373
"mocha": "5.2.0",
74-
"nyc": "13.0.1",
74+
"nyc": "13.1.0",
7575
"prettier": "1.14.3",
7676
"sane": "4.0.1"
7777
}

0 commit comments

Comments
 (0)