diff options
author | 2023-06-19 08:36:45 -0700 | |
---|---|---|
committer | 2023-06-19 11:36:45 -0400 | |
commit | f87680f6df2e8525d9b8667e2ae7e600543e1c73 (patch) | |
tree | d339d43b9bddcc2a6f1ebb9bba5c963ff7028833 /examples/framework-svelte | |
parent | bb644834ef03bc00048c7381f20a1c01388438e2 (diff) | |
download | astro-f87680f6df2e8525d9b8667e2ae7e600543e1c73.tar.gz astro-f87680f6df2e8525d9b8667e2ae7e600543e1c73.tar.zst astro-f87680f6df2e8525d9b8667e2ae7e600543e1c73.zip |
[ci] release (#7390)astro@2.6.5@astrojs/tailwind@4.0.0@astrojs/deno@4.2.0
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 86f146fd3..1666ad9e8 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^3.0.0", - "astro": "^2.6.4", + "astro": "^2.6.5", "svelte": "^3.58.0" } } |