diff options
author | 2023-09-01 16:26:05 -0700 | |
---|---|---|
committer | 2023-09-01 18:26:05 -0500 | |
commit | e34175be340f8fab60610523905cb7847809929e (patch) | |
tree | 8dcdf5667f008e63287a969ab913a8b305b795f0 /examples/framework-svelte | |
parent | d8ecae2c54a89b16af81ceafc0746867547eb7b5 (diff) | |
download | astro-e34175be340f8fab60610523905cb7847809929e.tar.gz astro-e34175be340f8fab60610523905cb7847809929e.tar.zst astro-e34175be340f8fab60610523905cb7847809929e.zip |
[ci] release (#8356)astro@3.0.7@astrojs/telemetry@3.0.1@astrojs/netlify@3.0.1@astrojs/cloudflare@7.0.1
Diffstat (limited to 'examples/framework-svelte')
-rw-r--r-- | examples/framework-svelte/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 87b8186ed..15c2ec1e2 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^4.0.0", - "astro": "^3.0.6", + "astro": "^3.0.7", "svelte": "^4.2.0" } } |