diff options
author | 2022-02-11 10:41:47 -0500 | |
---|---|---|
committer | 2022-02-11 10:41:47 -0500 | |
commit | b1afce896a6800b52a103fd8535215972254e44c (patch) | |
tree | 61702d6da18302f00065bf9d670f65604f37e060 /examples/docs | |
parent | 3c682f266850a87583a5eb09eb5dd80edf7e2e45 (diff) | |
download | astro@0.23.0-next.5.tar.gz astro@0.23.0-next.5.tar.zst astro@0.23.0-next.5.zip |
[ci] release (next) (#2565)astro@0.23.0-next.5@astrojs/markdown-remark@0.6.1-next.2
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 c99c3c4eb..2d31e1b44 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,6 +12,6 @@ "@docsearch/react": "^1.0.0-alpha.28" }, "devDependencies": { - "astro": "^0.23.0-next.4" + "astro": "^0.23.0-next.5" } } |