diff options
author | 2023-11-27 23:47:51 +0800 | |
---|---|---|
committer | 2023-11-27 23:47:51 +0800 | |
commit | 88f40846d4c322be7d9131974d5a8e6a4b5d23c4 (patch) | |
tree | 3b325ccfbe3d8e850d639b5e3f4a1165a2276a16 /examples/framework-multiple | |
parent | a145ac07e75927e13af62e28d13bc8217a362b8e (diff) | |
parent | 2ef75fe752b4fbd63f98ca8ee294b135f6bec804 (diff) | |
download | astro-88f40846d4c322be7d9131974d5a8e6a4b5d23c4.tar.gz astro-88f40846d4c322be7d9131974d5a8e6a4b5d23c4.tar.zst astro-88f40846d4c322be7d9131974d5a8e6a4b5d23c4.zip |
Merge branch 'main' into next
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 b2cd71afc..76c001d53 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.6.0", + "astro": "^3.6.1", "preact": "^10.19.2", "react": "^18.2.0", "react-dom": "^18.2.0", |