Skip to content

Commit

Permalink
⬆️ update some markdown libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhomer committed Dec 29, 2023
1 parent c2e7f99 commit 09b8804
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 48 deletions.
2 changes: 1 addition & 1 deletion packages/garden/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@garden/types": "workspace:0.0.1",
"compromise": "^14.8.0",
"gray-matter": "^4.0.3",
"mdast-util-to-string": "^3.1.0",
"mdast-util-to-string": "^3.2.0",
"pino": "^8.17.2",
"remark-rehype": "^10.1.0",
"remark-wiki-link": "^1.0.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@
"@babel/preset-typescript": "^7.23.3",
"@garden/core": "workspace:0.0.1",
"@types/jest": "^29.5.11",
"hastscript": "^7.1.0",
"hastscript": "^7.2.0",
"jest": "^29.7.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-highlight": "^6.0.0",
"rehype-slug": "^5.1.0",
"rehype-stringify": "^9.0.3",
"rehype-stringify": "^9.0.4",
"remark-directive": "^2.0.1",
"remark-emoji": "^3.0.2",
"remark-gfm": "^3.0.1",
"remark-rehype": "^10.1.0",
"remark-wiki-link": "^1.0.4",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.1"
"unist-util-visit": "^4.1.2"
},
"devDependencies": {
"@types/mdast": "^3.0.15",
"@types/unist": "^2.0.10",
"remark": "^14.0.2",
"remark-parse": "^10.0.1",
"remark": "^14.0.3",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"typescript": "^5.3.3"
}
Expand Down
76 changes: 34 additions & 42 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 09b8804

Please sign in to comment.