diff options
author | 2024-09-10 05:29:08 -0700 | |
---|---|---|
committer | 2024-09-10 08:29:08 -0400 | |
commit | a1176a1d93760f78fde49fab2d1934a9dd910d58 (patch) | |
tree | 267e7cc35edaea8241f1422fac2bdd9f0a7c9f14 /examples/with-vitest | |
parent | 4410130df722eae494caaa46b17c8eeb6223f160 (diff) | |
download | astro-c293a4c2815615ea18502c7fcd6b52ca7df0bbba.tar.gz astro-c293a4c2815615ea18502c7fcd6b52ca7df0bbba.tar.zst astro-c293a4c2815615ea18502c7fcd6b52ca7df0bbba.zip |
[ci] release (alpha) (#11954)astro@5.0.0-alpha.6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-vitest')
-rw-r--r-- | examples/with-vitest/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 08e00af17..7aa75dcea 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.0.0-alpha.5", + "astro": "^5.0.0-alpha.6", "vitest": "^2.0.5" } } |