Skip to content

Commit

Permalink
chore: version bump of remark-preset-github
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Oct 31, 2018
1 parent c0ed101 commit 6b13401
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
23 changes: 6 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 6b13401

Please sign in to comment.