diff options
author | 2022-08-16 07:14:44 -0700 | |
---|---|---|
committer | 2022-08-16 10:14:44 -0400 | |
commit | 1de82f0f7805965124922ffd2cef6fb5e1b55527 (patch) | |
tree | 5d93ff6f0d98e334ee066183a295db1709df5f4b /examples/framework-svelte | |
parent | 45fdbc4650610bd8363a05c07f3863cc12391b28 (diff) | |
download | astro-1de82f0f7805965124922ffd2cef6fb5e1b55527.tar.gz astro-1de82f0f7805965124922ffd2cef6fb5e1b55527.tar.zst astro-1de82f0f7805965124922ffd2cef6fb5e1b55527.zip |
[ci] release (#4333)astro@1.0.6@astrojs/mdx@0.10.0
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 70f700781..d36c44cff 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/svelte": "^1.0.0", - "astro": "^1.0.5" + "astro": "^1.0.6" }, "dependencies": { "svelte": "^3.48.0" |