From 9c9bfb34df047d04b9012638ae258b0012019397 Mon Sep 17 00:00:00 2001 From: Matt Blair Date: Sat, 1 Oct 2016 20:08:12 -0700 Subject: [PATCH] update dependencies - eslint - mocha - stylus --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1d8e9a6..1e71e19 100644 --- a/package.json +++ b/package.json @@ -42,17 +42,17 @@ "browserify": "^13.0.1", "chai": "^3.5.0", "coffee-script": "^1.10.0", - "eslint": "^2.13.0", + "eslint": "^3.7.0", "eslint-config-vue": "^1.0.3", "eslint-plugin-html": "^1.5.3", "jade": "^1.11.0", "jsdom": "^9.2.1", "less": "^2.5.1", "mkdirp": "^0.5.1", - "mocha": "^2.3.3", + "mocha": "^3.1.0", "node-sass": "^3.3.3", "pug": "^2.0.0-alpha6", "rimraf": "^2.5.2", - "stylus": "^0.52.4" + "stylus": "^0.54.5" } }