diff options
author | 2021-07-08 14:14:55 -0400 | |
---|---|---|
committer | 2021-07-08 14:14:55 -0400 | |
commit | b2428b399918bac582b1bc757740726d64d4e0da (patch) | |
tree | 6ce4e8426c0510e8a2f8bd253c0b6906b043f0ee /examples/framework-svelte | |
parent | c0d4e8430f7a751556eec0c1466dc4327f2ec4ee (diff) | |
download | astro-b2428b399918bac582b1bc757740726d64d4e0da.tar.gz astro-b2428b399918bac582b1bc757740726d64d4e0da.tar.zst astro-b2428b399918bac582b1bc757740726d64d4e0da.zip |
Version Packages (#632)
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 bb9ed1097..bf2f9b1cf 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.16.3" + "astro": "^0.17.0" }, "snowpack": { "workspaceRoot": "../.." |