From 6b13401cfeff3123399497c653c61633524da686 Mon Sep 17 00:00:00 2001 From: niftylettuce Date: Wed, 31 Oct 2018 16:31:30 -0500 Subject: [PATCH] chore: version bump of remark-preset-github --- package.json | 2 +- yarn.lock | 23 ++++++----------------- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index cd08e8d..becf721 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "lint-staged": "^8.0.4", "nyc": "^13.1.0", "remark-cli": "^6.0.0", - "remark-preset-github": "^0.0.12", + "remark-preset-github": "^0.0.13", "xo": "^0.23.0" }, "engines": { diff --git a/yarn.lock b/yarn.lock index 5877194..0a3824c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6350,18 +6350,7 @@ remark-lint-list-item-bullet-indent@^1.0.0: unist-util-position "^3.0.0" unist-util-visit "^1.1.1" -remark-lint-list-item-indent@1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/remark-lint-list-item-indent/-/remark-lint-list-item-indent-1.0.2.tgz#f8208f333a25bbaafdeda707e73523d6bb0f90cf" - integrity sha512-ogCCrO8nyuM/0k1bo+O7Ww0S08XxHA9sHh5VdhLwffCTCyOPDoxL1zWCIrAgzPBFZkgjXDQHsOxeUBi5I1ZFcA== - dependencies: - plur "^3.0.0" - unified-lint-rule "^1.0.0" - unist-util-generated "^1.1.0" - unist-util-position "^3.0.0" - unist-util-visit "^1.1.1" - -remark-lint-list-item-indent@^1.0.0: +remark-lint-list-item-indent@1.0.3, remark-lint-list-item-indent@^1.0.0: version "1.0.3" resolved "https://registry.yarnpkg.com/remark-lint-list-item-indent/-/remark-lint-list-item-indent-1.0.3.tgz#93dac0cc312ee8dd9c8a0749b44b17b95b765f53" integrity sha512-/IcVUPIxQ2X/oCKzqiAtH85CS8An3xQbcMD0DRBHZjBrIUO0Ot7lBiQedSHwCg9lnh7pDOTvHrmNS3FaWjVQqw== @@ -6715,10 +6704,10 @@ remark-parse@^6.0.0: vfile-location "^2.0.0" xtend "^4.0.1" -remark-preset-github@^0.0.12: - version "0.0.12" - resolved "https://registry.yarnpkg.com/remark-preset-github/-/remark-preset-github-0.0.12.tgz#4ceb3cc085be5e1e1331702438f953ec1676cb29" - integrity sha512-e0kGQOCnMsFgmsBZVjCOG+zbds/Skj/HGqYTS4yBR/Kf0tiet61O+NdnjcusDU0NTED7RhO2ENCqu80rgPlohw== +remark-preset-github@^0.0.13: + version "0.0.13" + resolved "https://registry.yarnpkg.com/remark-preset-github/-/remark-preset-github-0.0.13.tgz#9ab58ecf794fb9191823de7a764b2d32694d274d" + integrity sha512-D4K53JEOThvvYZ3YgP4DMMUbUpFBSEEShkt5XwobSRPb5gAPYML9PL/Aj3N3IKoayEbcHtPeCb0+5sQmSvbowg== dependencies: remark-comment-config "^5.0.2" remark-contributors "^3.1.0" @@ -6738,7 +6727,7 @@ remark-preset-github@^0.0.12: remark-lint-final-definition "^1.0.2" remark-lint-first-heading-level "^1.1.2" remark-lint-heading-style "^1.0.2" - remark-lint-list-item-indent "1.0.2" + remark-lint-list-item-indent "1.0.3" remark-lint-no-consecutive-blank-lines "^1.0.2" remark-lint-no-duplicate-definitions "^1.0.2" remark-lint-no-emphasis-as-heading "^1.0.2"