diff options
author | 2021-08-23 15:59:55 -0400 | |
---|---|---|
committer | 2021-08-23 15:59:55 -0400 | |
commit | 3963cef96378cdb464499dd5d878077544849e22 (patch) | |
tree | c077e2e4459ec7bc5867f96158cb5e9a7864903c /examples/framework-svelte | |
parent | 166c9ed6bdabb82db611af39b4436a90bd711e5d (diff) | |
download | astro-3963cef96378cdb464499dd5d878077544849e22.tar.gz astro-3963cef96378cdb464499dd5d878077544849e22.tar.zst astro-3963cef96378cdb464499dd5d878077544849e22.zip |
Version Packages (#1181)astro@0.19.2
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 aebdf932d..89f33f610 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -8,7 +8,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.1" + "astro": "^0.19.2" }, "snowpack": { "workspaceRoot": "../.." |