Skip to content

Commit ddb3ffc

Browse files
Updated Flow, Prettier and other dependencies (#1362)
1 parent eb8ef7a commit ddb3ffc

File tree

3 files changed

+197
-70
lines changed

3 files changed

+197
-70
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
1313
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)?)\\)?:? #[0-9]+
1414

1515
[version]
16-
^0.71.0
16+
^0.73.0

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,20 @@
5656
"babel-plugin-transform-flow-strip-types": "6.22.0",
5757
"babel-plugin-transform-object-rest-spread": "6.26.0",
5858
"babel-polyfill": "^6.26.0",
59-
"babel-preset-env": "^1.5.2",
59+
"babel-preset-env": "^1.7.0",
6060
"babel-register": "^6.26.0",
6161
"beautify-benchmark": "0.2.4",
6262
"benchmark": "2.1.4",
6363
"chai": "4.1.2",
64-
"coveralls": "3.0.0",
64+
"coveralls": "3.0.1",
6565
"eslint": "4.19.1",
6666
"eslint-plugin-babel": "5.1.0",
67-
"eslint-plugin-flowtype": "2.46.3",
67+
"eslint-plugin-flowtype": "2.48.0",
6868
"eslint-plugin-prettier": "2.6.0",
69-
"flow-bin": "0.71.0",
70-
"mocha": "5.1.1",
71-
"nyc": "^11.7.1",
72-
"prettier": "1.12.1",
73-
"sane": "2.5.0"
69+
"flow-bin": "0.73.0",
70+
"mocha": "5.2.0",
71+
"nyc": "^11.8.0",
72+
"prettier": "1.13.3",
73+
"sane": "2.5.2"
7474
}
7575
}

0 commit comments

Comments
 (0)