Daniel Zlotin před 8 roky
rodič
revize
f71fac2ae8
2 změnil soubory, kde provedl 7 přidání a 7 odebrání
  1. 3
    3
      example-redux/package.json
  2. 4
    4
      package.json

+ 3
- 3
example-redux/package.json Zobrazit soubor

@@ -7,13 +7,13 @@
7 7
     "install:android": "pushd android && ./gradlew installDebug && popd"
8 8
   },
9 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 13
     "react-redux": "^4.0.6",
13 14
     "redux": "^3.0.5",
14 15
     "redux-thunk": "^1.0.3",
15 16
     "seamless-immutable": "^5.0.1",
16
-    "react-native-navigation": "file:../",
17 17
     "babel-preset-react-native-stage-0": "*"
18 18
   }
19 19
 }

+ 4
- 4
package.json Zobrazit soubor

@@ -26,8 +26,8 @@
26 26
     "release": "npm version prerelease && npm publish --tag next && npm view react-native-navigation dist-tags && git push"
27 27
   },
28 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 32
   "dependencies": {
33 33
     "react-native-controllers": "^2.0.0",
@@ -38,8 +38,8 @@
38 38
     "react-redux": "*"
39 39
   },
40 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 43
     "app-root-path": "^1.0.0",
44 44
     "babel-cli": "^6.8.0",
45 45
     "babel-core": "^6.8.0",