Browse Source

update to RN31

Daniel Zlotin 8 years ago
parent
commit
f71fac2ae8
2 changed files with 7 additions and 7 deletions
  1. 3
    3
      example-redux/package.json
  2. 4
    4
      package.json

+ 3
- 3
example-redux/package.json View File

7
     "install:android": "pushd android && ./gradlew installDebug && popd"
7
     "install:android": "pushd android && ./gradlew installDebug && popd"
8
   },
8
   },
9
   "dependencies": {
9
   "dependencies": {
10
-    "react-native": "0.25.1",
11
-    "react": "0.14.5",
10
+    "react-native-navigation": "file:../",
11
+    "react-native": "0.31.0",
12
+    "react": "15.2.1",
12
     "react-redux": "^4.0.6",
13
     "react-redux": "^4.0.6",
13
     "redux": "^3.0.5",
14
     "redux": "^3.0.5",
14
     "redux-thunk": "^1.0.3",
15
     "redux-thunk": "^1.0.3",
15
     "seamless-immutable": "^5.0.1",
16
     "seamless-immutable": "^5.0.1",
16
-    "react-native-navigation": "file:../",
17
     "babel-preset-react-native-stage-0": "*"
17
     "babel-preset-react-native-stage-0": "*"
18
   }
18
   }
19
 }
19
 }

+ 4
- 4
package.json View File

26
     "release": "npm version prerelease && npm publish --tag next && npm view react-native-navigation dist-tags && git push"
26
     "release": "npm version prerelease && npm publish --tag next && npm view react-native-navigation dist-tags && git push"
27
   },
27
   },
28
   "peerDependencies": {
28
   "peerDependencies": {
29
-    "react-native": ">=0.25.1",
30
-    "react": ">=0.14.5"
29
+    "react-native": ">=0.31.0",
30
+    "react": ">=15.2.1"
31
   },
31
   },
32
   "dependencies": {
32
   "dependencies": {
33
     "react-native-controllers": "^2.0.0",
33
     "react-native-controllers": "^2.0.0",
38
     "react-redux": "*"
38
     "react-redux": "*"
39
   },
39
   },
40
   "devDependencies": {
40
   "devDependencies": {
41
-    "react-native": "0.25.1",
42
-    "react": "0.14.5",
41
+    "react-native": "0.31.0",
42
+    "react": "15.2.1",
43
     "app-root-path": "^1.0.0",
43
     "app-root-path": "^1.0.0",
44
     "babel-cli": "^6.8.0",
44
     "babel-cli": "^6.8.0",
45
     "babel-core": "^6.8.0",
45
     "babel-core": "^6.8.0",