diff options
author | 2023-11-21 13:44:16 -0800 | |
---|---|---|
committer | 2023-11-21 16:44:16 -0500 | |
commit | ac908b78391711bfcc590bfafb27484b646ffa85 (patch) | |
tree | c7c204b7806a22960cdd3a4a35b6ab2a2d3db21a /examples/framework-multiple | |
parent | 7ff8d62bf861694067491ff17d01b1b0f6809d6b (diff) | |
download | astro-ac908b78391711bfcc590bfafb27484b646ffa85.tar.gz astro-ac908b78391711bfcc590bfafb27484b646ffa85.tar.zst astro-ac908b78391711bfcc590bfafb27484b646ffa85.zip |
[ci] release (#9155)astro@3.5.7@astrojs/react@3.0.6
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index c530dfd55..f63578c9b 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -12,11 +12,11 @@ }, "dependencies": { "@astrojs/preact": "^3.0.1", - "@astrojs/react": "^3.0.5", + "@astrojs/react": "^3.0.6", "@astrojs/solid-js": "^3.0.2", "@astrojs/svelte": "^4.0.4", "@astrojs/vue": "^3.0.4", - "astro": "^3.5.6", + "astro": "^3.5.7", "preact": "^10.17.1", "react": "^18.2.0", "react-dom": "^18.2.0", |