Skip to content

Commit 9b4a7a5

Browse files
authored
Merge pull request #117 from friederbluemle/update-dev-deps
Update dev deps
2 parents 67d6939 + 2639062 commit 9b4a7a5

File tree

3 files changed

+4311
-106
lines changed

3 files changed

+4311
-106
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: 5 additions & 4 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",
@@ -44,8 +43,10 @@
4443
"devDependencies": {
4544
"@react-native-community/eslint-config": "0.0.5",
4645
"babel-core": "^6.26.3",
47-
"eslint": "^6.0.1",
48-
"flow-bin": "^0.102.0"
46+
"eslint": "^6.6.0",
47+
"flow-bin": "^0.98.0",
48+
"react": "16.8.6",
49+
"react-native": "0.60.0"
4950
},
5051
"collective": {
5152
"type": "opencollective",

0 commit comments

Comments
 (0)