diff --git a/Gruntfile.js b/Gruntfile.js index 7f946d8..e9a9264 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -103,8 +103,7 @@ module.exports = function (grunt) { }); function readConfig(file) { - /*eslint no-eval:0*/ - return eval(require('fs').readFileSync(file).toString()); + return eval(require('fs').readFileSync(file).toString()); // eslint-disable-line no-eval } grunt.task.loadTasks('./internalTasks'); diff --git a/package.json b/package.json index 1062ab2..6da561e 100644 --- a/package.json +++ b/package.json @@ -26,24 +26,24 @@ "escodegen": "^1.6.1", "esprima-harmony": "^7001.1.0-dev-harmony-fb", "lodash": "^3.6.0", - "optionator": "^0.5.0", + "optionator": "^0.6.0", "text-table": "^0.2.0" }, "devDependencies": { - "brace": "^0.5.0", + "brace": "^0.5.1", "brfs": "^1.4.0", "coveralls": "^2.11.2", - "eslint-plugin-react": "^2.0.1", + "eslint-plugin-react": "^2.1.0", "grunt": "^0.4.5", - "grunt-browserify": "^3.6.0", + "grunt-browserify": "^3.7.0", "grunt-contrib-requirejs": "^0.4.4", - "grunt-contrib-uglify": "^0.8.0", + "grunt-contrib-uglify": "^0.9.1", "grunt-contrib-watch": "^0.6.1", - "grunt-eslint": "^10.0.0", + "grunt-eslint": "^11.0.0", "grunt-node-tap": "^0.1.61", - "istanbul": "^0.3.11", + "istanbul": "^0.3.13", "react": "^0.12.2", - "tape": "^3.5.0" + "tape": "^4.0.0" }, "keywords": [ "templates",