From 9ff167c01ffeaef9608a8da839dc2b2c4bf8510f Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Tue, 7 Mar 2023 14:18:15 -0500 Subject: [PATCH] chore: bump with-markdoc integration version --- examples/with-markdoc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 694ad40ad..bf55b04bf 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.0.0", + "@astrojs/markdoc": "^0.0.1", "astro": "^2.0.6" } }