diff options
author | 2022-08-13 10:09:17 -0700 | |
---|---|---|
committer | 2022-08-13 10:09:17 -0700 | |
commit | 16edf0c7730d273771f75f959c9f8015a4f69238 (patch) | |
tree | b8d360d1139e9db7a1b644376180ae4317a38bee /examples/framework-svelte | |
parent | b429aff2ad94f48bb4864706974ab774d2822041 (diff) | |
download | astro-16edf0c7730d273771f75f959c9f8015a4f69238.tar.gz astro-16edf0c7730d273771f75f959c9f8015a4f69238.tar.zst astro-16edf0c7730d273771f75f959c9f8015a4f69238.zip |
[ci] release (#4296)astro@1.0.5
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 cde5b1f75..70f700781 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/svelte": "^1.0.0", - "astro": "^1.0.4" + "astro": "^1.0.5" }, "dependencies": { "svelte": "^3.48.0" |