summaryrefslogtreecommitdiff
path: root/examples/with-vitest
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-08-11 16:50:59 -0700
committerGravatar GitHub <noreply@github.com> 2022-08-11 16:50:59 -0700
commitbb3d7d4f39c9d7142ffc31e5ec82a94044d6738f (patch)
tree21f77cfddd39b28ee972e74b159dd16846fc9e0c /examples/with-vitest
parent5b1facfe291b998c0c6814293b18df211a8f3cd3 (diff)
downloadastro-@astrojs/prefetch@0.0.7.tar.gz
astro-@astrojs/prefetch@0.0.7.tar.zst
astro-@astrojs/prefetch@0.0.7.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 93380e019..fc1fff355 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"devDependencies": {
- "astro": "^1.0.2",
+ "astro": "^1.0.3",
"vitest": "^0.20.3"
}
}