diff options
author | 2024-10-10 04:21:19 -0700 | |
---|---|---|
committer | 2024-10-10 12:21:19 +0100 | |
commit | 582f12e1f6f99b54865a0b24d804ee0924f4ef55 (patch) | |
tree | 436a14894bd0254acfb1dcf84c00ffbfd556f687 /examples/with-markdoc | |
parent | b9e8e96354019c21c8b73585bea74b84b9b092ee (diff) | |
download | astro-582f12e1f6f99b54865a0b24d804ee0924f4ef55.tar.gz astro-582f12e1f6f99b54865a0b24d804ee0924f4ef55.tar.zst astro-582f12e1f6f99b54865a0b24d804ee0924f4ef55.zip |
[ci] release (#12148)create-astro@4.9.2astro@4.16.0@astrojs/tailwind@5.1.2@astrojs/rss@4.0.8@astrojs/mdx@3.1.8@astrojs/markdown-remark@5.3.0@astrojs/markdoc@0.11.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdoc')
-rw-r--r-- | examples/with-markdoc/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 4d883ab77..b42a76ef2 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.11.4", - "astro": "^4.15.12" + "@astrojs/markdoc": "^0.11.5", + "astro": "^4.16.0" } } |