diff options
author | 2024-08-28 03:51:43 -0700 | |
---|---|---|
committer | 2024-08-28 12:51:43 +0200 | |
commit | 5af8b4f1cb7508d22d994f077948a3b505b1412e (patch) | |
tree | 30e2f92f079b1fb556623b97ad3592f43e175dd8 /examples/with-markdoc/package.json | |
parent | a2214cedd0461a2df3ac58d8a4ec5a2912e93f31 (diff) | |
download | astro-@astrojs/preact@3.5.2.tar.gz astro-@astrojs/preact@3.5.2.tar.zst astro-@astrojs/preact@3.5.2.zip |
[ci] release (#11835)astro@4.14.6@astrojs/preact@3.5.2@astrojs/partytown@2.1.2@astrojs/mdx@3.1.5@astrojs/markdoc@0.11.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdoc/package.json')
-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 885642eef..8785571b9 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.11.3", - "astro": "^4.14.5" + "@astrojs/markdoc": "^0.11.4", + "astro": "^4.14.6" } } |