diff options
author | 2022-08-22 12:46:46 -0700 | |
---|---|---|
committer | 2022-08-22 15:46:46 -0400 | |
commit | 457e559cd5e8ac367598bb562a0350bbddb5dac7 (patch) | |
tree | ac864686c96251a97218515eae1866f5d5edb077 /examples/framework-svelte | |
parent | 579e2daf8dd1816737d1bd253bf96c108a014061 (diff) | |
download | astro-457e559cd5e8ac367598bb562a0350bbddb5dac7.tar.gz astro-457e559cd5e8ac367598bb562a0350bbddb5dac7.tar.zst astro-457e559cd5e8ac367598bb562a0350bbddb5dac7.zip |
[ci] release (#4363)
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 d36c44cff..8562dc318 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/svelte": "^1.0.0", - "astro": "^1.0.6" + "astro": "^1.0.7" }, "dependencies": { "svelte": "^3.48.0" |