diff options
author | 2021-07-07 20:34:17 -0400 | |
---|---|---|
committer | 2021-07-07 20:34:17 -0400 | |
commit | 2d1998647ca1297fcf111b9709288902ae006f22 (patch) | |
tree | f409ef13030bb3c897baacaf3b78d1600d093e2a /examples/framework-svelte | |
parent | 5d1ff62c799a660e5ce26a9fd540fd780d1d09c6 (diff) | |
download | astro-2d1998647ca1297fcf111b9709288902ae006f22.tar.gz astro-2d1998647ca1297fcf111b9709288902ae006f22.tar.zst astro-2d1998647ca1297fcf111b9709288902ae006f22.zip |
Version Packages (#626)
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 f18641da1..bb9ed1097 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.16.2" + "astro": "^0.16.3" }, "snowpack": { "workspaceRoot": "../.." |