diff options
author | 2024-01-30 07:41:06 -0800 | |
---|---|---|
committer | 2024-01-30 15:41:06 +0000 | |
commit | 3a50cbf6ed229869f67e1246fb76bbe91b0f81cd (patch) | |
tree | 3f04549931d8fc71a2f62c8799ec8cecdd41d51e /examples/basics | |
parent | 202d3fbaa9f68059c08ee25214d7c0eb7f33144a (diff) | |
download | astro-3a50cbf6ed229869f67e1246fb76bbe91b0f81cd.tar.gz astro-3a50cbf6ed229869f67e1246fb76bbe91b0f81cd.tar.zst astro-3a50cbf6ed229869f67e1246fb76bbe91b0f81cd.zip |
[ci] release (#9843)astro@4.2.7@astrojs/mdx@2.1.1@astrojs/markdown-remark@4.2.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/basics')
-rw-r--r-- | examples/basics/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index 16491881c..05408dfed 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.2.6" + "astro": "^4.2.7" } } |