diff options
author | 2024-05-09 03:06:49 -0700 | |
---|---|---|
committer | 2024-05-09 11:06:49 +0100 | |
commit | 770b9f06c3d67f89de527d8b3a842555e596c01f (patch) | |
tree | 1567d18564d05341e013d5cbff6c109701baabb1 /examples/framework-react | |
parent | 0ac090dca356a1dc282836f8154c0869ae793f5a (diff) | |
download | astro-770b9f06c3d67f89de527d8b3a842555e596c01f.tar.gz astro-770b9f06c3d67f89de527d8b3a842555e596c01f.tar.zst astro-770b9f06c3d67f89de527d8b3a842555e596c01f.zip |
[ci] release (#10944)astro@4.8.0@astrojs/web-vitals@0.1.1@astrojs/vue@4.2.0@astrojs/vercel@7.6.0@astrojs/solid-js@4.2.0@astrojs/react@3.3.3@astrojs/preact@3.3.0@astrojs/mdx@3.0.0@astrojs/db@0.11.1
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 9e255a013..7df5fb1a2 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^3.3.2", + "@astrojs/react": "^3.3.3", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", - "astro": "^4.7.1", + "astro": "^4.8.0", "react": "^18.3.1", "react-dom": "^18.3.1" } |