diff options
author | 2022-09-09 07:56:48 -0700 | |
---|---|---|
committer | 2022-09-09 10:56:48 -0400 | |
commit | b6dd8b595ccbcc3e9984bdd5b685c210867aaaab (patch) | |
tree | dd5ece9280cb41c293dbd437a65fb5262c85bd24 /examples/framework-svelte | |
parent | e5fd0a49469cee406d68be65bc97b8a7f2bb3b88 (diff) | |
download | astro-b6dd8b595ccbcc3e9984bdd5b685c210867aaaab.tar.gz astro-b6dd8b595ccbcc3e9984bdd5b685c210867aaaab.tar.zst astro-b6dd8b595ccbcc3e9984bdd5b685c210867aaaab.zip |
[ci] release (#4680)astro@1.1.8@astrojs/react@1.1.2@astrojs/image@0.6.1
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 25c5252d7..e8c9df5d3 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,6 +12,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.0", - "astro": "^1.1.7" + "astro": "^1.1.8" } } |