Merge pull request #2020 from szeck87/nonbeautifier-dep-updates
Nonbeautifier dep updates
This commit is contained in:
commit
e8afb23ae0
32
package.json
32
package.json
|
@ -157,27 +157,27 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"align-yaml": "^0.1.8",
|
||||
"async": "^2.4.1",
|
||||
"async": "^2.6.0",
|
||||
"atom-message-panel": "^1.3.0",
|
||||
"atom-space-pen-views": "^2.2.0",
|
||||
"bluebird": "^3.5.0",
|
||||
"bluebird": "^3.5.1",
|
||||
"coffee-fmt": "^0.12.0",
|
||||
"coffee-formatter": "^0.1.2",
|
||||
"coffee-script": "^1.12.6",
|
||||
"csscomb": "^4.2.0",
|
||||
"diff": "^3.2.0",
|
||||
"editorconfig": "^0.13.2",
|
||||
"eslint": "^4.0.0",
|
||||
"event-kit": "^2.3.0",
|
||||
"diff": "^3.4.0",
|
||||
"editorconfig": "^0.15.0",
|
||||
"eslint": "^4.16.0",
|
||||
"event-kit": "^2.4.0",
|
||||
"expand-home-dir": "0.0.3",
|
||||
"extend": "^3.0.1",
|
||||
"gherkin": "^2.12.2",
|
||||
"handlebars": "^4.0.10",
|
||||
"js-beautify": "^1.6.14",
|
||||
"handlebars": "^4.0.11",
|
||||
"js-beautify": "^1.7.5",
|
||||
"jscs": "^3.0.7",
|
||||
"lodash": "^4.17.4",
|
||||
"loophole": "^1.1.0",
|
||||
"marko-prettyprint": "^1.3.6",
|
||||
"marko-prettyprint": "^1.4.0",
|
||||
"nginxbeautify": "^2.0.1",
|
||||
"node-cljfmt": "0.5.3",
|
||||
"node-dir": "0.1.17",
|
||||
|
@ -186,19 +186,19 @@
|
|||
"prettydiff2": "^2.2.7",
|
||||
"pug-beautify": "^0.1.1",
|
||||
"remark": "6.0.1",
|
||||
"season": "6.0.0",
|
||||
"semver": "^5.3.0",
|
||||
"season": "^6.0.2",
|
||||
"semver": "^5.5.0",
|
||||
"shell-env": "^0.3.0",
|
||||
"space-pen": "5.1.2",
|
||||
"strip-json-comments": "^2.0.1",
|
||||
"temp": "^0.8.3",
|
||||
"tidy-markdown": "2.0.3",
|
||||
"typescript": "2.4.1",
|
||||
"tidy-markdown": "2.0.4",
|
||||
"typescript": "^2.6.2",
|
||||
"typescript-formatter": "^7.0.0",
|
||||
"underscore-plus": "^1.6.6",
|
||||
"universal-analytics": "0.4.13",
|
||||
"which": "1.2.14",
|
||||
"winston": "2.3.1",
|
||||
"universal-analytics": "^0.4.16",
|
||||
"which": "^1.3.0",
|
||||
"winston": "^2.4.0",
|
||||
"yaml-front-matter": "3.4.0"
|
||||
},
|
||||
"activationHooks": [
|
||||
|
|
Loading…
Reference in New Issue