diff options
author | 2024-03-15 13:24:46 -0700 | |
---|---|---|
committer | 2024-03-15 16:24:46 -0400 | |
commit | 4dcfa2bd90027dff9240aaadcadb1e4d6516c01b (patch) | |
tree | 4ec68ea72c814cb92066197ae24cca5034863e40 /examples/framework-multiple | |
parent | 1900a8f9bc337f3a882178d1770e10ab67fab0ce (diff) | |
download | astro-4dcfa2bd90027dff9240aaadcadb1e4d6516c01b.tar.gz astro-4dcfa2bd90027dff9240aaadcadb1e4d6516c01b.tar.zst astro-4dcfa2bd90027dff9240aaadcadb1e4d6516c01b.zip |
[ci] release (#10453)astro@4.5.5@astrojs/db@0.8.6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 37ab3d009..dfb5f9239 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -18,7 +18,7 @@ "@astrojs/vue": "^4.0.9", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", - "astro": "^4.5.4", + "astro": "^4.5.5", "preact": "^10.19.2", "react": "^18.2.0", "react-dom": "^18.2.0", |