1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

upgraded dependencies

This commit is contained in:
ivaosthu 2015-03-23 18:18:32 +01:00 committed by Ivar Conradi Østhus
parent bfdc7fa57a
commit 31a6c78be3

View File

@ -34,27 +34,27 @@
"lint": "jshint server.js lib test && jsxhint public/js/**/*.jsx"
},
"dependencies": {
"bluebird": "2.6.2",
"body-parser": "1.10.1",
"bluebird": "2.9.14",
"body-parser": "1.12.2",
"cookie-parser": "^1.3.3",
"db-migrate": "0.7.1",
"db-migrate": "0.9.11",
"deep-diff": "^0.3.0",
"errorhandler": "1.3.2",
"express": "4.9.8",
"errorhandler": "1.3.5",
"express": "4.12.3",
"express-validator": "2.8.0",
"ini": "1.3.2",
"jsx-loader": "0.12.2",
"jsxhint": "0.4.15",
"knex": "^0.7.3",
"lodash": "^3.5.0",
"log4js": "0.6.21",
"log4js": "0.6.22",
"moment": "^2.9.0",
"nconf": "0.6.9",
"pg": "3.6.1",
"nconf": "0.7.1",
"pg": "4.3.0",
"react": "^0.12.0",
"reflux": "^0.2.5",
"reqwest": "^1.1.4",
"webpack": "1.4.15",
"webpack": "1.7.3",
"webpack-dev-middleware": "^1.0.11"
},
"devDependencies": {