Skip to content

Commit

Permalink
chore(deps): update remark
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 9, 2024
1 parent 5442caa commit 9ad145b
Show file tree
Hide file tree
Showing 6 changed files with 554 additions and 541 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"remark-lint-chicago-heading": "workspace:*",
"remark-lint-no-dot-at-end-of-heading": "workspace:*",
"remark-lint-no-full-bold-heading": "workspace:*",
"remark-lint-no-multiple-toplevel-headings": "3.1.2",
"remark-preset-lint-consistent": "5.1.2",
"remark-preset-lint-markdown-style-guide": "5.1.3",
"remark-preset-lint-recommended": "6.1.3",
"remark-lint-no-multiple-toplevel-headings": "4.0.0",
"remark-preset-lint-consistent": "6.0.0",
"remark-preset-lint-markdown-style-guide": "6.0.0",
"remark-preset-lint-recommended": "7.0.0",
"remark-preset-prettier": "2.0.1",
"typescript": "5.4.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/blog-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"js-yaml": "4.1.0",
"remark-frontmatter": "5.0.0",
"remark-mdx": "2.3.0",
"remark-parse": "10.0.2",
"remark-parse": "11.0.0",
"remark-parse-frontmatter": "1.0.3",
"remark-stringify": "10.0.3",
"remark-stringify": "11.0.0",
"to-vfile": "7.2.4",
"tsup": "8.0.2",
"typescript": "5.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-lint-chicago-heading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"hast-util-to-string": "^3.0.0",
"title": "^3.5.3",
"unified": "^11.0.0",
"unified-lint-rule": "^2.0.0",
"unified-lint-rule": "^3.0.0",
"unist-util-generated": "^3.0.0",
"unist-util-visit": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-lint-no-dot-at-end-of-heading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"hast-util-to-string": "^3.0.0",
"unified": "^11.0.0",
"unified-lint-rule": "^2.0.0",
"unified-lint-rule": "^3.0.0",
"unist-util-generated": "^3.0.0",
"unist-util-visit": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-lint-no-full-bold-heading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"hast-util-to-string": "^3.0.0",
"unified": "^11.0.0",
"unified-lint-rule": "^2.0.0",
"unified-lint-rule": "^3.0.0",
"unist-util-generated": "^3.0.0",
"unist-util-visit": "^5.0.0"
},
Expand Down
Loading

0 comments on commit 9ad145b

Please sign in to comment.