diff options
author | 2021-07-21 18:12:11 -0500 | |
---|---|---|
committer | 2021-07-21 18:12:11 -0500 | |
commit | 8f17217e02eec6cb209aac12e95bc1c248d3d259 (patch) | |
tree | 9ba595cd09bf4406e26cac34b202642194914b6c /examples/framework-svelte | |
parent | 561cbee68f1e4e2a85d5379129bba82fea5138a1 (diff) | |
download | astro-8f17217e02eec6cb209aac12e95bc1c248d3d259.tar.gz astro-8f17217e02eec6cb209aac12e95bc1c248d3d259.tar.zst astro-8f17217e02eec6cb209aac12e95bc1c248d3d259.zip |
Version Packages (next) (#796)
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 ea3ce9f1f..ef199b101 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.2" + "astro": "^0.18.0-next.3" }, "snowpack": { "workspaceRoot": "../.." |