summaryrefslogtreecommitdiff
path: root/examples/with-vitest/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-03-26 14:24:02 -0700
committerGravatar GitHub <noreply@github.com> 2024-03-26 17:24:02 -0400
commitbb7707e1715fc3f496e4c3f07834221c8da62ff6 (patch)
treec577387365fd88322290d6555b8e9d79c61346a1 /examples/with-vitest/package.json
parent348c1ca1323d0516c2dcf8e963343cd12cb5407f (diff)
downloadastro-3811ce55eef254a709cc70a24863231fbce3b68b.tar.gz
astro-3811ce55eef254a709cc70a24863231fbce3b68b.tar.zst
astro-3811ce55eef254a709cc70a24863231fbce3b68b.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 918b281db..2e0b6ecff 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^4.5.9",
+ "astro": "^4.5.10",
"vitest": "^1.3.1"
}
}