diff options
author | 2025-04-23 02:03:28 -0700 | |
---|---|---|
committer | 2025-04-23 11:03:28 +0200 | |
commit | 64898a3e3b4b8c8a03bcd4e3d3f9aace4224e625 (patch) | |
tree | 2c41311b2b76bd96edd74eb5db2af915d847009d /examples/framework-react | |
parent | 42388b24d6eb866a3129118d22b2f6c71071d0bd (diff) | |
download | astro-@astrojs/mdx@4.2.5.tar.gz astro-@astrojs/mdx@4.2.5.tar.zst astro-@astrojs/mdx@4.2.5.zip |
[ci] release (#13667)create-astro@4.11.3astro@5.7.5@astrojs/web-vitals@3.0.2@astrojs/vue@5.0.11@astrojs/vercel@8.1.4@astrojs/upgrade@0.5.2@astrojs/underscore-redirects@0.6.1@astrojs/telemetry@3.2.1@astrojs/svelte@7.0.11@astrojs/studio@0.1.8@astrojs/solid-js@5.0.9@astrojs/sitemap@3.3.1@astrojs/react@4.2.5@astrojs/preact@4.0.10@astrojs/node@9.2.1@astrojs/netlify@6.3.1@astrojs/mdx@4.2.5@astrojs/markdoc@0.14.1@astrojs/db@0.14.12@astrojs/cloudflare@12.5.1@astrojs/alpinejs@0.4.7
Co-authored-by: github-actions[bot] <41898282+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 55f05a97a..301646cc8 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -10,10 +10,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^4.2.4", + "@astrojs/react": "^4.2.5", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.6", - "astro": "^5.7.4", + "astro": "^5.7.5", "react": "^18.3.1", "react-dom": "^18.3.1" } |