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 792dcb6fb..486cc461d 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.13.2", - "astro": "^5.5.5" + "@astrojs/markdoc": "^0.13.3", + "astro": "^5.5.6" } } |