diff options
author | 2024-12-09 07:38:09 -0800 | |
---|---|---|
committer | 2024-12-09 16:38:09 +0100 | |
commit | 163cfd67f5c0faa2cfcbad932e61e25a1bffe0ee (patch) | |
tree | 63348ba3f5304327050c2260d4ff5ddc2db5be4d /examples/with-markdoc | |
parent | a203d5dd582166674c45e807a5dc9113e26e24f0 (diff) | |
download | astro-@astrojs/markdoc@0.12.2.tar.gz astro-@astrojs/markdoc@0.12.2.tar.zst astro-@astrojs/markdoc@0.12.2.zip |
[ci] release (#12650)astro@5.0.4@astrojs/mdx@4.0.2@astrojs/markdown-remark@6.0.1@astrojs/markdoc@0.12.2
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 af6d7c310..111e1486a 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.12.1", - "astro": "^5.0.3" + "@astrojs/markdoc": "^0.12.2", + "astro": "^5.0.4" } } |