diff options
author | 2024-06-26 02:29:13 -0700 | |
---|---|---|
committer | 2024-06-26 11:29:13 +0200 | |
commit | d9e6190a0daa1ea224a3c374221601d7ad9abcb8 (patch) | |
tree | e2362ad609b4d4167f81fb10762c043600656560 /examples/framework-react | |
parent | f1b78a496034d53b0e9dfc276a4a1b1d691772c4 (diff) | |
download | astro@4.11.2.tar.gz astro@4.11.2.tar.zst astro@4.11.2.zip |
[ci] release (#11336)astro@4.11.2@astrojs/studio@0.1.1@astrojs/db@0.11.7
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 2a489e32d..531466765 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.6.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.11.1", + "astro": "^4.11.2", "react": "^18.3.1", "react-dom": "^18.3.1" } |