Skip to content

Commit 94b3844

Browse files
Update deps (#1542)
1 parent 0a1817e commit 94b3844

File tree

3 files changed

+202
-160
lines changed

3 files changed

+202
-160
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
1313
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)?)\\)?:? #[0-9]+
1414

1515
[version]
16-
^0.81.0
16+
^0.82.0

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,30 +49,30 @@
4949
"iterall": "^1.2.2"
5050
},
5151
"devDependencies": {
52-
"@babel/cli": "7.1.0",
53-
"@babel/core": "7.1.0",
52+
"@babel/cli": "7.1.2",
53+
"@babel/core": "7.1.2",
5454
"@babel/plugin-proposal-class-properties": "7.1.0",
5555
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
5656
"@babel/plugin-syntax-async-generators": "7.0.0",
5757
"@babel/plugin-transform-classes": "7.1.0",
58-
"@babel/plugin-transform-destructuring": "7.0.0",
58+
"@babel/plugin-transform-destructuring": "7.1.2",
5959
"@babel/plugin-transform-flow-strip-types": "7.0.0",
6060
"@babel/plugin-transform-spread": "7.0.0",
6161
"@babel/polyfill": "7.0.0",
6262
"@babel/preset-env": "7.1.0",
6363
"@babel/register": "7.0.0",
64-
"babel-eslint": "9.0.0",
64+
"babel-eslint": "10.0.1",
6565
"beautify-benchmark": "0.2.4",
6666
"benchmark": "2.1.4",
67-
"chai": "4.1.2",
67+
"chai": "4.2.0",
6868
"coveralls": "3.0.2",
69-
"eslint": "5.6.0",
70-
"eslint-plugin-flowtype": "2.50.1",
71-
"eslint-plugin-prettier": "2.6.2",
72-
"flow-bin": "0.81.0",
69+
"eslint": "5.6.1",
70+
"eslint-plugin-flowtype": "2.50.3",
71+
"eslint-plugin-prettier": "3.0.0",
72+
"flow-bin": "0.82.0",
7373
"mocha": "5.2.0",
7474
"nyc": "13.0.1",
7575
"prettier": "1.14.3",
76-
"sane": "3.0.0"
76+
"sane": "4.0.1"
7777
}
7878
}

0 commit comments

Comments
 (0)