diff options
Diffstat (limited to 'examples/with-markdoc/package.json')
-rw-r--r-- | examples/with-markdoc/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 6c6d7bc72..9e2ad6967 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^1.0.0-beta.1", - "astro": "^4.0.0-beta.7" + "@astrojs/markdoc": "^0.8.0", + "astro": "^4.0.0" } } |