diff options
author | 2024-09-13 04:04:37 -0700 | |
---|---|---|
committer | 2024-09-13 13:04:37 +0200 | |
commit | 490eed1cd948f91aedf86b5ffd4ac7285ee52f40 (patch) | |
tree | 4379f41703650e43f45fd8c2070c72f831c9fbfc /examples/with-nanostores | |
parent | 878f7f60ba205ea499f910724a6b897a345b6a49 (diff) | |
download | astro-b476786fcc7730272b41ec6459c391d12aeb5509.tar.gz astro-b476786fcc7730272b41ec6459c391d12aeb5509.tar.zst astro-b476786fcc7730272b41ec6459c391d12aeb5509.zip |
[ci] release (#11940)astro@4.15.5@astrojs/mdx@3.1.6
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 8706fad19..ea17f24b3 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.5.3", "@nanostores/preact": "^0.5.2", - "astro": "^4.15.4", + "astro": "^4.15.5", "nanostores": "^0.11.3", "preact": "^10.23.2" } |