diff options
author | 2024-01-23 16:27:10 -0800 | |
---|---|---|
committer | 2024-01-23 19:27:10 -0500 | |
commit | eaf483fe73871e2cc8c22d17a13a550b0f0ff4e7 (patch) | |
tree | 39f156d08307c7ff129e24f16ca7b1dcaad8c9b3 /examples/basics | |
parent | d7543d4e1be0e6f9d7a1c5c715e33b3ec09eb2b6 (diff) | |
download | astro-eaf483fe73871e2cc8c22d17a13a550b0f0ff4e7.tar.gz astro-eaf483fe73871e2cc8c22d17a13a550b0f0ff4e7.tar.zst astro-eaf483fe73871e2cc8c22d17a13a550b0f0ff4e7.zip |
[ci] release (#9785)astro@4.2.4@astrojs/mdx@2.1.0
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 3362ad107..6d4f97825 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.2.3" + "astro": "^4.2.4" } } |