summaryrefslogtreecommitdiff
path: root/examples/with-vitest
diff options
context:
space:
mode:
authorGravatar Princesseuh <3019731+Princesseuh@users.noreply.github.com> 2024-08-16 12:00:44 +0200
committerGravatar Princesseuh <3019731+Princesseuh@users.noreply.github.com> 2024-08-16 12:00:44 +0200
commit40b95a164d7129b73ade25783ab0e1cb01980be4 (patch)
treef317bd468ae2b3291c7dcb89ba1b1167d6cf7c80 /examples/with-vitest
parentd8f9a8397dd1fcd6a8d2e56e4f50a41ed6dcf948 (diff)
parent5f0b58fb6c656243b0f1456266f07af59834e781 (diff)
downloadastro-40b95a164d7129b73ade25783ab0e1cb01980be4.tar.gz
astro-40b95a164d7129b73ade25783ab0e1cb01980be4.tar.zst
astro-40b95a164d7129b73ade25783ab0e1cb01980be4.zip
Merge branch 'main' into next
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 2bc1e2d03..88956a94e 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^4.13.4",
+ "astro": "^4.14.2",
"vitest": "^2.0.5"
}
}