Update dependencies

This commit is contained in:
Glavin Wiechert 2017-06-15 23:35:03 -03:00
parent d3d4dccf47
commit 45fa44680f
1 changed files with 37 additions and 24 deletions

View File

@ -149,33 +149,33 @@
}, },
"dependencies": { "dependencies": {
"align-yaml": "^0.1.8", "align-yaml": "^0.1.8",
"async": "^2.0.1", "async": "^2.4.1",
"atom-message-panel": "^1.2.4", "atom-message-panel": "^1.3.0",
"atom-space-pen-views": "^2.0.5", "atom-space-pen-views": "^2.2.0",
"bluebird": "^3.4.3", "bluebird": "^3.5.0",
"coffee-fmt": "^0.12.0", "coffee-fmt": "^0.12.0",
"coffee-formatter": "^0.1.2", "coffee-formatter": "^0.1.2",
"coffee-script": "^1.11.0", "coffee-script": "^1.12.6",
"csscomb": "^4.0.1", "csscomb": "^4.2.0",
"diff": "3.0.0", "diff": "^3.2.0",
"editorconfig": "^0.13.2", "editorconfig": "^0.13.2",
"eslint": "^3.13.1", "eslint": "^4.0.0",
"event-kit": "^2.1.0", "event-kit": "^2.3.0",
"expand-home-dir": "0.0.3", "expand-home-dir": "0.0.3",
"extend": "^3.0.0", "extend": "^3.0.1",
"gherkin": "2.12.2", "gherkin": "^2.12.2",
"handlebars": "^4.0.2", "handlebars": "^4.0.10",
"js-beautify": "^1.6.3", "js-beautify": "^1.6.14",
"jscs": "^3.0.7", "jscs": "^3.0.7",
"lodash": "^4.14.2", "lodash": "^4.17.4",
"loophole": "^1.0.0", "loophole": "^1.1.0",
"marko-prettyprint": "^1.3.5", "marko-prettyprint": "^1.3.6",
"nginxbeautify": "^2.0.0", "nginxbeautify": "^2.0.1",
"node-cljfmt": "^0.5.3-1", "node-cljfmt": "0.5.3",
"node-dir": "^0.1.16", "node-dir": "0.1.17",
"node-uuid": "^1.4.3", "node-uuid": "1.4.8",
"open": "0.0.5", "open": "0.0.5",
"prettydiff": "^1.16.27", "prettydiff": "99.0.1",
"pug-beautify": "^0.1.1", "pug-beautify": "^0.1.1",
"remark": "^6.0.1", "remark": "^6.0.1",
"season": "^5.3.0", "season": "^5.3.0",
@ -399,8 +399,7 @@
"align-yaml" "align-yaml"
], ],
"devDependencies": { "devDependencies": {
"coffeelint": "^1.10.1", "coffeelint": "^1.10.1"
"handlebars": "^4.0.2"
}, },
"scripts": { "scripts": {
"build-options": "node script/build-options.js", "build-options": "node script/build-options.js",
@ -409,5 +408,19 @@
"lint": "coffeelint src/ spec/", "lint": "coffeelint src/ spec/",
"code-docs": "codo && open docs/code/index.html", "code-docs": "codo && open docs/code/index.html",
"test": "atom --test spec" "test": "atom --test spec"
},
"config": {
"next-update": {
"skip": [
"gherkin",
"expand-home-dir"
]
}
},
"greenkeeper": {
"ignore": [
"gherkin",
"expand-home-dir"
]
} }
} }