diff options
author | 2024-08-29 08:28:48 -0700 | |
---|---|---|
committer | 2024-08-29 23:28:48 +0800 | |
commit | 21747e9eaee19bdfdaf9a220bfd084101a1b10da (patch) | |
tree | 6541943d87d9be26436ba087351f829fa2467648 /examples/framework-react | |
parent | 9327d56755404b481993b058bbfc4aa7880b2304 (diff) | |
download | astro-21747e9eaee19bdfdaf9a220bfd084101a1b10da.tar.gz astro-21747e9eaee19bdfdaf9a220bfd084101a1b10da.tar.zst astro-21747e9eaee19bdfdaf9a220bfd084101a1b10da.zip |
[ci] release (#11871)astro@4.15.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 88f04f255..6b30f929e 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.6.2", "@types/react": "^18.3.4", "@types/react-dom": "^18.3.0", - "astro": "^4.15.0", + "astro": "^4.15.1", "react": "^18.3.1", "react-dom": "^18.3.1" } |