diff options
Diffstat (limited to 'examples/with-markdown/package.json')
-rw-r--r-- | examples/with-markdown/package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 1e471bb1e..3907b967d 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,12 +9,12 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/markdown-remark": "^0.10.1", - "@astrojs/preact": "^0.1.2", - "@astrojs/react": "^0.1.2", - "@astrojs/svelte": "^0.1.3", - "@astrojs/vue": "^0.1.4", - "astro": "^1.0.0-beta.37" + "@astrojs/markdown-remark": "^0.10.2", + "@astrojs/preact": "^0.1.3", + "@astrojs/react": "^0.1.3", + "@astrojs/svelte": "^0.1.4", + "@astrojs/vue": "^0.1.5", + "astro": "^1.0.0-beta.38" }, "dependencies": { "preact": "^10.7.2", |