summaryrefslogtreecommitdiff
path: root/examples/with-markdown
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/with-markdown-plugins/package.json4
-rw-r--r--examples/with-markdown-shiki/package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index a8566d078..17c466304 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/markdown-remark": "^4.0.0-beta.0",
- "astro": "^4.0.0-beta.7",
+ "@astrojs/markdown-remark": "^4.0.0",
+ "astro": "^4.0.0",
"hast-util-select": "^6.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index 6f4cb2471..ed520d0c4 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.0.0-beta.7"
+ "astro": "^4.0.0"
}
}