summaryrefslogtreecommitdiff
path: root/examples/with-vitest
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-12-04 12:45:24 -0800
committerGravatar GitHub <noreply@github.com> 2023-12-04 15:45:24 -0500
commit4b9d657ff2fe7756848a1d489cbecb51b3b91e5a (patch)
tree03d53ccac1957ea74576b5efb3bb18bb55925468 /examples/with-vitest
parent0d194942f91723a5b88f906f408f38d9f6ff1002 (diff)
downloadastro-4b9d657ff2fe7756848a1d489cbecb51b3b91e5a.tar.gz
astro-4b9d657ff2fe7756848a1d489cbecb51b3b91e5a.tar.zst
astro-4b9d657ff2fe7756848a1d489cbecb51b3b91e5a.zip
[ci] release (beta) (#9296)astro@4.0.0-beta.7
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 6e5c2e4ec..93d1443f7 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^4.0.0-beta.6",
+ "astro": "^4.0.0-beta.7",
"vitest": "^0.34.2"
}
}