diff options
author | 2021-07-21 07:57:51 -0700 | |
---|---|---|
committer | 2021-07-21 07:57:51 -0700 | |
commit | 790bd89ead10ababe7010b9b72ea6e6a23e93fed (patch) | |
tree | cb261c44c2d3a99525299969dd5c80aec3c0f748 /examples/framework-svelte | |
parent | 013232bc399c1c68351af5f6b7a62848b14651d3 (diff) | |
download | astro-790bd89ead10ababe7010b9b72ea6e6a23e93fed.tar.gz astro-790bd89ead10ababe7010b9b72ea6e6a23e93fed.tar.zst astro-790bd89ead10ababe7010b9b72ea6e6a23e93fed.zip |
Version Packages (next) (#692)
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 35689ab26..86411def5 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.1" + "astro": "^1.0.0-next.2" }, "snowpack": { "workspaceRoot": "../.." |