Skip to content

Commit

Permalink
Update deps (#1525)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored and leebyron committed Sep 18, 2018
1 parent 046e724 commit b731468
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 139 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)?)\\)?:? #[0-9]+

[version]
^0.80.0
^0.81.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@babel/cli": "7.0.0",
"@babel/core": "7.0.0",
"@babel/core": "7.0.1",
"@babel/plugin-proposal-class-properties": "7.0.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/plugin-syntax-async-generators": "7.0.0",
Expand All @@ -69,7 +69,7 @@
"eslint": "5.5.0",
"eslint-plugin-flowtype": "2.50.0",
"eslint-plugin-prettier": "2.6.2",
"flow-bin": "0.80.0",
"flow-bin": "0.81.0",
"mocha": "5.2.0",
"nyc": "13.0.1",
"prettier": "1.14.2",
Expand Down

0 comments on commit b731468

Please sign in to comment.