diff options
author | 2024-01-23 16:27:10 -0800 | |
---|---|---|
committer | 2024-01-23 19:27:10 -0500 | |
commit | eaf483fe73871e2cc8c22d17a13a550b0f0ff4e7 (patch) | |
tree | 39f156d08307c7ff129e24f16ca7b1dcaad8c9b3 /examples/with-nanostores | |
parent | d7543d4e1be0e6f9d7a1c5c715e33b3ec09eb2b6 (diff) | |
download | astro-58bbea56c4df8e9703e5cf2ed160a916a2309bb8.tar.gz astro-58bbea56c4df8e9703e5cf2ed160a916a2309bb8.tar.zst astro-58bbea56c4df8e9703e5cf2ed160a916a2309bb8.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/with-nanostores')
-rw-r--r-- | examples/with-nanostores/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 481e3db2e..801fd3acd 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.1.0", "@nanostores/preact": "^0.5.0", - "astro": "^4.2.3", + "astro": "^4.2.4", "nanostores": "^0.9.5", "preact": "^10.19.2" } |