From b407e8b849f6723d210f898099997d23c41c4801 Mon Sep 17 00:00:00 2001 From: ido Date: Tue, 17 Mar 2015 14:10:44 +0200 Subject: [PATCH] update dependencies + eslint --- package.json | 6 +++--- playground/CMLint.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 32b9ec8..b25c633 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "cheerio": "^0.18.0", "escodegen": "^1.6.1", "esprima-harmony": "^7001.1.0-dev-harmony-fb", - "lodash": "^3.4.0", + "lodash": "^3.5.0", "optionator": "^0.5.0", "text-table": "^0.2.0" }, @@ -38,9 +38,9 @@ "grunt-contrib-requirejs": "^0.4.4", "grunt-contrib-uglify": "^0.8.0", "grunt-contrib-watch": "^0.6.1", - "grunt-eslint": "^7.0.1", + "grunt-eslint": "^9.0.0", "grunt-node-tap": "^0.1.61", - "istanbul": "^0.3.7", + "istanbul": "^0.3.8", "react": "^0.12.2", "tape": "^3.5.0" }, diff --git a/playground/CMLint.js b/playground/CMLint.js index 4407bf8..b319d2e 100644 --- a/playground/CMLint.js +++ b/playground/CMLint.js @@ -95,7 +95,7 @@ define(['react', 'lodash', 'jquery', './libs/codemirror-4.8/lib/codemirror'], fu } var poll = setInterval(function () { if (tooltip) { - for (var n = node;; n = n.parentNode) { + for (var n = node; ; n = n.parentNode) { if (n === document.body) { return undefined; }