diff options
author | 2024-06-17 06:39:57 -0700 | |
---|---|---|
committer | 2024-06-17 15:39:57 +0200 | |
commit | 83c565b36c7a5bf8fbc6cc37934109b74ed43ba5 (patch) | |
tree | a91a1b70869e3fc50a12108523f9499a26cac43f /examples/framework-react | |
parent | 7d597506615fa5a34327304e8321be7b9c4b799d (diff) | |
download | astro-83c565b36c7a5bf8fbc6cc37934109b74ed43ba5.tar.gz astro-83c565b36c7a5bf8fbc6cc37934109b74ed43ba5.tar.zst astro-83c565b36c7a5bf8fbc6cc37934109b74ed43ba5.zip |
[ci] release (#11233)astro@4.10.3@astrojs/vue@4.5.0@astrojs/vercel@7.7.1@astrojs/svelte@5.6.0@astrojs/solid-js@4.4.0@astrojs/sitemap@3.1.6@astrojs/react@3.6.0@astrojs/preact@3.5.0@astrojs/node@8.3.1@astrojs/mdx@3.1.1@astrojs/lit@4.3.0@astrojs/db@0.11.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 8756f639f..65ac56ac6 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^3.5.0", + "@astrojs/react": "^3.6.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.10.2", + "astro": "^4.10.3", "react": "^18.3.1", "react-dom": "^18.3.1" } |