Skip to content

Commit

Permalink
Update deps (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Oct 3, 2018
1 parent 0a1817e commit 94b3844
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 160 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Expand Up @@ -13,4 +13,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)?)\\)?:? #[0-9]+

[version]
^0.81.0
^0.82.0
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -49,30 +49,30 @@
"iterall": "^1.2.2"
},
"devDependencies": {
"@babel/cli": "7.1.0",
"@babel/core": "7.1.0",
"@babel/cli": "7.1.2",
"@babel/core": "7.1.2",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/plugin-syntax-async-generators": "7.0.0",
"@babel/plugin-transform-classes": "7.1.0",
"@babel/plugin-transform-destructuring": "7.0.0",
"@babel/plugin-transform-destructuring": "7.1.2",
"@babel/plugin-transform-flow-strip-types": "7.0.0",
"@babel/plugin-transform-spread": "7.0.0",
"@babel/polyfill": "7.0.0",
"@babel/preset-env": "7.1.0",
"@babel/register": "7.0.0",
"babel-eslint": "9.0.0",
"babel-eslint": "10.0.1",
"beautify-benchmark": "0.2.4",
"benchmark": "2.1.4",
"chai": "4.1.2",
"chai": "4.2.0",
"coveralls": "3.0.2",
"eslint": "5.6.0",
"eslint-plugin-flowtype": "2.50.1",
"eslint-plugin-prettier": "2.6.2",
"flow-bin": "0.81.0",
"eslint": "5.6.1",
"eslint-plugin-flowtype": "2.50.3",
"eslint-plugin-prettier": "3.0.0",
"flow-bin": "0.82.0",
"mocha": "5.2.0",
"nyc": "13.0.1",
"prettier": "1.14.3",
"sane": "3.0.0"
"sane": "4.0.1"
}
}

0 comments on commit 94b3844

Please sign in to comment.