summaryrefslogtreecommitdiff
path: root/examples/with-markdoc/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-markdoc/package.json')
-rw-r--r--examples/with-markdoc/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index 1af3bc63c..23a78a6ac 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/markdoc": "^0.11.3",
- "astro": "^4.14.2"
+ "@astrojs/markdoc": "^1.0.0-alpha.0",
+ "astro": "^5.0.0-alpha.0"
}
}