summaryrefslogtreecommitdiff
path: root/examples/with-vitest/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-10-31 02:07:35 -0700
committerGravatar GitHub <noreply@github.com> 2024-10-31 17:07:35 +0800
commit731b69712b0e9c5d5a4058db3fa3e8bf628c7aad (patch)
treebeff9546e16f67f7bca902670440de4365fd7c1b /examples/with-vitest/package.json
parentd879c02a269e1417d675fa03506bc845c7158643 (diff)
downloadastro-731b69712b0e9c5d5a4058db3fa3e8bf628c7aad.tar.gz
astro-731b69712b0e9c5d5a4058db3fa3e8bf628c7aad.tar.zst
astro-731b69712b0e9c5d5a4058db3fa3e8bf628c7aad.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-vitest/package.json')
-rw-r--r--examples/with-vitest/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index c732b6ae6..38864800e 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -11,7 +11,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^5.0.0-beta.5",
+ "astro": "^5.0.0-beta.6",
"vitest": "^2.1.3"
}
}