summaryrefslogtreecommitdiff
path: root/examples/with-vitest/package.json
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-09-30 13:15:38 -0700
committerGravatar GitHub <noreply@github.com> 2022-09-30 20:15:38 +0000
commit2ffdafff45be33a2bf5a9e5df2af1bee0d31d62b (patch)
tree37516836dd30b477aaf111f262c6c132d22d9904 /examples/with-vitest/package.json
parent7fdd494236a527057b4ba37b99094d6a733aef4f (diff)
downloadastro@1.4.1.tar.gz
astro@1.4.1.tar.zst
astro@1.4.1.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 0e67ff0ca..78739c00f 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^1.4.0",
+ "astro": "^1.4.1",
"vitest": "^0.20.3"
}
}