diff options
author | 2021-08-27 10:46:14 -0400 | |
---|---|---|
committer | 2021-08-27 10:46:14 -0400 | |
commit | 3bb97ea328262519c754e4c8f6fa924d8a65801c (patch) | |
tree | 5bc8fd547113dd273db2154fc441ab17ccd157be /examples/framework-svelte | |
parent | cd684eb95ef2fc6c312535c572aa3cf4b99c16fd (diff) | |
download | astro-3bb97ea328262519c754e4c8f6fa924d8a65801c.tar.gz astro-3bb97ea328262519c754e4c8f6fa924d8a65801c.tar.zst astro-3bb97ea328262519c754e4c8f6fa924d8a65801c.zip |
Version Packages (#1246)create-astro@0.6.1astro@0.20.2@astrojs/parser@0.20.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 e43dcfbd1..f82ca0ba2 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.1" + "astro": "^0.20.2" }, "snowpack": { "workspaceRoot": "../.." |