diff options
author | 2024-07-18 08:05:23 -0700 | |
---|---|---|
committer | 2024-07-18 16:05:23 +0100 | |
commit | aa05be3313940ee039ae58f01e5e6577a4ea1fe9 (patch) | |
tree | 843364cdac8395e1daec3a1853edf555ddf516ae /examples/with-markdoc | |
parent | a6371696680b8a4c9566cc1c68d7298ca9e3a7aa (diff) | |
download | astro-b543e6c4cdf463ee77b81cc083e7ba577f224614.tar.gz astro-b543e6c4cdf463ee77b81cc083e7ba577f224614.tar.zst astro-b543e6c4cdf463ee77b81cc083e7ba577f224614.zip |
[ci] release (#11481)astro@4.12.0@astrojs/web-vitals@1.0.0@astrojs/svelte@5.7.0@astrojs/mdx@3.1.3@astrojs/markdown-remark@5.2.0@astrojs/markdoc@0.11.3@astrojs/db@0.12.0
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 f74158cb5..1a0b4f397 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.11.2", - "astro": "^4.11.6" + "@astrojs/markdoc": "^0.11.3", + "astro": "^4.12.0" } } |