diff options
author | 2021-08-05 13:57:21 -0700 | |
---|---|---|
committer | 2021-08-05 13:57:21 -0700 | |
commit | 3eb5a0f61f4c9f0dafdc447cc62bd73c2f8f283a (patch) | |
tree | 0b0f509a81714ce8fa5d4e5b5bfb0ecadeb9763b /examples/framework-svelte | |
parent | 8cf0e65a8b11342b9d1b636c5d41fd4c4ba0fa1f (diff) | |
download | astro-3eb5a0f61f4c9f0dafdc447cc62bd73c2f8f283a.tar.gz astro-3eb5a0f61f4c9f0dafdc447cc62bd73c2f8f283a.tar.zst astro-3eb5a0f61f4c9f0dafdc447cc62bd73c2f8f283a.zip |
Version Packages (#1036)astro@0.18.9
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 98c345158..9c484b5ae 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.8" + "astro": "^0.18.9" }, "snowpack": { "workspaceRoot": "../.." |