diff options
author | 2022-08-25 14:27:35 -0700 | |
---|---|---|
committer | 2022-08-25 17:27:35 -0400 | |
commit | 7960fb80a15116ceb3fbf048fcdfdc4873a3af56 (patch) | |
tree | d3cccf8a3a7f4ae3dfb4205fda8cdc894a872897 /examples/blog | |
parent | 4faee5afed04a12499f56cf74b06c362ec584da9 (diff) | |
download | astro-7960fb80a15116ceb3fbf048fcdfdc4873a3af56.tar.gz astro-7960fb80a15116ceb3fbf048fcdfdc4873a3af56.tar.zst astro-7960fb80a15116ceb3fbf048fcdfdc4873a3af56.zip |
[ci] release (next) (#4480)create-astro@1.0.1-next.0astro@1.1.0-next.0@astrojs/react@1.1.0-next.0@astrojs/mdx@0.10.2-next.0@astrojs/markdown-remark@1.1.0-next.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index db2ff84c8..a4509012c 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/mdx": "^0.10.1", + "@astrojs/mdx": "^0.10.2-next.0", "@astrojs/rss": "^1.0.0", "@astrojs/sitemap": "^1.0.0", - "astro": "^1.0.9" + "astro": "^1.1.0-next.0" } } |