mirror of
https://github.com/zoriya/flood.git
synced 2026-05-31 10:22:44 +00:00
Update dependencies
This commit is contained in:
+8
-8
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user