From 45fa44680fec7a4ff6722b66a71f1ad19cb5b7d4 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Thu, 15 Jun 2017 23:35:03 -0300 Subject: [PATCH] Update dependencies --- package.json | 61 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 37 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index 81b8625..f395f46 100644 --- a/package.json +++ b/package.json @@ -149,33 +149,33 @@ }, "dependencies": { "align-yaml": "^0.1.8", - "async": "^2.0.1", - "atom-message-panel": "^1.2.4", - "atom-space-pen-views": "^2.0.5", - "bluebird": "^3.4.3", + "async": "^2.4.1", + "atom-message-panel": "^1.3.0", + "atom-space-pen-views": "^2.2.0", + "bluebird": "^3.5.0", "coffee-fmt": "^0.12.0", "coffee-formatter": "^0.1.2", - "coffee-script": "^1.11.0", - "csscomb": "^4.0.1", - "diff": "3.0.0", + "coffee-script": "^1.12.6", + "csscomb": "^4.2.0", + "diff": "^3.2.0", "editorconfig": "^0.13.2", - "eslint": "^3.13.1", - "event-kit": "^2.1.0", + "eslint": "^4.0.0", + "event-kit": "^2.3.0", "expand-home-dir": "0.0.3", - "extend": "^3.0.0", - "gherkin": "2.12.2", - "handlebars": "^4.0.2", - "js-beautify": "^1.6.3", + "extend": "^3.0.1", + "gherkin": "^2.12.2", + "handlebars": "^4.0.10", + "js-beautify": "^1.6.14", "jscs": "^3.0.7", - "lodash": "^4.14.2", - "loophole": "^1.0.0", - "marko-prettyprint": "^1.3.5", - "nginxbeautify": "^2.0.0", - "node-cljfmt": "^0.5.3-1", - "node-dir": "^0.1.16", - "node-uuid": "^1.4.3", + "lodash": "^4.17.4", + "loophole": "^1.1.0", + "marko-prettyprint": "^1.3.6", + "nginxbeautify": "^2.0.1", + "node-cljfmt": "0.5.3", + "node-dir": "0.1.17", + "node-uuid": "1.4.8", "open": "0.0.5", - "prettydiff": "^1.16.27", + "prettydiff": "99.0.1", "pug-beautify": "^0.1.1", "remark": "^6.0.1", "season": "^5.3.0", @@ -399,8 +399,7 @@ "align-yaml" ], "devDependencies": { - "coffeelint": "^1.10.1", - "handlebars": "^4.0.2" + "coffeelint": "^1.10.1" }, "scripts": { "build-options": "node script/build-options.js", @@ -409,5 +408,19 @@ "lint": "coffeelint src/ spec/", "code-docs": "codo && open docs/code/index.html", "test": "atom --test spec" + }, + "config": { + "next-update": { + "skip": [ + "gherkin", + "expand-home-dir" + ] + } + }, + "greenkeeper": { + "ignore": [ + "gherkin", + "expand-home-dir" + ] } -} \ No newline at end of file +}