diff options
author | 2022-07-13 14:16:24 -0700 | |
---|---|---|
committer | 2022-07-13 17:16:24 -0400 | |
commit | 056d4d5fd2a8e35bcb8dbcf4b408cecd7387f6e4 (patch) | |
tree | 82c2ef8dc3bd7938bd5b6f2ee83309b1fc69602f /examples/blog-multiple-authors | |
parent | b48767985359bd359df8071324952ea5f2bc0d86 (diff) | |
download | astro-056d4d5fd2a8e35bcb8dbcf4b408cecd7387f6e4.tar.gz astro-056d4d5fd2a8e35bcb8dbcf4b408cecd7387f6e4.tar.zst astro-056d4d5fd2a8e35bcb8dbcf4b408cecd7387f6e4.zip |
[ci] release (#3903)create-astro@0.14.0astro@1.0.0-beta.70@astrojs/vue@0.4.0@astrojs/telemetry@0.4.0@astrojs/svelte@0.4.0@astrojs/solid-js@0.4.0@astrojs/rss@0.2.1@astrojs/react@0.4.0@astrojs/prism@0.6.0@astrojs/preact@0.5.0@astrojs/mdx@0.2.0@astrojs/markdown-remark@0.11.6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog-multiple-authors')
-rw-r--r-- | examples/blog-multiple-authors/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 238c6dfc5..3506f2357 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.4.1", - "astro": "^1.0.0-beta.69", + "@astrojs/preact": "^0.5.0", + "astro": "^1.0.0-beta.70", "sass": "^1.52.2" }, "dependencies": { |