diff options
author | 2022-07-12 09:18:13 -0700 | |
---|---|---|
committer | 2022-07-12 12:18:13 -0400 | |
commit | ba67a924cab9a99b358cd9d730b9f618f4db5a7e (patch) | |
tree | 2b7a09fcfe49b61b46ce8d1bf6d1ef1de1522edd /examples/framework-react | |
parent | ab232dd10f8d8ae5a3654293a1f1429343990039 (diff) | |
download | astro-ba67a924cab9a99b358cd9d730b9f618f4db5a7e.tar.gz astro-ba67a924cab9a99b358cd9d730b9f618f4db5a7e.tar.zst astro-ba67a924cab9a99b358cd9d730b9f618f4db5a7e.zip |
[ci] release (#3900)
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 3da305e3d..f1dbbd30c 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -12,7 +12,7 @@ "@astrojs/react": "^0.3.1", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", - "astro": "^1.0.0-beta.68" + "astro": "^1.0.0-beta.69" }, "dependencies": { "react": "^18.1.0", |