diff options
author | 2022-07-01 10:43:26 -0700 | |
---|---|---|
committer | 2022-07-01 17:43:26 +0000 | |
commit | 94143fcdba2ae24b24ec7446a97579daf398c574 (patch) | |
tree | 649730eceb887937bab41c2a041093aae804a9cf /examples/framework-svelte | |
parent | f4943e0fbced044f0ba4435cb41d77b67c98e69f (diff) | |
download | astro-94143fcdba2ae24b24ec7446a97579daf398c574.tar.gz astro-94143fcdba2ae24b24ec7446a97579daf398c574.tar.zst astro-94143fcdba2ae24b24ec7446a97579daf398c574.zip |
[ci] release (#3789)astro@1.0.0-beta.62@astrojs/image@0.0.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 45bcea2d2..df508fe22 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/svelte": "^0.2.0", - "astro": "^1.0.0-beta.61" + "astro": "^1.0.0-beta.62" }, "dependencies": { "svelte": "^3.48.0" |