diff options
Diffstat (limited to 'examples/with-markdoc')
-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 f31392840..caa731705 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.0.5", - "astro": "^2.1.7", + "@astrojs/markdoc": "^0.1.0", + "astro": "^2.1.8", "kleur": "^4.1.5" } } |