diff options
author | 2023-03-28 10:17:46 -0700 | |
---|---|---|
committer | 2023-03-28 13:17:46 -0400 | |
commit | af108e4b4a69138eb6bc3de81c015a2e3d9437a5 (patch) | |
tree | aa88a64d819dae13b1192b7fc8347a91c599dfd8 /examples/framework-svelte | |
parent | 2e92e9aa976735c3ddb647152bb9c4850136e386 (diff) | |
download | astro-af108e4b4a69138eb6bc3de81c015a2e3d9437a5.tar.gz astro-af108e4b4a69138eb6bc3de81c015a2e3d9437a5.tar.zst astro-af108e4b4a69138eb6bc3de81c015a2e3d9437a5.zip |
[ci] release (#6652)create-astro@3.1.2astro@2.1.8@astrojs/partytown@1.2.0@astrojs/markdoc@0.1.0@astrojs/image@0.16.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 ca6761c8f..e3e2abebf 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^2.1.0", - "astro": "^2.1.7" + "astro": "^2.1.8" } } |