diff options
author | 2021-07-13 08:31:28 -0400 | |
---|---|---|
committer | 2021-07-13 08:31:28 -0400 | |
commit | a22a601e9fc491ea55cdf58df99a84803efc5d50 (patch) | |
tree | ce3c8015a9016ff9951663c14904832cb607aaf0 /examples/framework-svelte | |
parent | 59f6792b00c8af2c89bef6d0a9bd31208e466607 (diff) | |
download | astro-a22a601e9fc491ea55cdf58df99a84803efc5d50.tar.gz astro-a22a601e9fc491ea55cdf58df99a84803efc5d50.tar.zst astro-a22a601e9fc491ea55cdf58df99a84803efc5d50.zip |
Version Packages (next) (#663)
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 e2e149a90..b3fbfc72e 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.17.2" + "astro": "^0.18.0-next.0" }, "snowpack": { "workspaceRoot": "../.." |