diff options
author | 2023-08-31 08:36:25 -0700 | |
---|---|---|
committer | 2023-08-31 11:36:25 -0400 | |
commit | 61ac0eb3d8c650dfeafdf76824f52ac495356a60 (patch) | |
tree | ca2f305aabf5b4eea9e5cb9f5fefde1050d88331 /examples/framework-react | |
parent | f36bce043ff3137b4178a88fde581e5e3374869d (diff) | |
download | astro-61ac0eb3d8c650dfeafdf76824f52ac495356a60.tar.gz astro-61ac0eb3d8c650dfeafdf76824f52ac495356a60.tar.zst astro-61ac0eb3d8c650dfeafdf76824f52ac495356a60.zip |
[ci] release (#8326)astro@3.0.4@astrojs/vercel@4.0.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 0b0b3af75..1e0b2875f 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.0.0", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", - "astro": "^3.0.3", + "astro": "^3.0.4", "react": "^18.2.0", "react-dom": "^18.2.0" } |