diff options
author | 2025-05-22 05:03:48 -0700 | |
---|---|---|
committer | 2025-05-22 13:03:48 +0100 | |
commit | 3632dda0c14d03b6849a2f513fc2467a91bcbc83 (patch) | |
tree | 51478d366e7d9db48a890f51c9aa58bd60ab363d /examples/with-vitest | |
parent | 3c3b492375bd6a63f1fb6cede3685aff999be3c9 (diff) | |
download | astro-@astrojs/telemetry@3.3.0.tar.gz astro-@astrojs/telemetry@3.3.0.tar.zst astro-@astrojs/telemetry@3.3.0.zip |
[ci] release (#13840)create-astro@4.12.0astro@5.8.0@astrojs/vue@5.1.0@astrojs/upgrade@0.6.0@astrojs/telemetry@3.3.0@astrojs/svelte@7.1.0@astrojs/solid-js@5.1.0@astrojs/react@4.3.0@astrojs/prism@3.3.0@astrojs/preact@4.1.0@astrojs/mdx@4.3.0@astrojs/markdown-remark@6.3.2@astrojs/markdoc@0.15.0
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-vitest')
-rw-r--r-- | examples/with-vitest/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 18a3e43a8..518a94f6c 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.7.14", + "astro": "^5.8.0", "vitest": "^3.1.1" } } |