diff options
Diffstat (limited to 'examples/with-markdoc/package.json')
-rw-r--r-- | examples/with-markdoc/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 3203a6390..7db09ea88 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.12.0-beta.0", - "astro": "^5.0.0-beta.10" + "astro": "^5.0.0-beta.11" } } |