diff options
author | 2021-07-01 10:57:09 -0400 | |
---|---|---|
committer | 2021-07-01 10:57:09 -0400 | |
commit | e773771b917d1d11e8a5647ccdc2d44c903f1f4c (patch) | |
tree | a5999c2850cbcdc7c3f7de895b2332d28ea0c3d5 /examples/framework-svelte | |
parent | 7b4c97c3c78f94fc71b16f1de82b3fc49683f084 (diff) | |
download | astro-e773771b917d1d11e8a5647ccdc2d44c903f1f4c.tar.gz astro-e773771b917d1d11e8a5647ccdc2d44c903f1f4c.tar.zst astro-e773771b917d1d11e8a5647ccdc2d44c903f1f4c.zip |
Version Packages (#596)
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 e30a766fb..83a5fbf41 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.15.4" + "astro": "^0.15.5" }, "snowpack": { "workspaceRoot": "../.." |