From 77789264778fa32719da779f352e817231e35002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Tozatti=20Risso?= <jvtr12@inf.ufpr.br> Date: Tue, 22 Nov 2016 11:44:29 -0200 Subject: [PATCH] Update package versions in package.json and add min version flags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Victor Tozatti Risso <jvtr12@inf.ufpr.br> --- package.json | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index a7056dc9..6b9dd4ce 100644 --- a/package.json +++ b/package.json @@ -4,32 +4,37 @@ "author": "C3SL", "description": "Simulador custo aluno-qualidade", "private": true, + "engines": { + "node": ">= 6.8.1" + }, + "engineStrict": true, "scripts": { "start": "cd build && forever start server.js || node server.js", "test": "cd build && mocha" }, "dependencies": { - "apicache": "0.0.14", + "apicache": "0.7.0", "bcrypt": "^0.8.7", "body-parser": "^1.13.1", "chai": "^3.5.0", "chai-http": "^3.0.0", + "chalk": "^1.1.3", "compression": "^1.6.2", "cookie-parser": "^1.3.5", "cors": "^2.7.1", "csv-express": "^1.1.0", - "debug": "~2.0.x", + "debug": "~2.3.x", "dirty-chai": "^1.2.2", "express": "^4.13.0", - "faker": "^2.1.5", + "faker": "^3.1.0", "forever": "^0.15.2", - "js2xmlparser": "^1.0.0", + "js2xmlparser": "^2.0.2", "jwt-simple": "^0.5.0", "method-override": "^2.3.3", - "mocha": "^2.5.3", + "mocha": "^3.1.2", "monetdb-pool": "0.0.8", "mongoose": "^4.6.0", - "nconf": "^0.6.x", + "nconf": "^0.8.x", "passport": "^0.3.2", "squel": "^5.4.2", "winston": "^2.2.0" @@ -45,9 +50,9 @@ "chai-xml": "^0.3.1", "docdash": "^0.4.0", "eslint": "^3.3.1", - "eslint-config-airbnb": "^10.0.1", - "eslint-plugin-import": "^1.13.0", - "eslint-plugin-jsx-a11y": "^2.1.0", + "eslint-config-airbnb": "^13.0.0", + "eslint-plugin-import": "^2.2.0", + "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.1.1", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", @@ -55,9 +60,9 @@ "gulp-docco": "0.0.4", "gulp-eslint": "^3.0.1", "gulp-file-cache": "0.0.1", - "gulp-function": "^1.3.6", + "gulp-function": "^2.2.0", "gulp-istanbul": "^1.1.1", - "gulp-jsdoc3": "^0.3.0", + "gulp-jsdoc3": "^1.0.1", "gulp-mocha": "^3.0.1", "gulp-nodemon": "^2.1.0", "gulp-plumber": "^1.1.0", -- GitLab