Skip to content

Commit

Permalink
Update deps (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored Aug 22, 2018
1 parent 06b246f commit f0f791b
Show file tree
Hide file tree
Showing 2 changed files with 417 additions and 484 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,27 +48,27 @@
"iterall": "^1.2.2"
},
"devDependencies": {
"@babel/cli": "7.0.0-rc.1",
"@babel/core": "7.0.0-rc.1",
"@babel/plugin-proposal-class-properties": "7.0.0-rc.1",
"@babel/plugin-proposal-object-rest-spread": "7.0.0-rc.1",
"@babel/plugin-syntax-async-generators": "7.0.0-rc.1",
"@babel/plugin-transform-classes": "7.0.0-rc.1",
"@babel/plugin-transform-destructuring": "7.0.0-rc.1",
"@babel/plugin-transform-flow-strip-types": "7.0.0-rc.1",
"@babel/plugin-transform-spread": "7.0.0-rc.1",
"@babel/polyfill": "7.0.0-rc.1",
"@babel/preset-env": "7.0.0-rc.1",
"@babel/register": "7.0.0-rc.1",
"@babel/cli": "7.0.0-rc.2",
"@babel/core": "7.0.0-rc.2",
"@babel/plugin-proposal-class-properties": "7.0.0-rc.2",
"@babel/plugin-proposal-object-rest-spread": "7.0.0-rc.2",
"@babel/plugin-syntax-async-generators": "7.0.0-rc.2",
"@babel/plugin-transform-classes": "7.0.0-rc.2",
"@babel/plugin-transform-destructuring": "7.0.0-rc.2",
"@babel/plugin-transform-flow-strip-types": "7.0.0-rc.2",
"@babel/plugin-transform-spread": "7.0.0-rc.2",
"@babel/polyfill": "7.0.0-rc.2",
"@babel/preset-env": "7.0.0-rc.2",
"@babel/register": "7.0.0-rc.2",
"babel-eslint": "8.2.6",
"beautify-benchmark": "0.2.4",
"benchmark": "2.1.4",
"chai": "4.1.2",
"coveralls": "3.0.2",
"eslint": "5.3.0",
"eslint": "5.4.0",
"eslint-plugin-flowtype": "2.50.0",
"eslint-plugin-prettier": "2.6.2",
"flow-bin": "0.79.0",
"flow-bin": "0.79.1",
"mocha": "5.2.0",
"nyc": "12.0.2",
"prettier": "1.14.2",
Expand Down
Loading

0 comments on commit f0f791b

Please sign in to comment.