diff options
author | 2021-07-01 08:45:35 -0400 | |
---|---|---|
committer | 2021-07-01 08:45:35 -0400 | |
commit | 0de30ef01aa98f57a7fbfc07a609777bec456019 (patch) | |
tree | 49a1b6fa0b2a1eddd8a587aee2a3e58606b9dcee /examples/framework-svelte | |
parent | 67ef02534febe03d7a0a5aea82b0087e2165f772 (diff) | |
download | astro-0de30ef01aa98f57a7fbfc07a609777bec456019.tar.gz astro-0de30ef01aa98f57a7fbfc07a609777bec456019.tar.zst astro-0de30ef01aa98f57a7fbfc07a609777bec456019.zip |
Version Packages (#593)
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 b2370e8cd..e30a766fb 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.15.3" + "astro": "^0.15.4" }, "snowpack": { "workspaceRoot": "../.." |