diff options
author | 2023-11-22 06:14:05 -0800 | |
---|---|---|
committer | 2023-11-22 09:14:05 -0500 | |
commit | 4d1274c47987bf3c247f0ad02309f3c2b9968d6e (patch) | |
tree | 06a49d2f1386b57a854bf2a1444a78ea0a371a5c /examples/framework-multiple | |
parent | cba6cf32d9bf1f5c3268808f185a4824d6fbd7f4 (diff) | |
download | astro-4d1274c47987bf3c247f0ad02309f3c2b9968d6e.tar.gz astro-4d1274c47987bf3c247f0ad02309f3c2b9968d6e.tar.zst astro-4d1274c47987bf3c247f0ad02309f3c2b9968d6e.zip |
[ci] release (#9165)astro@3.6.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index f63578c9b..515e2b8b6 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -16,7 +16,7 @@ "@astrojs/solid-js": "^3.0.2", "@astrojs/svelte": "^4.0.4", "@astrojs/vue": "^3.0.4", - "astro": "^3.5.7", + "astro": "^3.6.0", "preact": "^10.17.1", "react": "^18.2.0", "react-dom": "^18.2.0", |