diff options
Diffstat (limited to 'examples/with-markdown')
-rw-r--r-- | examples/with-markdown/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index fde7e444e..aaafc221a 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -11,10 +11,10 @@ "devDependencies": { "@astrojs/markdown-remark": "^0.9.4", "@astrojs/preact": "^0.1.2", - "@astrojs/react": "^0.1.1", - "@astrojs/svelte": "^0.1.2", - "@astrojs/vue": "^0.1.3", - "astro": "^1.0.0-beta.27" + "@astrojs/react": "^0.1.2", + "@astrojs/svelte": "^0.1.3", + "@astrojs/vue": "^0.1.4", + "astro": "^1.0.0-beta.28" }, "dependencies": { "preact": "^10.7.2", |