|
18 | 18 | "e2e-android": "codeceptjs run --profile=android",
|
19 | 19 | "e2e-ios": "codeceptjs run --profile=ios",
|
20 | 20 | "checkversion": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
|
21 |
| - "patch-codeceptjs-webdriverio": "wget https://raw.githubusercontent.com/flyskywhy/CodeceptJS/master/lib/helper/WebDriverIO.js -O node_modules/codeceptjs-webdriverio/node_modules/codeceptjs/lib/helper/WebDriverIO.js", |
| 21 | + "patch-codeceptjs-webdriverio": "wget https://raw.githubusercontent.com/flyskywhy/CodeceptJS/master/lib/helper/WebDriverIO.js -O node_modules/codeceptjs/lib/helper/WebDriverIO.js", |
22 | 22 | "postinstall": "npm run checkversion; npm run patch-codeceptjs-webdriverio",
|
23 | 23 | "push-android": "code-push release-react Noder android --deploymentName Staging",
|
24 | 24 | "push-ios": "code-push release-react Noder ios --deploymentName Staging",
|
|
30 | 30 | "dependencies": {
|
31 | 31 | "fetch-detector": "^1.0.0",
|
32 | 32 | "fetch-ie8": "^1.4.3",
|
33 |
| - "flux-standard-action": "^0.6.1", |
| 33 | + "flux-standard-action": "^1.2.0", |
34 | 34 | "lodash": "^4.15.0",
|
35 | 35 | "markdown": "0.5.0",
|
36 | 36 | "moment": "^2.14.1",
|
|
40 | 40 | "react-dom": "16.0.0-alpha.2",
|
41 | 41 | "react-native": "0.43.4",
|
42 | 42 | "react-native-barcodescanner": "^3.1.1",
|
43 |
| - "react-native-blur": "^1.0.1", |
| 43 | + "react-native-blur": "^2.0.0", |
44 | 44 | "react-native-button": "^1.6.0",
|
45 |
| - "react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git", |
46 |
| - "react-native-cli": "^1.0.0", |
| 45 | + "react-native-camera": "^0.6.0", |
47 | 46 | "react-native-code-push": "^2.1.1-beta",
|
48 | 47 | "react-native-html-render": "^1.0.5",
|
49 |
| - "react-native-scrollable-tab-view": "^0.5.3", |
50 |
| - "react-native-vector-icons": "^2.0.3", |
51 |
| - "react-redux": "^4.4.5", |
| 48 | + "react-native-scrollable-tab-view": "^0.7.4", |
| 49 | + "react-native-vector-icons": "^4.0.1", |
| 50 | + "react-redux": "^5.0.3", |
52 | 51 | "react-web": "git+https://github.com/flyskywhy/react-web.git",
|
53 | 52 | "redux": "^3.5.2",
|
54 |
| - "redux-actions": "^0.11.0", |
55 |
| - "redux-logger": "^2.6.1", |
| 53 | + "redux-actions": "^2.0.1", |
| 54 | + "redux-logger": "^3.0.1", |
56 | 55 | "redux-promise": "^0.5.3",
|
57 | 56 | "redux-thunk": "^2.1.0"
|
58 | 57 | },
|
|
79 | 78 | "json-loader": "^0.5.4",
|
80 | 79 | "mocha": "^4.0.1",
|
81 | 80 | "react-hot-loader": "^1.3.0",
|
82 |
| - "react-native-cli": "^0.2.0", |
| 81 | + "react-native-cli": "^2.0.1", |
83 | 82 | "react-test-renderer": "16.0.0-alpha.6",
|
84 | 83 | "redux-devtools": "^3.3.1",
|
85 | 84 | "run-sequence": "^1.2.2",
|
|
0 commit comments