diff options
author | 2021-11-11 08:48:04 -0500 | |
---|---|---|
committer | 2021-11-11 08:48:04 -0500 | |
commit | 83be55d5dda19e658cfd969a675f7150340be4b8 (patch) | |
tree | 37537a3d08002c2e567d00a12d06b626c6f48f7d /examples/docs | |
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/docs')
-rw-r--r-- | examples/docs/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json index 92167416e..277930e5d 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,7 +12,7 @@ "@docsearch/react": "^1.0.0-alpha.27" }, "devDependencies": { - "astro": "^0.21.0-next.2", + "astro": "^0.21.0-next.3", "@snowpack/plugin-dotenv": "^2.1.0" } } |