diff options
author | 2022-05-31 13:40:19 -0400 | |
---|---|---|
committer | 2022-05-31 13:40:19 -0400 | |
commit | b2f955ec1badf4d61feba9d87e512ced2b3bbcda (patch) | |
tree | 79b57183f74501fa7296a0b0f6868f8c9bb748d6 /examples/with-markdown/package.json | |
parent | 9a31e6f1d500219881ae1c79f4d6fef2809ef247 (diff) | |
download | astro-504940f66f4103ce5a2acf9fd95396aad93850fb.tar.gz astro-504940f66f4103ce5a2acf9fd95396aad93850fb.tar.zst astro-504940f66f4103ce5a2acf9fd95396aad93850fb.zip |
[ci] release (#3485)astro@1.0.0-beta.38@astrojs/vue@0.1.5@astrojs/svelte@0.1.4@astrojs/solid-js@0.1.3@astrojs/react@0.1.3@astrojs/preact@0.1.3@astrojs/markdown-remark@0.10.2@astrojs/lit@0.1.4@astrojs/deno@0.1.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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", |