summaryrefslogtreecommitdiff
path: root/examples/with-vitest
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-06-06 08:02:22 -0700
committerGravatar GitHub <noreply@github.com> 2024-06-06 11:02:22 -0400
commit48d53094cdbbcd4363d6c77aac13161c5cde5064 (patch)
tree5ef23b05dc153f4a2944e4ca8c2536d3f3d6934e /examples/with-vitest
parent97fbe938a9b07d52d61011da4bd5a8b5ad85a700 (diff)
downloadastro-48d53094cdbbcd4363d6c77aac13161c5cde5064.tar.gz
astro-48d53094cdbbcd4363d6c77aac13161c5cde5064.tar.zst
astro-48d53094cdbbcd4363d6c77aac13161c5cde5064.zip
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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index e04fcc3db..4c92bae80 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^4.9.3",
+ "astro": "^4.10.0",
"vitest": "^1.6.0"
}
}