diff options
author | 2024-09-23 10:26:46 -0700 | |
---|---|---|
committer | 2024-09-23 19:26:46 +0200 | |
commit | 7814a6cad15f06931f963580176d9b38aa7819f2 (patch) | |
tree | e29b1f4c004a861c232a1307d43eb6bb7a73f926 /examples/framework-react | |
parent | 72dc2313ec8a570cd935deadeeb0ab9fd39d5c3b (diff) | |
download | astro-7814a6cad15f06931f963580176d9b38aa7819f2.tar.gz astro-7814a6cad15f06931f963580176d9b38aa7819f2.tar.zst astro-7814a6cad15f06931f963580176d9b38aa7819f2.zip |
[ci] release (#12037)astro@4.15.9
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 0574a99ec..911bbfa08 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.5", "@types/react-dom": "^18.3.0", - "astro": "^4.15.8", + "astro": "^4.15.9", "react": "^18.3.1", "react-dom": "^18.3.1" } |