Skip to content

Commit

Permalink
Update deps (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Apr 27, 2019
1 parent 0b1b53a commit 201e552
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 228 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Expand Up @@ -14,4 +14,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)?)\\)?:? #[0-9]+
suppress_comment=\\(.\\|\n\\)*\\$DisableFlowOnNegativeTest

[version]
^0.97.0
^0.98.0
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -47,19 +47,19 @@
"iterall": "^1.2.2"
},
"devDependencies": {
"@babel/cli": "7.4.3",
"@babel/core": "7.4.3",
"@babel/plugin-transform-flow-strip-types": "7.4.0",
"@babel/polyfill": "7.4.3",
"@babel/preset-env": "7.4.3",
"@babel/register": "7.4.0",
"@babel/cli": "7.4.4",
"@babel/core": "7.4.4",
"@babel/plugin-transform-flow-strip-types": "7.4.4",
"@babel/polyfill": "7.4.4",
"@babel/preset-env": "7.4.4",
"@babel/register": "7.4.4",
"babel-eslint": "10.0.1",
"benchmark": "2.1.4",
"chai": "4.2.0",
"eslint": "5.16.0",
"eslint-plugin-flowtype": "3.6.1",
"eslint-plugin-prettier": "3.0.1",
"flow-bin": "0.97.0",
"flow-bin": "0.98.0",
"mocha": "6.1.4",
"nyc": "14.0.0",
"prettier": "1.17.0",
Expand Down

0 comments on commit 201e552

Please sign in to comment.