diff options
author | 2024-03-11 13:09:08 -0700 | |
---|---|---|
committer | 2024-03-11 16:09:08 -0400 | |
commit | 33bfe6ed05cbc5dda95571f9669774ccebf8429b (patch) | |
tree | 2e2e15dbbd1957b7bb447fedd8770936ad400d57 /examples/framework-preact | |
parent | ae7dc5f6921a96d7309a0bda91190f0d73735c5a (diff) | |
download | astro-ee443c4c450afbf98b08665217ce1a5940f974e0.tar.gz astro-ee443c4c450afbf98b08665217ce1a5940f974e0.tar.zst astro-ee443c4c450afbf98b08665217ce1a5940f974e0.zip |
[ci] release (#10383)astro@4.5.1@astrojs/db@0.7.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-preact')
-rw-r--r-- | examples/framework-preact/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index a7e4eef20..cc7121604 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.1.1", "@preact/signals": "^1.2.1", - "astro": "^4.5.0", + "astro": "^4.5.1", "preact": "^10.19.2" } } |