diff options
author | 2023-07-11 07:27:04 -0700 | |
---|---|---|
committer | 2023-07-11 22:27:04 +0800 | |
commit | f0666b92c34cecdfee8749308a72f34dd41695d6 (patch) | |
tree | c75e6e247ddd91d4834810ac94dbbf5a28056b9e /examples/framework-svelte | |
parent | 831dfd1516c8b900ec4a0c151a40121655cdedc6 (diff) | |
download | astro-f0666b92c34cecdfee8749308a72f34dd41695d6.tar.gz astro-f0666b92c34cecdfee8749308a72f34dd41695d6.tar.zst astro-f0666b92c34cecdfee8749308a72f34dd41695d6.zip |
[ci] release (#7594)astro@2.8.1@astrojs/prefetch@0.3.0@astrojs/markdoc@0.4.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 88a9e0b8e..7b35d9fe1 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.0", + "astro": "^2.8.1", "svelte": "^3.59.1" } } |