Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 327e657

Browse files
committed
cherry-pick and modify from update Dependencies of branch v1.1.x
1 parent 297a6ef commit 327e657

File tree

2 files changed

+8139
-11
lines changed

2 files changed

+8139
-11
lines changed

package.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"e2e-android": "codeceptjs run --profile=android",
1919
"e2e-ios": "codeceptjs run --profile=ios",
2020
"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",
2222
"postinstall": "npm run checkversion; npm run patch-codeceptjs-webdriverio",
2323
"push-android": "code-push release-react Noder android --deploymentName Staging",
2424
"push-ios": "code-push release-react Noder ios --deploymentName Staging",
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"fetch-detector": "^1.0.0",
3232
"fetch-ie8": "^1.4.3",
33-
"flux-standard-action": "^0.6.1",
33+
"flux-standard-action": "^1.2.0",
3434
"lodash": "^4.15.0",
3535
"markdown": "0.5.0",
3636
"moment": "^2.14.1",
@@ -40,19 +40,18 @@
4040
"react-dom": "16.0.0-alpha.2",
4141
"react-native": "0.43.4",
4242
"react-native-barcodescanner": "^3.1.1",
43-
"react-native-blur": "^1.0.1",
43+
"react-native-blur": "^2.0.0",
4444
"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",
4746
"react-native-code-push": "^2.1.1-beta",
4847
"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",
5251
"react-web": "git+https://github.com/flyskywhy/react-web.git",
5352
"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",
5655
"redux-promise": "^0.5.3",
5756
"redux-thunk": "^2.1.0"
5857
},
@@ -79,7 +78,7 @@
7978
"json-loader": "^0.5.4",
8079
"mocha": "^4.0.1",
8180
"react-hot-loader": "^1.3.0",
82-
"react-native-cli": "^0.2.0",
81+
"react-native-cli": "^2.0.1",
8382
"react-test-renderer": "16.0.0-alpha.6",
8483
"redux-devtools": "^3.3.1",
8584
"run-sequence": "^1.2.2",

0 commit comments

Comments
 (0)