Skip to content

Commit 1756a2f

Browse files
committed
Update deps (#2166)
1 parent 0d6d9b7 commit 1756a2f

File tree

4 files changed

+160
-128
lines changed

4 files changed

+160
-128
lines changed

.eslintrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins:
99
- flowtype
1010

1111
rules:
12-
# `eslint-plugin-flowtype` rule list based on `v4.2.x`
12+
# `eslint-plugin-flowtype` rule list based on `v4.3.x`
1313
# https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype
1414

1515
flowtype/array-style-complex-type: [error, verbose]

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
3838
suppress_comment=\\(.\\|\n\\)*\\$DisableFlowOnNegativeTest
3939

4040
[version]
41-
^0.106.0
41+
^0.107.0

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@
4545
"iterall": "^1.2.2"
4646
},
4747
"devDependencies": {
48-
"@babel/core": "7.5.5",
48+
"@babel/core": "7.6.0",
4949
"@babel/plugin-transform-flow-strip-types": "7.4.4",
50-
"@babel/polyfill": "7.4.4",
51-
"@babel/preset-env": "7.5.5",
52-
"@babel/register": "7.5.5",
50+
"@babel/polyfill": "7.6.0",
51+
"@babel/preset-env": "7.6.0",
52+
"@babel/register": "7.6.0",
5353
"babel-eslint": "10.0.3",
5454
"chai": "4.2.0",
55-
"dtslint": "^0.9.3",
55+
"dtslint": "^0.9.6",
5656
"eslint": "6.3.0",
57-
"eslint-plugin-flowtype": "4.2.0",
58-
"flow-bin": "0.106.3",
57+
"eslint-plugin-flowtype": "4.3.0",
58+
"flow-bin": "0.107.0",
5959
"mocha": "6.2.0",
6060
"nyc": "14.1.1",
6161
"prettier": "1.18.2"

0 commit comments

Comments
 (0)