Browse Source

package.json dependencies fix react-native version

yogevbd 6 years ago
parent
commit
78b6fa0e25
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

54
     "lodash": "4.x.x",
54
     "lodash": "4.x.x",
55
     "prop-types": "15.x.x",
55
     "prop-types": "15.x.x",
56
     "@types/react": "16.x.x",
56
     "@types/react": "16.x.x",
57
-    "@types/react-native": "0.49.x",
57
+    "@types/react-native": "0.51.x",
58
     "@types/lodash": "4.x.x",
58
     "@types/lodash": "4.x.x",
59
     "@types/prop-types": "15.x.x",
59
     "@types/prop-types": "15.x.x",
60
     "@types/react-test-renderer": "16.x.x",
60
     "@types/react-test-renderer": "16.x.x",