diff options
Diffstat (limited to 'examples/with-markdown/package.json')
-rw-r--r-- | examples/with-markdown/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 3d7a61e2a..6093cbbed 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -10,11 +10,11 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.7.0-next.0", - "@astrojs/preact": "^0.0.1", - "@astrojs/react": "^0.0.1", - "@astrojs/svelte": "^0.0.1", - "@astrojs/vue": "^0.0.1", - "astro": "^0.25.0-next.1" + "@astrojs/preact": "^0.0.2-next.0", + "@astrojs/react": "^0.0.2-next.0", + "@astrojs/svelte": "^0.0.2-next.0", + "@astrojs/vue": "^0.0.2-next.0", + "astro": "^0.25.0-next.2" }, "dependencies": { "preact": "^10.6.6", |