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-react | |
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-react')
-rw-r--r-- | examples/framework-react/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 638c60000..e11dd9ad8 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^3.0.5", + "@astrojs/react": "^3.0.6", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", - "astro": "^3.5.6", + "astro": "^3.5.7", "react": "^18.2.0", "react-dom": "^18.2.0" } |