diff --git a/.markdownlint.yml b/.markdownlint.yml index 7bbf1358820..975106df0fd 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -17,4 +17,5 @@ MD030: false # Spaces after list markers MD033: false # Allow inline HTML MD034: false # Bare URL used MD040: false # Fenced code blocks should have a language specified -MD041: false # First line in file should be a top level header \ No newline at end of file +MD041: false # First line in file should be a top level header +MD046: false # Code block style diff --git a/docs/rules/generator-star-spacing.md b/docs/rules/generator-star-spacing.md index 95af6de8097..00a9ada9194 100644 --- a/docs/rules/generator-star-spacing.md +++ b/docs/rules/generator-star-spacing.md @@ -204,4 +204,4 @@ If your project will not be using generators or you are not concerned with spaci ## Further Reading -* [Understanding ES6: Generators](https://leanpub.com/understandinges6/read/#leanpub-auto-generators) \ No newline at end of file +* [Understanding ES6: Generators](https://leanpub.com/understandinges6/read/#leanpub-auto-generators) diff --git a/docs/rules/no-trailing-spaces.md b/docs/rules/no-trailing-spaces.md index 050e93c3953..e0724b7a40a 100644 --- a/docs/rules/no-trailing-spaces.md +++ b/docs/rules/no-trailing-spaces.md @@ -60,4 +60,4 @@ Examples of **correct** code for this rule with the `{ "ignoreComments": true }` *•• *•bar */ -``` \ No newline at end of file +``` diff --git a/package.json b/package.json index 8a25f1a6e6a..a1c3aa0d595 100644 --- a/package.json +++ b/package.json @@ -57,12 +57,12 @@ "esutils": "^2.0.2", "file-entry-cache": "^5.0.1", "functional-red-black-tree": "^1.0.1", - "glob-parent": "^3.1.0", + "glob-parent": "^5.0.0", "globals": "^11.7.0", "ignore": "^4.0.6", "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", - "inquirer": "^6.2.2", + "inquirer": "^6.4.1", "is-glob": "^4.0.0", "js-yaml": "^3.13.1", "json-stable-stringify-without-jsonify": "^1.0.1", @@ -74,9 +74,9 @@ "optionator": "^0.8.2", "progress": "^2.0.0", "regexpp": "^2.0.1", - "semver": "^5.5.1", - "strip-ansi": "^4.0.0", - "strip-json-comments": "^2.0.1", + "semver": "^6.1.2", + "strip-ansi": "^5.2.0", + "strip-json-comments": "^3.0.1", "table": "^5.2.3", "text-table": "^0.2.0" }, @@ -109,22 +109,22 @@ "leche": "^2.2.3", "lint-staged": "^8.1.5", "load-perf": "^0.2.0", - "markdownlint": "^0.13.0", - "markdownlint-cli": "^0.15.0", - "metro-memory-fs": "^0.53.1", + "markdownlint": "^0.15.0", + "markdownlint-cli": "^0.17.0", + "metro-memory-fs": "^0.54.1", "mocha": "^6.1.2", "mocha-junit-reporter": "^1.23.0", "npm-license": "^0.3.3", - "nyc": "^13.3.0", + "nyc": "^14.1.1", "proxyquire": "^2.0.1", - "puppeteer": "^1.14.0", - "recast": "^0.17.6", + "puppeteer": "^1.18.0", + "recast": "^0.18.1", "regenerator-runtime": "^0.13.2", "shelljs": "^0.8.2", "sinon": "^7.3.2", "temp": "^0.9.0", - "webpack": "^4.29.6", - "webpack-cli": "^3.3.0", + "webpack": "^4.35.0", + "webpack-cli": "^3.3.5", "yorkie": "^2.0.0" }, "keywords": [