diff options
author | 2022-09-14 13:06:23 -0700 | |
---|---|---|
committer | 2022-09-14 16:06:23 -0400 | |
commit | 27aa9851d81fec0f418779fb7cad2c1836568be0 (patch) | |
tree | f084d0483c8e05a45d492367c723e364e5acd734 /examples/framework-svelte | |
parent | a74f2463333d67c182ce8c21dab98114cc72b78e (diff) | |
download | astro-27aa9851d81fec0f418779fb7cad2c1836568be0.tar.gz astro-27aa9851d81fec0f418779fb7cad2c1836568be0.tar.zst astro-27aa9851d81fec0f418779fb7cad2c1836568be0.zip |
[ci] release (#4750)astro@1.2.4@astrojs/tailwind@2.0.0@astrojs/react@1.1.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 04efcbab9..14cbd42f0 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.0", - "astro": "^1.2.3" + "astro": "^1.2.4" } } |