From 2bcabbd68aa8bb20b3ac2abee880ce2e5f0469ea Mon Sep 17 00:00:00 2001 From: Alexey Marunin Date: Tue, 16 Apr 2019 15:34:33 +0300 Subject: [PATCH] Update dependencies --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6f87ab35..299646c2 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "gulp-babel": "^6.1.2", "gulp-changed": "^1.3.0", "gulp-eslint": "^1.1.1", - "gulp-xo": "^0.7.0", + "gulp-xo": "^0.21.0", "load-plugins": "^2.1.0", "mocha": "^2.2.5", "moment": "^2.10.3", @@ -49,14 +49,14 @@ "should": "^6.0.3", "vorpal-less": "0.0.4", "vorpal-repl": "^1.1.8", - "xo": "^0.9.0" + "xo": "^0.24.0" }, "dependencies": { "babel-polyfill": "^6.3.14", "chalk": "^1.1.0", "in-publish": "^2.0.0", - "inquirer": "0.11.0", - "lodash": "^4.5.1", + "inquirer": "^6.3.1", + "lodash": "^4.17.0", "log-update": "^1.0.2", "minimist": "^1.2.0", "node-localstorage": "^0.6.0",