diff options
author | 2021-11-19 11:22:19 -0500 | |
---|---|---|
committer | 2021-11-19 11:22:19 -0500 | |
commit | bb90ff60c8e9f1a4ebec4247a431772d2722b141 (patch) | |
tree | f84ed169bb6fdf3ee6bc1877c08b1213859efc57 /examples/docs | |
parent | c76821687df91a6ec3ef0fa1b14e0153287633be (diff) | |
download | astro-bb90ff60c8e9f1a4ebec4247a431772d2722b141.tar.gz astro-bb90ff60c8e9f1a4ebec4247a431772d2722b141.tar.zst astro-bb90ff60c8e9f1a4ebec4247a431772d2722b141.zip |
Version Packages (next) (#1907)astro@0.21.0-next.10
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 89b0c3cb9..ec76a91a4 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.9", + "astro": "^0.21.0-next.10", "@snowpack/plugin-dotenv": "^2.1.0" } } |