Update dependencies

This commit is contained in:
John Furrow
2015-11-21 12:56:30 -08:00
parent e900c6e466
commit f6b119c4bf
+8 -8
View File
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"livereload": "NODE_ENV='development' ./node_modules/.bin/gulp livereload",
"start": "node ./server/bin/www"
"start": "nodemon ./server/bin/www"
},
"dependencies": {
"axios": "^0.7.0",
@@ -29,13 +29,13 @@
"morgan": "~1.5.1",
"object-assign": "^2.0.0",
"q": "^1.2.0",
"react": "^0.14.0",
"react-addons-css-transition-group": "^0.14.0",
"react-dom": "^0.14.0",
"react-redux": "^3.1.0",
"redux": "^3.0.2",
"react": "^0.14.3",
"react-addons-css-transition-group": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "^4.0.0",
"redux": "^3.0.4",
"redux-thunk": "^1.0.0",
"reselect": "^2.0.0",
"reselect": "^2.0.1",
"sax": "^0.6.1",
"serve-favicon": "~2.2.0",
"xmlbuilder": "^2.6.2",
@@ -45,7 +45,7 @@
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"browser-sync": "^2.9.10",
"browser-sync": "^2.10.0",
"envify": "^3.4.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",