diff options
author | 2023-01-03 07:44:51 -0800 | |
---|---|---|
committer | 2023-01-03 10:44:51 -0500 | |
commit | 3a0f7c4855b280e6220dddd69da4d058814e4f9a (patch) | |
tree | c476fa336cf872efb8fba5a4c50a51bebbb088db /examples/framework-svelte | |
parent | a06692800e4638e08ea7db236f80f007f2db3355 (diff) | |
download | astro-3a0f7c4855b280e6220dddd69da4d058814e4f9a.tar.gz astro-3a0f7c4855b280e6220dddd69da4d058814e4f9a.tar.zst astro-3a0f7c4855b280e6220dddd69da4d058814e4f9a.zip |
[ci] release (#5718)astro@1.9.0
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 9401fc119..ca1bd5f8b 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.2", - "astro": "^1.8.0" + "astro": "^1.9.0" } } |