diff options
author | 2024-12-11 03:07:58 -0800 | |
---|---|---|
committer | 2024-12-11 11:07:58 +0000 | |
commit | 929ce2832560f9422a4a9ccb899e0f153d2a3471 (patch) | |
tree | 9c21b0861fb3e094ec096e20c164fbeabdce417a /examples/with-markdoc | |
parent | b3dfd9b01bd7424eb67bfbc2612544af5be09442 (diff) | |
download | astro-@astrojs/vue@5.0.2.tar.gz astro-@astrojs/vue@5.0.2.tar.zst astro-@astrojs/vue@5.0.2.zip |
[ci] release (#12698)astro@5.0.5@astrojs/vue@5.0.2@astrojs/upgrade@0.4.2@astrojs/react@4.1.0@astrojs/markdoc@0.12.3
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 111e1486a..4ebd866a9 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.12.2", - "astro": "^5.0.4" + "@astrojs/markdoc": "^0.12.3", + "astro": "^5.0.5" } } |