diff options
author | 2023-07-19 00:32:32 -0700 | |
---|---|---|
committer | 2023-07-19 09:32:32 +0200 | |
commit | de65ad25eae010b42ef55c127cc98d4cc3aa66db (patch) | |
tree | 441dafe2c9c5d3b7341d958b056641e357412d0e /examples/framework-svelte | |
parent | 72bbfac976c2965a523eea88ff0543e64d848d80 (diff) | |
download | astro-de65ad25eae010b42ef55c127cc98d4cc3aa66db.tar.gz astro-de65ad25eae010b42ef55c127cc98d4cc3aa66db.tar.zst astro-de65ad25eae010b42ef55c127cc98d4cc3aa66db.zip |
[ci] release (#7699)astro@2.8.5@astrojs/netlify@2.5.0@astrojs/markdoc@0.4.3
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 b4e4754c9..f05be74f3 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.4", + "astro": "^2.8.5", "svelte": "^3.59.1" } } |