summaryrefslogtreecommitdiff
path: root/examples/framework-react
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2023-08-30 10:31:24 -0400
committerGravatar GitHub <noreply@github.com> 2023-08-30 10:31:24 -0400
commitef37f9e290d0e61403261b2a2195f127dc031654 (patch)
treea05b69862e055994cbbce4008676f70fe3e68b84 /examples/framework-react
parent206a89d43eaa60d6a1b2121f3ba631da3384c1ab (diff)
downloadastro-ef37f9e290d0e61403261b2a2195f127dc031654.tar.gz
astro-ef37f9e290d0e61403261b2a2195f127dc031654.tar.zst
astro-ef37f9e290d0e61403261b2a2195f127dc031654.zip
Revert "[ci] release (#8285)" (#8290)
This reverts commit b4e67a0b1bb515fe7943a970e5048a0293b0aeec.
Diffstat (limited to 'examples/framework-react')
-rw-r--r--examples/framework-react/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 6bf880d8d..1e5cf042d 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -14,7 +14,7 @@
"@astrojs/react": "^3.0.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
- "astro": "^3.0.1",
+ "astro": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}