diff options
author | 2022-05-18 21:36:32 +0000 | |
---|---|---|
committer | 2022-05-18 21:36:32 +0000 | |
commit | b330c5b72e8dc39c09e42fa8e53c1d3a6fe54bb6 (patch) | |
tree | 4f47297e6a79f57b82fe80751825ce423086773c /examples/framework-react | |
parent | f1d7d543b0038d2d6218acdd42ffaf61e9480b13 (diff) | |
download | astro-b330c5b72e8dc39c09e42fa8e53c1d3a6fe54bb6.tar.gz astro-b330c5b72e8dc39c09e42fa8e53c1d3a6fe54bb6.tar.zst astro-b330c5b72e8dc39c09e42fa8e53c1d3a6fe54bb6.zip |
[ci] release (#3400)create-astro@0.12.2astro@1.0.0-beta.30
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 abe611eca..9a86f6f9e 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/react": "^0.1.2", - "astro": "^1.0.0-beta.29" + "astro": "^1.0.0-beta.30" }, "dependencies": { "@types/react": "^18.0.9", |