diff options
author | 2023-07-20 09:09:38 -0700 | |
---|---|---|
committer | 2023-07-20 12:09:38 -0400 | |
commit | 92382ea1d4e6400302b8375b4f701c10aa02043f (patch) | |
tree | aa1953ab28729a2163b633aa886f494283d595d8 /examples/framework-svelte | |
parent | b4090f8526f5a5334f7a7750efaf3bdb3f06e8f0 (diff) | |
download | astro-92382ea1d4e6400302b8375b4f701c10aa02043f.tar.gz astro-92382ea1d4e6400302b8375b4f701c10aa02043f.tar.zst astro-92382ea1d4e6400302b8375b4f701c10aa02043f.zip |
[ci] release (#7714)astro@2.9.0@astrojs/sitemap@2.0.1
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 f05be74f3..454ca9108 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^3.1.0", - "astro": "^2.8.5", + "astro": "^2.9.0", "svelte": "^3.59.1" } } |