Browse Source

chore(ci): fix flow error and update TS type (#395)

set related versions of react and react-native in devDependencies
Stanislav Shakirov 5 years ago
parent
commit
67eacd549e
2 changed files with 146 additions and 548 deletions
  1. 3
    3
      package.json
  2. 143
    545
      yarn.lock

+ 3
- 3
package.json View File

@@ -31,13 +31,13 @@
31 31
   "devDependencies": {
32 32
     "@babel/core": "^7.2.2",
33 33
     "@semantic-release/git": "7.0.5",
34
-    "@types/react": "^16.4.18",
35
-    "@types/react-native": "^0.57.6",
34
+    "@types/react": "^16.6.3",
35
+    "@types/react-native": "^0.57.8",
36 36
     "babel-jest": "^24.0.0",
37 37
     "flow-bin": "^0.80.0",
38 38
     "jest": "^24.0.0",
39 39
     "metro-react-native-babel-preset": "^0.51.1",
40
-    "react-native": ">=0.57 <0.59",
40
+    "react-native": "^0.57.8",
41 41
     "semantic-release": "15.10.3"
42 42
   },
43 43
   "repository": {

+ 143
- 545
yarn.lock
File diff suppressed because it is too large
View File