diff options
author | 2024-03-20 01:41:00 -0700 | |
---|---|---|
committer | 2024-03-20 08:41:00 +0000 | |
commit | 17b4991cffb2f16fb3deba5881c54fa67c9ee9ce (patch) | |
tree | 5df1d388f2f104ec7f9d76b41468eb7be832410a /examples/basics | |
parent | 48310512601e0c0b2886759e4d81b4091042eb8f (diff) | |
download | astro-17b4991cffb2f16fb3deba5881c54fa67c9ee9ce.tar.gz astro-17b4991cffb2f16fb3deba5881c54fa67c9ee9ce.tar.zst astro-17b4991cffb2f16fb3deba5881c54fa67c9ee9ce.zip |
[ci] release (#10488)create-astro@4.7.5astro@4.5.7@astrojs/node@8.2.5@astrojs/db@0.9.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/basics')
-rw-r--r-- | examples/basics/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index 4bb9230ec..9db38f25c 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.5.6" + "astro": "^4.5.7" } } |