Skip to content

Commit 6f77075

Browse files
committed
cherry-pick and modify from update 0.31.0 of branch v1.1.x
1 parent b97445a commit 6f77075

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,23 @@
2424
"push-ios": "code-push release-react Noder ios --deploymentName Staging",
2525
"push-android-prod": "code-push release-react Noder android --deploymentName Production",
2626
"push-ios-prod": "code-push release-react Noder ios --deploymentName Production",
27-
"push-key": "code-push deployment ls Noder -k"
27+
"push-key": "code-push deployment ls Noder -k",
28+
"i-taobao": "npm i --registry=https://registry.npm.taobao.org"
2829
},
2930
"dependencies": {
3031
"fetch-detector": "^1.0.0",
3132
"fetch-ie8": "^1.4.3",
3233
"flux-standard-action": "^0.6.1",
33-
"lodash": "^4.14.0",
34+
"lodash": "^4.15.0",
3435
"markdown": "0.5.0",
3536
"moment": "^2.14.1",
36-
"query-string": "^4.2.2",
37+
"query-string": "^4.2.3",
3738
"react": "16.0.0-alpha.6",
3839
"react-addons-pure-render-mixin": "15.6.2",
3940
"react-dom": "16.0.0-alpha.2",
4041
"react-native": "0.43.4",
41-
"react-native-barcodescanner": "^3.0.1",
42-
"react-native-blur": "^1.0.0",
42+
"react-native-barcodescanner": "^3.1.1",
43+
"react-native-blur": "^1.0.1",
4344
"react-native-button": "^1.6.0",
4445
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
4546
"react-native-cli": "^1.0.0",
@@ -50,7 +51,7 @@
5051
"react-redux": "^4.4.5",
5152
"react-web": "git+https://github.com/flyskywhy/react-web.git",
5253
"redux": "^3.5.2",
53-
"redux-actions": "^0.10.1",
54+
"redux-actions": "^0.11.0",
5455
"redux-logger": "^2.6.1",
5556
"redux-promise": "^0.5.3",
5657
"redux-thunk": "^2.1.0"
@@ -67,7 +68,7 @@
6768
"codeceptjs-webdriverio": "^1.1.0",
6869
"coffee-script": "^1.9.2",
6970
"dev-ip": "^1.0.1",
70-
"eslint": "^2.13.1",
71+
"eslint": "^3.3.1",
7172
"eslint-plugin-react": "^6.2.0",
7273
"file-loader": "^0.9.0",
7374
"gulp": "^3.9.1",
@@ -84,7 +85,7 @@
8485
"run-sequence": "^1.2.2",
8586
"url-loader": "^0.5.7",
8687
"webdriver-manager": "^12.0.6",
87-
"webpack": "^1.13.1",
88+
"webpack": "^1.13.2",
8889
"webpack-dev-server": "^1.14.1",
8990
"webpack-html-plugin": "^0.1.1"
9091
},

0 commit comments

Comments
 (0)