Skip to content

Commit b731468

Browse files
IvanGoncharovleebyron
authored andcommitted
Update deps (#1525)
1 parent 046e724 commit b731468

File tree

3 files changed

+78
-139
lines changed

3 files changed

+78
-139
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.80.0
16+
^0.81.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@babel/cli": "7.0.0",
53-
"@babel/core": "7.0.0",
53+
"@babel/core": "7.0.1",
5454
"@babel/plugin-proposal-class-properties": "7.0.0",
5555
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
5656
"@babel/plugin-syntax-async-generators": "7.0.0",
@@ -69,7 +69,7 @@
6969
"eslint": "5.5.0",
7070
"eslint-plugin-flowtype": "2.50.0",
7171
"eslint-plugin-prettier": "2.6.2",
72-
"flow-bin": "0.80.0",
72+
"flow-bin": "0.81.0",
7373
"mocha": "5.2.0",
7474
"nyc": "13.0.1",
7575
"prettier": "1.14.2",

0 commit comments

Comments
 (0)