diff options
author | 2023-06-27 05:42:46 -0700 | |
---|---|---|
committer | 2023-06-27 08:42:46 -0400 | |
commit | da56a005d92517e6e86b3a1c378a534e001a3aa4 (patch) | |
tree | 71f4e07aadae278411443cad95299c9ba6a1e821 /examples/minimal/package.json | |
parent | 275d0d1683353eb53bc6ed9ee7f67c657aecffa4 (diff) | |
download | astro-f02e806e2028966805864d01f0e0ca48967dde1c.tar.gz astro-f02e806e2028966805864d01f0e0ca48967dde1c.tar.zst astro-f02e806e2028966805864d01f0e0ca48967dde1c.zip |
[ci] release (#7449)astro@2.7.1@astrojs/vercel@3.5.1@astrojs/svelte@3.1.0@astrojs/internal-helpers@0.1.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/minimal/package.json')
-rw-r--r-- | examples/minimal/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/minimal/package.json b/examples/minimal/package.json index ebb75fdc3..6679b2fe8 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.7.0" + "astro": "^2.7.1" } } |