summaryrefslogtreecommitdiff
path: root/examples/framework-react
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-02-01 08:52:57 -0500
committerGravatar GitHub <noreply@github.com> 2022-02-01 08:52:57 -0500
commitdd1a14a2eb23ba9e3ccc1e51ecbd36a65f34a2a2 (patch)
tree7c43bc976b6f60cd311757e71bc0faf556d77bf1 /examples/framework-react
parentbc8c114dcc61eaf6b5e13b379e33bf57e384977e (diff)
downloadastro-dd1a14a2eb23ba9e3ccc1e51ecbd36a65f34a2a2.tar.gz
astro-dd1a14a2eb23ba9e3ccc1e51ecbd36a65f34a2a2.tar.zst
astro-dd1a14a2eb23ba9e3ccc1e51ecbd36a65f34a2a2.zip
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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index b7e3d3592..4239c399f 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.20"
+ "astro": "^0.23.0-next.0"
}
}