diff options
author | 2024-04-16 09:07:50 -0700 | |
---|---|---|
committer | 2024-04-16 17:07:50 +0100 | |
commit | 668d97319c1b4ae60b64c9e8e14b3878f4d4cae2 (patch) | |
tree | becf862e879c37389afaea13dcc89f05ecd368ef /examples/framework-svelte | |
parent | 3e7a12c8532411e580fcfdb8445cad8fc8499291 (diff) | |
download | astro-668d97319c1b4ae60b64c9e8e14b3878f4d4cae2.tar.gz astro-668d97319c1b4ae60b64c9e8e14b3878f4d4cae2.tar.zst astro-668d97319c1b4ae60b64c9e8e14b3878f4d4cae2.zip |
[ci] release (#10777)astro@4.6.2@astrojs/sitemap@3.1.3@astrojs/mdx@2.3.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 d41823b04..a3aef8463 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.6.1", + "astro": "^4.6.2", "svelte": "^4.2.5" } } |