Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@astrojs/rss": "^4.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@markdoc/markdoc": "^0.4.0",
"@markdoc/markdoc": "^0.5.0",
"@tailwindcss/typography": "^0.5.9",
"astro": "^5.15.6",
"astro-markdoc-renderer": "0.0.1-alpha.1",
Expand Down
20 changes: 15 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -663,23 +663,26 @@ __metadata:
languageName: node
linkType: hard

"@markdoc/markdoc@npm:^0.4.0":
version: 0.4.0
resolution: "@markdoc/markdoc@npm:0.4.0"
"@markdoc/markdoc@npm:^0.5.0":
version: 0.5.7
resolution: "@markdoc/markdoc@npm:0.5.7"
dependencies:
"@types/linkify-it": "npm:^3.0.1"
"@types/markdown-it": "npm:12.2.3"
peerDependencies:
"@types/react": "*"
react: "*"
dependenciesMeta:
"@types/linkify-it":
optional: true
"@types/markdown-it":
optional: true
peerDependenciesMeta:
"@types/react":
optional: true
react:
optional: true
checksum: 10/e9a1a3c0b8821a134cd5eb2ce60f5e25bcc67eb0cd74e45b3a6c5e3e546d22d6ee04e0d127d95f5885f0ae3f7631935aa1bc1871e248ad309a147cf7dad6259f
checksum: 10/972286dc9036bc13e29fc58fef108dd9129be5459b6a317aa51292acfe88e5f83739b4e1fab41758d25ad4f95299be08dbe63e2e55b26a4b7e083b478eb04ee4
languageName: node
linkType: hard

Expand Down Expand Up @@ -1147,6 +1150,13 @@ __metadata:
languageName: node
linkType: hard

"@types/linkify-it@npm:^3.0.1":
version: 3.0.5
resolution: "@types/linkify-it@npm:3.0.5"
checksum: 10/fac28f41a6e576282300a459d70ea0d33aab70dbb77c3d09582bb0335bb00d862b6de69585792a4d590aae4173fbab0bf28861e2d90ca7b2b1439b52688e9ff6
languageName: node
linkType: hard

"@types/markdown-it@npm:12.2.3":
version: 12.2.3
resolution: "@types/markdown-it@npm:12.2.3"
Expand Down Expand Up @@ -1535,7 +1545,7 @@ __metadata:
"@astrojs/rss": "npm:^4.0.0"
"@astrojs/sitemap": "npm:^3.0.0"
"@astrojs/tailwind": "npm:^5.0.0"
"@markdoc/markdoc": "npm:^0.4.0"
"@markdoc/markdoc": "npm:^0.5.0"
"@tailwindcss/typography": "npm:^0.5.9"
astro: "npm:^5.15.6"
astro-markdoc-renderer: "npm:0.0.1-alpha.1"
Expand Down
Loading