diff options
author | 2024-05-15 07:42:55 -0700 | |
---|---|---|
committer | 2024-05-15 10:42:55 -0400 | |
commit | 5a48d5338529190dc9241b51cf490c1e4841e726 (patch) | |
tree | 2e4844c2d1aa5d65d7a89b33466d5b78e4c4fa37 /examples/component | |
parent | b743dddf3b15088b7a9d90737d7a0ef251f402c2 (diff) | |
download | astro-5a48d5338529190dc9241b51cf490c1e4841e726.tar.gz astro-5a48d5338529190dc9241b51cf490c1e4841e726.tar.zst astro-5a48d5338529190dc9241b51cf490c1e4841e726.zip |
[ci] release (#11025)astro@4.8.4@astrojs/rss@4.0.6@astrojs/db@0.11.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/component')
-rw-r--r-- | examples/component/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/component/package.json b/examples/component/package.json index 2f8a342ba..b64922f5c 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.8.3" + "astro": "^4.8.4" }, "peerDependencies": { "astro": "^4.0.0" |