diff options
author | 2022-05-23 13:26:07 -0400 | |
---|---|---|
committer | 2022-05-23 13:26:07 -0400 | |
commit | 8eec97fdd15018e1eed020982b4ad380c75c010b (patch) | |
tree | b1ca260c7f7a80a1e87439c19729059f00d47c19 /examples/framework-react | |
parent | d0720ccfb452cb9b7efea4eb92775c219ddb7271 (diff) | |
download | astro-8eec97fdd15018e1eed020982b4ad380c75c010b.tar.gz astro-8eec97fdd15018e1eed020982b4ad380c75c010b.tar.zst astro-8eec97fdd15018e1eed020982b4ad380c75c010b.zip |
[ci] release (#3409)
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 0615a7c35..3d51be33b 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.31" + "astro": "^1.0.0-beta.32" }, "dependencies": { "@types/react": "^18.0.9", |