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

upgrading dependencies

This commit is contained in:
Ivar 2016-09-10 10:30:50 +02:00
parent e03d56972c
commit 6c0c33714c

View File

@ -27,6 +27,7 @@
"engines": { "engines": {
"node": "6" "node": "6"
}, },
"license": "Apache-2.0",
"main": "./server-impl.js", "main": "./server-impl.js",
"scripts": { "scripts": {
"db-migrate-and-start": "npm run db-migrate && npm run start", "db-migrate-and-start": "npm run db-migrate && npm run start",
@ -46,28 +47,27 @@
}, },
"dependencies": { "dependencies": {
"bluebird": "2.9.14", "bluebird": "2.9.14",
"body-parser": "1.15.0", "body-parser": "1.15.2",
"cookie-parser": "^1.4.1", "cookie-parser": "^1.4.1",
"db-migrate": "0.9.25", "db-migrate": "0.9.25",
"deep-diff": "^0.3.3", "deep-diff": "^0.3.3",
"errorhandler": "1.3.5", "errorhandler": "^1.4.3",
"express": "4.14.0", "express": "4.14.0",
"express-validator": "2.20.8", "express-validator": "2.20.8",
"install": "^0.6.1", "install": "^0.8.1",
"knex": "^0.10.0", "knex": "^0.10.0",
"log4js": "0.6.35", "log4js": "^0.6.38",
"pg": "^4.5.5", "pg": "^4.5.5",
"serve-favicon": "^2.3.0" "serve-favicon": "^2.3.0"
}, },
"devDependencies": { "devDependencies": {
"chai": "3.5.0", "coveralls": "^2.11.12",
"coveralls": "^2.11.9", "istanbul": "^0.4.5",
"istanbul": "^0.4.3", "mocha": "^3.0.2",
"mocha": "^2.4.5",
"mocha-lcov-reporter": "1.2.0", "mocha-lcov-reporter": "1.2.0",
"sinon": "^1.17.5", "sinon": "^1.17.5",
"supertest": "^1.2.0", "supertest": "^2.0.0",
"supervisor": "^0.10.0", "supervisor": "^0.11.0",
"unleash-frontend": "1.0.0-alpha.2" "unleash-frontend": "1.0.0-alpha.2"
} }
} }