diff options
author | 2022-01-27 11:40:08 -0500 | |
---|---|---|
committer | 2022-01-27 11:40:08 -0500 | |
commit | 10db1ca75e28a893e5148cfa09ef4ae5743dd567 (patch) | |
tree | 6b929842d79ffc0763fe5bba504df6991d7c6854 /examples/docs | |
parent | 88b377242d933ad6c9c2d8409a6eaca7b3abd42c (diff) | |
download | astro-10db1ca75e28a893e5148cfa09ef4ae5743dd567.tar.gz astro-10db1ca75e28a893e5148cfa09ef4ae5743dd567.tar.zst astro-10db1ca75e28a893e5148cfa09ef4ae5743dd567.zip |
[ci] release (#2454)astro@0.22.19
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 c65c168d2..fe0464d69 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.22.18" + "astro": "^0.22.19" } } |