diff options
author | 2023-08-30 09:14:12 -0700 | |
---|---|---|
committer | 2023-08-30 18:14:12 +0200 | |
commit | 2a9461443394f028afa56d09041b1f3c04260526 (patch) | |
tree | 7fd57f5c183242bfdc532d5084943b2273ead1b5 /examples/framework-svelte | |
parent | d9bd7cf5ce4086d9dd59e372ca25d4c4cfdb05f6 (diff) | |
download | astro-2a9461443394f028afa56d09041b1f3c04260526.tar.gz astro-2a9461443394f028afa56d09041b1f3c04260526.tar.zst astro-2a9461443394f028afa56d09041b1f3c04260526.zip |
[ci] release (#8296)astro@3.0.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 56dd6baff..213a23296 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^4.0.0", - "astro": "^3.0.1", + "astro": "^3.0.2", "svelte": "^4.2.0" } } |