diff options
author | 2022-08-05 21:48:35 -0700 | |
---|---|---|
committer | 2022-08-05 21:48:35 -0700 | |
commit | 4e4061f485fb25890c286fcea0158b439ae4045d (patch) | |
tree | 829dc89c824085ad44b47a7bd0b20bcdf506b46f /examples/with-markdown-plugins | |
parent | 9c3b8d06301313012139644d9ca580ca3d1ff18d (diff) | |
download | astro-4e4061f485fb25890c286fcea0158b439ae4045d.tar.gz astro-4e4061f485fb25890c286fcea0158b439ae4045d.tar.zst astro-4e4061f485fb25890c286fcea0158b439ae4045d.zip |
[ci] release (#4159)create-astro@0.15.0astro@1.0.0-rc.7@astrojs/react@0.4.3@astrojs/mdx@0.7.0@astrojs/markdown-remark@0.14.1@astrojs/image@0.3.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r-- | examples/with-markdown-plugins/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index b208ee2f0..d61dfacf3 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/markdown-remark": "^0.14.0", - "astro": "^1.0.0-rc.6", + "@astrojs/markdown-remark": "^0.14.1", + "astro": "^1.0.0-rc.7", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |