diff options
author | 2021-11-17 16:25:02 -0800 | |
---|---|---|
committer | 2021-11-17 16:25:02 -0800 | |
commit | eb4d5f1d8fa055d542ab25bfffe2205ff14aefc8 (patch) | |
tree | a212159ceb99e6147a90ea297497572d88d15abd /examples/framework-react | |
parent | c2668afed090201b782af9bfd89e57f572fd3061 (diff) | |
download | astro-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.json | 2 |
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" } } |