Skip to content

Commit 25c601d

Browse files
committed
update react-native version
1 parent 9c3f0ba commit 25c601d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"immutable": "^3.7.6",
13-
"leancloud-storage": "^1.3.2",
13+
"leancloud-storage": "^1.3.3",
1414
"react": "~15.2.1",
15-
"react-native": "^0.30.0",
15+
"react-native": "^0.31.0",
1616
"react-native-code-push": "^1.13.2-beta",
1717
"react-native-device-info": "^0.9.3",
1818
"react-native-drawer-layout": "^1.0.0",
@@ -26,7 +26,7 @@
2626
"redux-thunk": "^2.1.0"
2727
},
2828
"devDependencies": {
29-
"babel-core": "^6.11.4",
29+
"babel-core": "^6.13.1",
3030
"babel-eslint": "^6.1.2",
3131
"babel-preset-react-native": "^1.9.0",
3232
"chai": "^3.5.0",
@@ -36,7 +36,7 @@
3636
"eslint-plugin-import": "^1.12.0",
3737
"eslint-plugin-jsx-a11y": "^2.0.1",
3838
"eslint-plugin-react": "^6.0.0",
39-
"mocha": "^3.0.0",
39+
"mocha": "^3.0.1",
4040
"react-addons-test-utils": "~15.2.1",
4141
"react-dom": "~15.2.1",
4242
"react-native-mock": "^0.2.5",

0 commit comments

Comments
 (0)