diff options
author | 2025-06-05 05:44:36 -0700 | |
---|---|---|
committer | 2025-06-05 13:44:36 +0100 | |
commit | 0947a69192ad6820970902c7c951fb0cf31fcf4b (patch) | |
tree | 3eea4faad541012db34d2c98ddaa2c1d942fca20 /examples/container-with-vitest | |
parent | 761abb61d8a2ca79be729ab4d7285f10606cd2fd (diff) | |
download | astro-0947a69192ad6820970902c7c951fb0cf31fcf4b.tar.gz astro-0947a69192ad6820970902c7c951fb0cf31fcf4b.tar.zst astro-0947a69192ad6820970902c7c951fb0cf31fcf4b.zip |
[ci] release (#13889)astro@5.9.0@astrojs/cloudflare@12.5.4
* [ci] release
* Update packages/astro/CHANGELOG.md
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Kane <m@mk.gg>
Diffstat (limited to 'examples/container-with-vitest')
-rw-r--r-- | examples/container-with-vitest/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index 69e44adb8..473e3f11b 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/react": "^4.3.0", - "astro": "^5.8.2", + "astro": "^5.9.0", "react": "^18.3.1", "react-dom": "^18.3.1", "vitest": "^3.1.1" |