summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc
diff options
context:
space:
mode:
authorGravatar Erika <3019731+Princesseuh@users.noreply.github.com> 2024-12-03 13:07:55 +0100
committerGravatar GitHub <noreply@github.com> 2024-12-03 13:07:55 +0100
commit4f2fd0a0d67a748af8b611b9afc7d4c789f7c8cc (patch)
tree4d6e65ae9ee16c218c8a980e3199d5d25f9cb211 /packages/integrations/markdoc
parent2453caccd21bed35f5ba92d652ecfba0ff93abda (diff)
downloadastro-4f2fd0a0d67a748af8b611b9afc7d4c789f7c8cc.tar.gz
astro-4f2fd0a0d67a748af8b611b9afc7d4c789f7c8cc.tar.zst
astro-4f2fd0a0d67a748af8b611b9afc7d4c789f7c8cc.zip
fix: cleanup peer deps ranges (#12594)
Diffstat (limited to 'packages/integrations/markdoc')
-rw-r--r--packages/integrations/markdoc/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index cd2b4c330..c84c97a6a 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -71,7 +71,7 @@
"htmlparser2": "^9.1.0"
},
"peerDependencies": {
- "astro": "^5.0.0-alpha.0"
+ "astro": "^5.0.0"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",