diff options
author | 2021-08-18 09:24:09 -0700 | |
---|---|---|
committer | 2021-08-18 09:24:09 -0700 | |
commit | 986bed8ca4101ec1e56f89ce0cf136d01b6919ad (patch) | |
tree | 0549af4ca842551f0fcba01f71bb9b61684629e7 /examples/framework-svelte | |
parent | 68f46c827ec491c80df98e6100629d8f10a16beb (diff) | |
download | astro-986bed8ca4101ec1e56f89ce0cf136d01b6919ad.tar.gz astro-986bed8ca4101ec1e56f89ce0cf136d01b6919ad.tar.zst astro-986bed8ca4101ec1e56f89ce0cf136d01b6919ad.zip |
Version Packages (#1150)astro@0.19.0@astrojs/parser@0.18.6
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 c73b485c7..4041cf47b 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.0-next.3" + "astro": "^0.19.0" }, "snowpack": { "workspaceRoot": "../.." |