Skip to content

Commit

Permalink
Update deps (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Sep 15, 2019
1 parent 0d6d9b7 commit 1756a2f
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 128 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins:
- flowtype

rules:
# `eslint-plugin-flowtype` rule list based on `v4.2.x`
# `eslint-plugin-flowtype` rule list based on `v4.3.x`
# https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype

flowtype/array-style-complex-type: [error, verbose]
Expand Down
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
suppress_comment=\\(.\\|\n\\)*\\$DisableFlowOnNegativeTest

[version]
^0.106.0
^0.107.0
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
"iterall": "^1.2.2"
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/core": "7.6.0",
"@babel/plugin-transform-flow-strip-types": "7.4.4",
"@babel/polyfill": "7.4.4",
"@babel/preset-env": "7.5.5",
"@babel/register": "7.5.5",
"@babel/polyfill": "7.6.0",
"@babel/preset-env": "7.6.0",
"@babel/register": "7.6.0",
"babel-eslint": "10.0.3",
"chai": "4.2.0",
"dtslint": "^0.9.3",
"dtslint": "^0.9.6",
"eslint": "6.3.0",
"eslint-plugin-flowtype": "4.2.0",
"flow-bin": "0.106.3",
"eslint-plugin-flowtype": "4.3.0",
"flow-bin": "0.107.0",
"mocha": "6.2.0",
"nyc": "14.1.1",
"prettier": "1.18.2"
Expand Down

0 comments on commit 1756a2f

Please sign in to comment.