diff options
author | 2023-03-22 05:53:15 -0700 | |
---|---|---|
committer | 2023-03-22 20:53:15 +0800 | |
commit | 66e006028c56fd414fd14414d73bf534a5fd607b (patch) | |
tree | f5ece368b9ffc9cdab203a61cc56acc2fd8a5a7e /examples/with-markdoc/package.json | |
parent | 7f7a8504b5c2df4c99d3025931860c0d50992510 (diff) | |
download | astro-451a022b7ad98d65700065d6af2729bce6c724dd.tar.gz astro-451a022b7ad98d65700065d6af2729bce6c724dd.tar.zst astro-451a022b7ad98d65700065d6af2729bce6c724dd.zip |
[ci] release (#6612)astro@2.1.5@astrojs/markdown-remark@2.1.2@astrojs/markdoc@0.0.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 58d0266bd..ababc5437 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.0.3", - "astro": "^2.1.4" + "@astrojs/markdoc": "^0.0.4", + "astro": "^2.1.5" } } |