Skip to content

Commit 38b9935

Browse files
Update deps (#1818)
1 parent b8a0f3b commit 38b9935

File tree

3 files changed

+132
-153
lines changed

3 files changed

+132
-153
lines changed

.eslintrc.yml

Lines changed: 2 additions & 1 deletion
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 `v3.5.x`
38+
# `eslint-plugin-flowtype` rule list based on `v3.6.x`
3939
# https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype
4040

4141
flowtype/array-style-complex-type: [error, verbose]
@@ -67,6 +67,7 @@ rules:
6767
flowtype/space-after-type-colon: off
6868
flowtype/space-before-generic-bracket: off
6969
flowtype/space-before-type-colon: off
70+
flowtype/spread-exact-type: off
7071
flowtype/type-id-match: off
7172
#flowtype/type-import-style: undecided
7273
flowtype/union-intersection-spacing: off

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
"benchmark": "2.1.4",
5959
"chai": "4.2.0",
6060
"eslint": "5.16.0",
61-
"eslint-plugin-flowtype": "3.5.1",
61+
"eslint-plugin-flowtype": "3.6.1",
6262
"eslint-plugin-prettier": "3.0.1",
6363
"flow-bin": "0.96.0",
64-
"mocha": "6.0.2",
64+
"mocha": "6.1.2",
6565
"nyc": "13.3.0",
6666
"prettier": "1.16.4",
6767
"sane": "4.1.0"

0 commit comments

Comments
 (0)