diff options
author | 2022-07-12 08:16:15 -0700 | |
---|---|---|
committer | 2022-07-12 11:16:15 -0400 | |
commit | 4bf47367687b67170e6c3c722f514b5c2e67519d (patch) | |
tree | 35a61adb7f1a6b0f3695b1e1a7db3cff12ecd05f /examples/framework-react | |
parent | 4097f06226ab393280658e81c258593bc41452fe (diff) | |
download | astro-4bf47367687b67170e6c3c722f514b5c2e67519d.tar.gz astro-4bf47367687b67170e6c3c722f514b5c2e67519d.tar.zst astro-4bf47367687b67170e6c3c722f514b5c2e67519d.zip |
[ci] release (#3899)
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 ef6e8d958..3da305e3d 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.67" + "astro": "^1.0.0-beta.68" }, "dependencies": { "react": "^18.1.0", |