diff options
author | 2025-04-14 01:42:24 -0700 | |
---|---|---|
committer | 2025-04-14 09:42:24 +0100 | |
commit | 159b5348a956238bdef8bc8cc2aeb8a1af32e2e4 (patch) | |
tree | c4801715659dd1f9e1c1566d8bc0b1a07355f7bf /examples/framework-preact | |
parent | 884c57d1a977d4ec770c0069170d608b67fd0565 (diff) | |
download | astro-@astrojs/db@0.14.11.tar.gz astro-@astrojs/db@0.14.11.tar.zst astro-@astrojs/db@0.14.11.zip |
[ci] release (#13558)astro@5.6.2@astrojs/vue@5.0.10@astrojs/svelte@7.0.10@astrojs/studio@0.1.7@astrojs/solid-js@5.0.8@astrojs/react@4.2.4@astrojs/preact@4.0.9@astrojs/netlify@6.2.6@astrojs/mdx@4.2.4@astrojs/markdoc@0.13.4@astrojs/db@0.14.11@astrojs/cloudflare@12.4.1@astrojs/alpinejs@0.4.6
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-preact')
-rw-r--r-- | examples/framework-preact/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 5e839f47a..66cf2adbe 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.8", + "@astrojs/preact": "^4.0.9", "@preact/signals": "^2.0.3", - "astro": "^5.6.1", + "astro": "^5.6.2", "preact": "^10.26.5" } } |