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-17 16:25:02 -0800
committerGravatar GitHub <noreply@github.com> 2021-11-17 16:25:02 -0800
commiteb4d5f1d8fa055d542ab25bfffe2205ff14aefc8 (patch)
treea212159ceb99e6147a90ea297497572d88d15abd /examples/framework-react
parentc2668afed090201b782af9bfd89e57f572fd3061 (diff)
downloadastro-eb4d5f1d8fa055d542ab25bfffe2205ff14aefc8.tar.gz
astro-eb4d5f1d8fa055d542ab25bfffe2205ff14aefc8.tar.zst
astro-eb4d5f1d8fa055d542ab25bfffe2205ff14aefc8.zip
Version Packages (next) (#1873)create-astro@0.6.7-next.1astro@0.21.0-next.7
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 9fa6048a7..c32020a4b 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.6"
+ "astro": "^0.21.0-next.7"
}
}