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 7c509dc2b..006171107 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -10,11 +10,11 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.8.1", - "@astrojs/preact": "^0.0.2", + "@astrojs/preact": "^0.1.0", "@astrojs/react": "^0.1.0", - "@astrojs/svelte": "^0.0.2", - "@astrojs/vue": "^0.0.2", - "astro": "^1.0.0-beta.5" + "@astrojs/svelte": "^0.1.0", + "@astrojs/vue": "^0.1.0", + "astro": "^1.0.0-beta.6" }, "dependencies": { "preact": "^10.7.1", |