Skip to content

Commit 915e730

Browse files
Align flow-bin depdendency
1 parent 5ba59cd commit 915e730

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.flowconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ node_modules/warning/.*
2323
; Flow doesn't support platforms
2424
.*/Libraries/Utilities/HMRLoadingView.js
2525

26+
<PROJECT_ROOT>/example/.*
27+
2628
[untyped]
2729
.*/node_modules/@react-native-community/cli/.*/.*
2830

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
"index.d.ts",
1010
"RNInAppBrowser.podspec"
1111
],
12-
"readmeFilename": "README.md",
1312
"scripts": {
13+
"flow": "flow check",
1414
"lint": "eslint index.js",
15-
"test": "echo \"Error: no test specified\" && exit 1",
1615
"postinstall": "opencollective-postinstall || true"
1716
},
1817
"typings": "./index.d.ts",
@@ -45,7 +44,7 @@
4544
"@react-native-community/eslint-config": "0.0.5",
4645
"babel-core": "^6.26.3",
4746
"eslint": "^6.0.1",
48-
"flow-bin": "^0.102.0",
47+
"flow-bin": "^0.98.0",
4948
"react": "16.8.6",
5049
"react-native": "0.60.0"
5150
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2497,10 +2497,10 @@ flatted@^2.0.0:
24972497
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
24982498
integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==
24992499

2500-
flow-bin@^0.102.0:
2501-
version "0.102.0"
2502-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.102.0.tgz#3d5de44bcc26d26585e932b3201988b766f9b380"
2503-
integrity sha512-mYon6noeLO0Q5SbiWULLQeM1L96iuXnRtYMd47j3bEWXAwUW9EnwNWcn+cZg/jC/Dg4Wj/jnkdTDEuFtbeu1ww==
2500+
flow-bin@^0.98.0:
2501+
version "0.98.1"
2502+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.98.1.tgz#a8d781621c91703df69928acc83c9777e2fcbb49"
2503+
integrity sha512-y1YzQgbFUX4EG6h2EO8PhyJeS0VxNgER8XsTwU8IXw4KozfneSmGVgw8y3TwAOza7rVhTlHEoli1xNuNW1rhPw==
25042504

25052505
for-in@^1.0.2:
25062506
version "1.0.2"

0 commit comments

Comments
 (0)