diff options
author | 2023-02-15 06:54:16 -0800 | |
---|---|---|
committer | 2023-02-15 22:54:16 +0800 | |
commit | 66acc6a65c978bbd3dde096f243c742d738b092a (patch) | |
tree | 2e291c40117fb0c1abdb5d4c652a94fcf9ac7f41 /examples/framework-svelte | |
parent | 0fbcf838a775d3b07e7c2372888a8aa6c190278e (diff) | |
download | astro-66acc6a65c978bbd3dde096f243c742d738b092a.tar.gz astro-66acc6a65c978bbd3dde096f243c742d738b092a.tar.zst astro-66acc6a65c978bbd3dde096f243c742d738b092a.zip |
[ci] release (#6251)@astrojs/svelte@2.0.2@astrojs/mdx@0.16.2
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 1bcb16124..1026bf177 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "svelte": "^3.48.0", - "@astrojs/svelte": "^2.0.1", + "@astrojs/svelte": "^2.0.2", "astro": "^2.0.12" } } |