diff options
author | 2024-05-23 03:06:20 -0700 | |
---|---|---|
committer | 2024-05-23 11:06:20 +0100 | |
commit | 50775925f9b2b50c3259dfd3d6f687d9af454884 (patch) | |
tree | 320b18edee7df55ae4c69a2b169aa9ceccf85b04 /examples/basics | |
parent | 9a0e94b2e6bc41b370d8a0518004c6f3cb1b833e (diff) | |
download | astro-50775925f9b2b50c3259dfd3d6f687d9af454884.tar.gz astro-50775925f9b2b50c3259dfd3d6f687d9af454884.tar.zst astro-50775925f9b2b50c3259dfd3d6f687d9af454884.zip |
[ci] release (#11116)astro@4.9.0@astrojs/web-vitals@0.2.1@astrojs/vue@4.3.0@astrojs/react@3.4.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 042be1654..2f341c81a 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.8.7" + "astro": "^4.9.0" } } |