diff options
author | 2021-07-13 11:21:58 -0400 | |
---|---|---|
committer | 2021-07-13 11:21:58 -0400 | |
commit | 8e87d5da4c27aa6bae9740ee5dd04caf355a464f (patch) | |
tree | 7fee30e322b318df0d818576ea124cbfd0a748f6 /examples/framework-svelte | |
parent | e3182c7670b6b208003b0ee82b08edc47ac32e58 (diff) | |
download | astro-8e87d5da4c27aa6bae9740ee5dd04caf355a464f.tar.gz astro-8e87d5da4c27aa6bae9740ee5dd04caf355a464f.tar.zst astro-8e87d5da4c27aa6bae9740ee5dd04caf355a464f.zip |
Version Packages (next) (#678)
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 b3fbfc72e..35689ab26 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.0-next.0" + "astro": "^0.18.0-next.1" }, "snowpack": { "workspaceRoot": "../.." |