diff options
author | 2024-05-23 09:05:22 -0700 | |
---|---|---|
committer | 2024-05-23 12:05:22 -0400 | |
commit | 4c7949d1ae28f5597ec08cab788fe683197b0c3c (patch) | |
tree | e00a01bacb96c20ab5f1b02b586ea1233c57f7a9 /examples/container-with-vitest | |
parent | 4bb926908d9a7ee134701c3e5a1b5e6ea688f843 (diff) | |
download | astro@4.9.1.tar.gz astro@4.9.1.tar.zst astro@4.9.1.zip |
[ci] release (#11132)astro@4.9.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 46f66ebfa..657065427 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest run" }, "dependencies": { - "astro": "^4.9.0", + "astro": "^4.9.1", "@astrojs/react": "^3.4.0", "react": "^18.3.1", "react-dom": "^18.3.1", |