diff options
author | 2024-10-07 06:41:40 -0700 | |
---|---|---|
committer | 2024-10-07 15:41:40 +0200 | |
commit | 46cbf10c4baf0218f83aa741863e044374ea64d1 (patch) | |
tree | a84c0739d4414f3f1d2c54b8879641670174710a /examples/framework-react | |
parent | c87ae80053605848b988984a3b89c29fc22e1d19 (diff) | |
download | astro-46cbf10c4baf0218f83aa741863e044374ea64d1.tar.gz astro-46cbf10c4baf0218f83aa741863e044374ea64d1.tar.zst astro-46cbf10c4baf0218f83aa741863e044374ea64d1.zip |
[ci] release (#12115)create-astro@4.9.1astro@4.15.12@astrojs/vue@4.5.2@astrojs/upgrade@0.3.4@astrojs/svelte@5.7.2@astrojs/db@0.14.2
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 c8b05da0c..2dd1e6211 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.11", "@types/react-dom": "^18.3.0", - "astro": "^4.15.11", + "astro": "^4.15.12", "react": "^18.3.1", "react-dom": "^18.3.1" } |