diff options
author | 2021-11-19 01:21:00 -0800 | |
---|---|---|
committer | 2021-11-19 01:21:00 -0800 | |
commit | a43410b68ea4f3833ca6b7edcf4b60d6a7328334 (patch) | |
tree | b3907679aecf5d5cfdf5a41de6e5dc5e2803be9e /examples/docs | |
parent | b1586a87ac0bf47701d8e833d90edd0d9fbea9fb (diff) | |
download | astro-a43410b68ea4f3833ca6b7edcf4b60d6a7328334.tar.gz astro-a43410b68ea4f3833ca6b7edcf4b60d6a7328334.tar.zst astro-a43410b68ea4f3833ca6b7edcf4b60d6a7328334.zip |
Version Packages (next) (#1881)astro@0.21.0-next.8@astrojs/renderer-vue@0.2.0-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 65e8085c0..82982e92d 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.7", + "astro": "^0.21.0-next.8", "@snowpack/plugin-dotenv": "^2.1.0" } } |