diff options
author | 2022-09-02 13:50:59 -0700 | |
---|---|---|
committer | 2022-09-02 16:50:59 -0400 | |
commit | 7114aee20886d2ff22b41d8c6db22a88eb458c8e (patch) | |
tree | 266b90c0940f0a91b2a16feb4667718ebc99b98d /examples/framework-svelte | |
parent | e76c2afd1fb679ab2f6c6ed69a04aacd789ac28a (diff) | |
download | astro-7114aee20886d2ff22b41d8c6db22a88eb458c8e.tar.gz astro-7114aee20886d2ff22b41d8c6db22a88eb458c8e.tar.zst astro-7114aee20886d2ff22b41d8c6db22a88eb458c8e.zip |
[ci] release (#4604)astro@1.1.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 45d1b193c..9b64aba73 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,6 +12,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.0", - "astro": "^1.1.4" + "astro": "^1.1.5" } } |