Skip to content

Commit f5cf95d

Browse files
committed
Update flow-bin
1 parent 0532ccf commit f5cf95d

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.flowconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
.*/node_modules/draft-js/lib/DraftEditor.react.js.flow
44
.*/node_modules/draft-js/lib/ContentBlock.js.flow
55
.*/node_modules/draft-js/lib/ContentBlockNode.js.flow
6+
.*/node_modules/draft-js/lib/DraftEditorLeaf.react.js.flow
7+
.*/node_modules/find-with-regex/flow-typed/draft-js/BlockNode.js.flow
8+
.*/node_modules/find-with-regex/flow-typed/draft-js/DraftEditorDragHandler.js.flow
69

710
[include]
811

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"start": "webpack-dev-server --progress --open",
2121
"lint": "eslint src test example",
22-
"type": "flow",
22+
"type": "flow src",
2323
"test": "jest --verbose",
2424
"test:coverage": "npm test -- --coverage",
2525
"test:coverage:report": "npm run test:coverage && cat coverage/lcov.info | coveralls",
@@ -67,7 +67,7 @@
6767
"eslint-plugin-babel": "^5.1.0",
6868
"eslint-plugin-flowtype": "^2.47.1",
6969
"eslint-plugin-react": "^7.8.2",
70-
"flow-bin": "^0.66.0",
70+
"flow-bin": "^0.70.0",
7171
"gh-pages": "^1.1.0",
7272
"highlight.js": "^9.12.0",
7373
"html-webpack-plugin": "^2.30.1",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3096,9 +3096,9 @@ flatten@^1.0.2:
30963096
version "1.0.2"
30973097
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
30983098

3099-
flow-bin@^0.66.0:
3100-
version "0.66.0"
3101-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.66.0.tgz#a96dde7015dc3343fd552a7b4963c02be705ca26"
3099+
flow-bin@^0.70.0:
3100+
version "0.70.0"
3101+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.70.0.tgz#080ae83a997f2b4ddb3dc2649bf13336825292b5"
31023102

31033103
for-in@^1.0.1, for-in@^1.0.2:
31043104
version "1.0.2"

0 commit comments

Comments
 (0)