diff options
author | 2023-10-23 02:22:50 -0700 | |
---|---|---|
committer | 2023-10-23 17:22:50 +0800 | |
commit | 42a83ffcfe5a36a052d5da58fd4b9bcf9f4d924a (patch) | |
tree | ebb7fa75bdc31232cb203e7b240b79632f3d01ca /examples/framework-svelte | |
parent | e69f7292d736f9a4ee375c4fb482aadfd48445a7 (diff) | |
download | astro-42a83ffcfe5a36a052d5da58fd4b9bcf9f4d924a.tar.gz astro-42a83ffcfe5a36a052d5da58fd4b9bcf9f4d924a.tar.zst astro-42a83ffcfe5a36a052d5da58fd4b9bcf9f4d924a.zip |
[ci] release (#8861)astro@3.3.3@astrojs/vue@3.0.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 26eae1281..95c76caa2 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^4.0.3", - "astro": "^3.3.2", + "astro": "^3.3.3", "svelte": "^4.2.0" } } |