diff options
author | 2021-11-16 17:13:29 -0500 | |
---|---|---|
committer | 2021-11-16 17:13:29 -0500 | |
commit | 9f5e19601962bf3074e2647a764d2d73721684ea (patch) | |
tree | 97fd825d0805cae548634bbbc3f61c35fd8135b2 /examples/docs | |
parent | 887fad5a11a5d7530ffc3785e1a6f873b8858fa2 (diff) | |
download | astro@0.21.0-next.5.tar.gz astro@0.21.0-next.5.tar.zst astro@0.21.0-next.5.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/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 c76b1cad1..e65c656b5 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.4", + "astro": "^0.21.0-next.5", "@snowpack/plugin-dotenv": "^2.1.0" } } |