diff options
author | 2023-08-03 12:16:51 -0700 | |
---|---|---|
committer | 2023-08-03 15:16:51 -0400 | |
commit | 49b3cf423bdad60eb08d8c78dd44af2588cc5d25 (patch) | |
tree | db2884f7879fdd2e68b21bf7edbed9467eb61fa1 /examples/framework-svelte | |
parent | 3a01ef7cc1b63ba513156887b6fa6867f1abfafc (diff) | |
download | astro-49b3cf423bdad60eb08d8c78dd44af2588cc5d25.tar.gz astro-49b3cf423bdad60eb08d8c78dd44af2588cc5d25.tar.zst astro-49b3cf423bdad60eb08d8c78dd44af2588cc5d25.zip |
[ci] release (#7937)astro@2.10.1@astrojs/internal-helpers@0.1.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 44b408144..c7907e13b 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^3.1.0", - "astro": "^2.10.0", + "astro": "^2.10.1", "svelte": "^3.59.1" } } |