summaryrefslogtreecommitdiff
path: root/examples/framework-react
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-11-16 17:13:29 -0500
committerGravatar GitHub <noreply@github.com> 2021-11-16 17:13:29 -0500
commit9f5e19601962bf3074e2647a764d2d73721684ea (patch)
tree97fd825d0805cae548634bbbc3f61c35fd8135b2 /examples/framework-react
parent887fad5a11a5d7530ffc3785e1a6f873b8858fa2 (diff)
downloadastro-9f5e19601962bf3074e2647a764d2d73721684ea.tar.gz
astro-9f5e19601962bf3074e2647a764d2d73721684ea.tar.zst
astro-9f5e19601962bf3074e2647a764d2d73721684ea.zip
Version Packages (next) (#1847)astro@0.21.0-next.5
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 04ddec3cf..1dc81b269 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.4"
+ "astro": "^0.21.0-next.5"
}
}