summaryrefslogtreecommitdiff
path: root/examples/with-vitest/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-02-13 13:25:59 -0800
committerGravatar GitHub <noreply@github.com> 2024-02-13 14:25:59 -0700
commite24db1d8a683897d4c179f3511f8e38950884e7f (patch)
tree917cd996c98e1893447d736a86f0b04740e01c4d /examples/with-vitest/package.json
parentd851387a2d0ea28a76886d34d2b209d5da905ca7 (diff)
downloadastro-e4167e9286072711c690908f1b2b51e1fc03f132.tar.gz
astro-e4167e9286072711c690908f1b2b51e1fc03f132.tar.zst
astro-e4167e9286072711c690908f1b2b51e1fc03f132.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 472cf45b2..c706961c9 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^4.3.6",
+ "astro": "^4.3.7",
"vitest": "^1.2.1"
}
}