diff options
author | 2024-05-22 00:40:11 -0700 | |
---|---|---|
committer | 2024-05-22 09:40:11 +0200 | |
commit | 9ddd6387a7e70d1111dd4a60450d3c710325380c (patch) | |
tree | a718c1d4c8f41995f7046ff83e1eaccce94e5ef9 /examples/framework-svelte | |
parent | f00ecd45960769e13d23e5456f89406aff8a49ce (diff) | |
download | astro-9ddd6387a7e70d1111dd4a60450d3c710325380c.tar.gz astro-9ddd6387a7e70d1111dd4a60450d3c710325380c.tar.zst astro-9ddd6387a7e70d1111dd4a60450d3c710325380c.zip |
[ci] release (#11086)astro@4.8.7@astrojs/web-vitals@0.2.0@astrojs/sitemap@3.1.5@astrojs/mdx@3.0.1@astrojs/db@0.11.4
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 44acfe6ff..b70c80ff3 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^5.4.0", - "astro": "^4.8.6", + "astro": "^4.8.7", "svelte": "^4.2.16" } } |