diff options
author | 2024-10-15 10:48:59 -0700 | |
---|---|---|
committer | 2024-10-15 19:48:59 +0200 | |
commit | c929e5d8c8e1443c64cbe1a29845930206ebff0e (patch) | |
tree | c2cb920df612609d33bb1d7daef44261b5985b6a /examples/framework-react | |
parent | 4ade067cef9a43919488da3d9c0c158147d9ac06 (diff) | |
download | astro-c929e5d8c8e1443c64cbe1a29845930206ebff0e.tar.gz astro-c929e5d8c8e1443c64cbe1a29845930206ebff0e.tar.zst astro-c929e5d8c8e1443c64cbe1a29845930206ebff0e.zip |
[ci] release (beta) (#12170)astro@5.0.0-beta.5@astrojs/markdoc@0.12.0-beta.0
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 9fd305f37..4b4706d5b 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^3.6.2", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.1", - "astro": "^5.0.0-beta.4", + "astro": "^5.0.0-beta.5", "react": "^18.3.1", "react-dom": "^18.3.1" } |