diff options
author | 2021-11-11 08:48:04 -0500 | |
---|---|---|
committer | 2021-11-11 08:48:04 -0500 | |
commit | 83be55d5dda19e658cfd969a675f7150340be4b8 (patch) | |
tree | 37537a3d08002c2e567d00a12d06b626c6f48f7d /examples/framework-react | |
parent | 8e3fd04dbd1428071624337b22b1e10e70e83165 (diff) | |
download | astro-83be55d5dda19e658cfd969a675f7150340be4b8.tar.gz astro-83be55d5dda19e658cfd969a675f7150340be4b8.tar.zst astro-83be55d5dda19e658cfd969a675f7150340be4b8.zip |
Version Packages (next) (#1791)astro@0.21.0-next.3@astrojs/markdown-remark@0.4.0-next.1
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 5cf569c03..d5171872d 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.2" + "astro": "^0.21.0-next.3" } } |