diff options
author | 2023-07-24 02:09:11 -0700 | |
---|---|---|
committer | 2023-07-24 17:09:11 +0800 | |
commit | e80896a67c08c1c7916417d2f385a185c773d97e (patch) | |
tree | 6b7d4501f6f97ebbf98356a6450ac802867b98ea /examples/framework-react | |
parent | 3567afac4411c1054a5e999dd692e6d079825b4a (diff) | |
download | astro-e80896a67c08c1c7916417d2f385a185c773d97e.tar.gz astro-e80896a67c08c1c7916417d2f385a185c773d97e.tar.zst astro-e80896a67c08c1c7916417d2f385a185c773d97e.zip |
[ci] release (#7763)astro@2.9.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 d4c040eeb..b53bae808 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.1", + "astro": "^2.9.2", "react": "^18.2.0", "react-dom": "^18.2.0" } |