diff options
author | 2024-01-31 02:40:01 -0800 | |
---|---|---|
committer | 2024-01-31 10:40:01 +0000 | |
commit | 43391ac60d5984cacabdbf1bc6786b9fe05832a2 (patch) | |
tree | 945cf39fa1f578cc741726886a22573e567d6bfe /examples/framework-react | |
parent | bfc145b77875e0c91bc09d0b228f8ca8ef8e1023 (diff) | |
download | astro-43391ac60d5984cacabdbf1bc6786b9fe05832a2.tar.gz astro-43391ac60d5984cacabdbf1bc6786b9fe05832a2.tar.zst astro-43391ac60d5984cacabdbf1bc6786b9fe05832a2.zip |
[ci] release (#9879)astro@4.2.8
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 c5c5349fc..053b88785 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.0.9", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", - "astro": "^4.2.7", + "astro": "^4.2.8", "react": "^18.2.0", "react-dom": "^18.2.0" } |