Update dependencies: markdown-it to 8.3.1, eslint to 3.18.0, uglify-js to 2.8.13.

This commit is contained in:
David Anson 2017-03-18 19:57:27 -07:00
parent 31c252a55c
commit a8a7d19d36
2 changed files with 5 additions and 3 deletions

View file

@ -73,6 +73,7 @@
"no-case-declarations": "error", "no-case-declarations": "error",
"no-catch-shadow": "error", "no-catch-shadow": "error",
"no-class-assign": "error", "no-class-assign": "error",
"no-compare-neg-zero": "error",
"no-cond-assign": "error", "no-cond-assign": "error",
"no-confusing-arrow": "error", "no-confusing-arrow": "error",
"no-console": "error", "no-console": "error",
@ -198,6 +199,7 @@
"no-warning-comments": "error", "no-warning-comments": "error",
"no-whitespace-before-property": "error", "no-whitespace-before-property": "error",
"no-with": "error", "no-with": "error",
"nonblock-statement-body-position": "error",
"object-curly-newline": "off", "object-curly-newline": "off",
"object-curly-spacing": ["error", "always"], "object-curly-spacing": ["error", "always"],
"object-property-newline": "error", "object-property-newline": "error",

View file

@ -23,19 +23,19 @@
"example": "cd example && node standalone.js && grunt markdownlint --force && gulp markdownlint" "example": "cd example && node standalone.js && grunt markdownlint --force && gulp markdownlint"
}, },
"dependencies": { "dependencies": {
"markdown-it": "^8.3.0" "markdown-it": "^8.3.1"
}, },
"devDependencies": { "devDependencies": {
"browserify": "^14.1.0", "browserify": "^14.1.0",
"cpy-cli": "^1.0.1", "cpy-cli": "^1.0.1",
"eslint": "^3.16.1", "eslint": "^3.18.0",
"glob": "^7.1.1", "glob": "^7.1.1",
"istanbul": "^0.4.5", "istanbul": "^0.4.5",
"nodeunit": "^0.11.0", "nodeunit": "^0.11.0",
"q": "^1.4.1", "q": "^1.4.1",
"rimraf": "^2.6.1", "rimraf": "^2.6.1",
"tv4": "^1.2.7", "tv4": "^1.2.7",
"uglify-js": "^2.8.5" "uglify-js": "^2.8.13"
}, },
"keywords": [ "keywords": [
"markdown", "markdown",