Update dependencies
This commit is contained in:
parent
513ebd807c
commit
df5eec7264
18
package.json
18
package.json
|
@ -88,41 +88,41 @@
|
||||||
"atom": ">=1.6.0 <2.0.0"
|
"atom": ">=1.6.0 <2.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"analytics-node": "^1.2.2",
|
"analytics-node": "^2.1.0",
|
||||||
"async": "^1.2.1",
|
"async": "^1.2.1",
|
||||||
"atom-message-panel": "^1.2.4",
|
"atom-message-panel": "^1.2.4",
|
||||||
"atom-space-pen-views": "^2.0.5",
|
"atom-space-pen-views": "^2.0.5",
|
||||||
"bluebird": "^2.9.30",
|
"bluebird": "^3.3.5",
|
||||||
"coffee-fmt": "0.11.0",
|
"coffee-fmt": "^0.12.0",
|
||||||
"coffee-formatter": "^0.1.2",
|
"coffee-formatter": "^0.1.2",
|
||||||
"coffee-script": "^1.10.0",
|
"coffee-script": "^1.10.0",
|
||||||
"csscomb": "^3.1.7",
|
"csscomb": "^3.1.7",
|
||||||
"diff": "^2.1.0",
|
"diff": "^2.1.0",
|
||||||
"editorconfig": "^0.12.2",
|
"editorconfig": "^0.13.2",
|
||||||
"event-kit": "^1.4.1",
|
"event-kit": "^2.0.0",
|
||||||
"expand-home-dir": "0.0.3",
|
"expand-home-dir": "0.0.3",
|
||||||
"extend": "^3.0.0",
|
"extend": "^3.0.0",
|
||||||
"gherkin": "2.12.2",
|
"gherkin": "2.12.2",
|
||||||
"handlebars": "^4.0.2",
|
"handlebars": "^4.0.2",
|
||||||
"js-beautify": "^1.6.2",
|
"js-beautify": "^1.6.2",
|
||||||
"jscs": "^2.1.1",
|
"jscs": "^3.0.3",
|
||||||
"lodash": "^4.8.2",
|
"lodash": "^4.8.2",
|
||||||
"loophole": "^1.0.0",
|
"loophole": "^1.0.0",
|
||||||
"node-dir": "^0.1.8",
|
"node-dir": "^0.1.8",
|
||||||
"node-uuid": "^1.4.3",
|
"node-uuid": "^1.4.3",
|
||||||
"prettydiff": "^1.16.27",
|
"prettydiff": "^1.16.27",
|
||||||
"pug-beautify": "^0.1.1",
|
"pug-beautify": "^0.1.1",
|
||||||
"remark": "^3.2.2",
|
"remark": "^4.2.2",
|
||||||
"season": "^5.3.0",
|
"season": "^5.3.0",
|
||||||
"space-pen": "^5.1.1",
|
"space-pen": "^5.1.1",
|
||||||
"strip-json-comments": "^1.0.2",
|
"strip-json-comments": "^2.0.1",
|
||||||
"temp": "^0.8.3",
|
"temp": "^0.8.3",
|
||||||
"tidy-markdown": "^2.0.1",
|
"tidy-markdown": "^2.0.1",
|
||||||
"typescript": "^1.8.10",
|
"typescript": "^1.8.10",
|
||||||
"typescript-formatter": "^2.1.0",
|
"typescript-formatter": "^2.1.0",
|
||||||
"underscore-plus": "^1.6.6",
|
"underscore-plus": "^1.6.6",
|
||||||
"which": "^1.1.1",
|
"which": "^1.1.1",
|
||||||
"winston": "^1.0.0",
|
"winston": "^2.2.0",
|
||||||
"yaml-front-matter": "^3.2.3"
|
"yaml-front-matter": "^3.2.3"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
|
|
Loading…
Reference in New Issue