diff options
author | 2021-07-21 22:18:43 -0500 | |
---|---|---|
committer | 2021-07-21 22:18:43 -0500 | |
commit | 9af0d85e9e9a4cfb3fc9c92822f67655e9f00628 (patch) | |
tree | fc07fabc0939dabb225f31f6f87115021459c77e /examples/framework-svelte | |
parent | c82e6beee96c6818450195e4fb5300bef8a517b7 (diff) | |
download | astro-9af0d85e9e9a4cfb3fc9c92822f67655e9f00628.tar.gz astro-9af0d85e9e9a4cfb3fc9c92822f67655e9f00628.tar.zst astro-9af0d85e9e9a4cfb3fc9c92822f67655e9f00628.zip |
Version Packages (next) (#810)
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 ef199b101..2d23ea195 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.3" + "astro": "^0.18.0-next.4" }, "snowpack": { "workspaceRoot": "../.." |