Skip to content

Commit 488f824

Browse files
committed
package upgrades
1 parent 1072b62 commit 488f824

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,31 +23,31 @@
2323
]
2424
},
2525
"dependencies": {
26-
"events": "^1.0.2",
27-
"flux": "^2.1.1",
28-
"invariant": "^2.1.0",
29-
"keymirror": "^0.1.1",
30-
"object-assign": "^4.0.1",
31-
"react-native": "^0.12.0",
32-
"react-native-keyboardevents": "^0.4.5",
33-
"react-native-keychain": "^0.2.5",
34-
"react-native-refreshable-listview": "^1.3.0",
35-
"react-timer-mixin": "^0.13.3",
36-
"superagent": "^1.4.0"
26+
"events": "1.1.0",
27+
"flux": "2.1.1",
28+
"invariant": "2.2.0",
29+
"keymirror": "0.1.1",
30+
"object-assign": "4.0.1",
31+
"react-native": "0.16.0",
32+
"react-native-keyboardevents": "0.4.5",
33+
"react-native-keychain": "0.2.6",
34+
"react-native-refreshable-listview": "1.3.0",
35+
"react-timer-mixin": "0.13.3",
36+
"superagent": "1.5.0"
3737
},
3838
"devDependencies": {
3939
"appium": "1.4.13",
40-
"babel": "^5.6.0",
41-
"chai": "^3.2.0",
42-
"chai-as-promised": "^5.1.0",
43-
"colors": "^1.0.3",
44-
"ios-deploy": "^1.7.0",
45-
"koa": "^0.21.0",
46-
"koa-bodyparser": "^2.0.1",
47-
"mocha": "^2.2.5",
48-
"promise": "^7.0.4",
49-
"underscore": "^1.8.3",
50-
"wd": "^0.3",
51-
"yiewd": "^0.6.0"
40+
"babel": "6.3.13",
41+
"chai": "3.4.1",
42+
"chai-as-promised": "5.1.0",
43+
"colors": "1.0.3",
44+
"ios-deploy": "1.8.3",
45+
"koa": "1.1.2",
46+
"koa-bodyparser": "2.0.1",
47+
"mocha": "2.3.4",
48+
"promise": "*",
49+
"underscore": "1.8.3",
50+
"wd": "0.4.0",
51+
"yiewd": "0.6.0"
5252
}
5353
}

server/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
iojs-v2.4.0
1+
4.2.3

0 commit comments

Comments
 (0)