diff options
author | 2022-08-05 21:48:35 -0700 | |
---|---|---|
committer | 2022-08-05 21:48:35 -0700 | |
commit | 4e4061f485fb25890c286fcea0158b439ae4045d (patch) | |
tree | 829dc89c824085ad44b47a7bd0b20bcdf506b46f /examples/framework-svelte | |
parent | 9c3b8d06301313012139644d9ca580ca3d1ff18d (diff) | |
download | astro-4e4061f485fb25890c286fcea0158b439ae4045d.tar.gz astro-4e4061f485fb25890c286fcea0158b439ae4045d.tar.zst astro-4e4061f485fb25890c286fcea0158b439ae4045d.zip |
[ci] release (#4159)create-astro@0.15.0astro@1.0.0-rc.7@astrojs/react@0.4.3@astrojs/mdx@0.7.0@astrojs/markdown-remark@0.14.1@astrojs/image@0.3.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 d39633b2b..41bc72131 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/svelte": "^0.5.1", - "astro": "^1.0.0-rc.6" + "astro": "^1.0.0-rc.7" }, "dependencies": { "svelte": "^3.48.0" |