diff options
author | 2023-07-21 13:37:17 -0700 | |
---|---|---|
committer | 2023-07-21 16:37:17 -0400 | |
commit | 16a41528e444c25f4db9862538c0ec45d4ddb188 (patch) | |
tree | 8c73ba18b19d82e951869dfeeae467b92c52babb /examples/framework-react | |
parent | c65da5f1cd47d2e2ae97b0f5ada3863430a324da (diff) | |
download | astro-16a41528e444c25f4db9862538c0ec45d4ddb188.tar.gz astro-16a41528e444c25f4db9862538c0ec45d4ddb188.tar.zst astro-16a41528e444c25f4db9862538c0ec45d4ddb188.zip |
[ci] release (#7737)astro@2.9.1@astrojs/vercel@3.7.4
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 7050f1dd7..d4c040eeb 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^2.2.1", "@types/react": "^18.2.13", "@types/react-dom": "^18.2.6", - "astro": "^2.9.0", + "astro": "^2.9.1", "react": "^18.2.0", "react-dom": "^18.2.0" } |