diff options
author | 2023-09-19 02:21:05 -0700 | |
---|---|---|
committer | 2023-09-19 17:21:05 +0800 | |
commit | 9b84a7ef96c27986399d989b6f14806b65c5a4e8 (patch) | |
tree | 7a21b486c62f2f8db4696fbf2b4da16896d8fdad /examples/framework-react | |
parent | 86acd0f1d5f18a0ee512e1250fd4278c32f46338 (diff) | |
download | astro-9b84a7ef96c27986399d989b6f14806b65c5a4e8.tar.gz astro-9b84a7ef96c27986399d989b6f14806b65c5a4e8.tar.zst astro-9b84a7ef96c27986399d989b6f14806b65c5a4e8.zip |
[ci] release (#8590)create-astro@4.2.0astro@3.1.1@astrojs/vercel@5.0.1@astrojs/cloudflare@7.1.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 1f99c9729..f258a4ee6 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.0.2", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", - "astro": "^3.1.0", + "astro": "^3.1.1", "react": "^18.2.0", "react-dom": "^18.2.0" } |