diff options
author | 2023-12-14 06:01:03 -0800 | |
---|---|---|
committer | 2023-12-14 09:01:03 -0500 | |
commit | 242fd71a6a98512586d06adafd57446cb46e5370 (patch) | |
tree | c9bf0560d1f267145cb5e6b77d2ca1f529369e04 /examples/framework-react | |
parent | d2340058aab30c91be4161e24bd3a1d70e58a205 (diff) | |
download | astro-242fd71a6a98512586d06adafd57446cb46e5370.tar.gz astro-242fd71a6a98512586d06adafd57446cb46e5370.tar.zst astro-242fd71a6a98512586d06adafd57446cb46e5370.zip |
[ci] release (#9406)astro@4.0.5@astrojs/vercel@6.1.0@astrojs/lit@4.0.0
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index e5485fe66..208a234bd 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.0.7", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", - "astro": "^4.0.4", + "astro": "^4.0.5", "react": "^18.2.0", "react-dom": "^18.2.0" } |