diff options
author | 2022-10-06 10:47:10 -0700 | |
---|---|---|
committer | 2022-10-06 13:47:10 -0400 | |
commit | 778b9155258a508f1273a85748f1fac86f266cb7 (patch) | |
tree | accc271cc076695a59728628dd3a92076e38faf7 /examples/framework-svelte | |
parent | e71fc8b5fcefdddbffeaf8b5d383ef067116b29c (diff) | |
download | astro-778b9155258a508f1273a85748f1fac86f266cb7.tar.gz astro-778b9155258a508f1273a85748f1fac86f266cb7.tar.zst astro-778b9155258a508f1273a85748f1fac86f266cb7.zip |
[ci] release (#4976)astro@1.4.5@astrojs/solid-js@1.1.1@astrojs/partytown@1.0.1@astrojs/image@0.9.2@astrojs/cloudflare@3.0.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 19b35e248..a977d97b0 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.1", - "astro": "^1.4.4" + "astro": "^1.4.5" } } |