diff options
author | 2023-04-13 11:41:56 -0700 | |
---|---|---|
committer | 2023-04-13 14:41:56 -0400 | |
commit | b105ccb9ca2fdbf8c161e32d9e666113b26c3327 (patch) | |
tree | 1b9a4fde90f5950720c9064097cdb2c35d84b242 /examples/framework-svelte | |
parent | 704d61e7777c1e76f867555f20c999f20a4fab95 (diff) | |
download | astro-b105ccb9ca2fdbf8c161e32d9e666113b26c3327.tar.gz astro-b105ccb9ca2fdbf8c161e32d9e666113b26c3327.tar.zst astro-b105ccb9ca2fdbf8c161e32d9e666113b26c3327.zip |
[ci] release (#6835)create-astro@3.1.3astro@2.3.0@astrojs/mdx@0.19.0@astrojs/markdown-remark@2.1.4
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 1288f828a..480f7e0cf 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^2.1.0", - "astro": "^2.2.3" + "astro": "^2.3.0" } } |