diff options
author | 2021-11-22 10:27:46 -0500 | |
---|---|---|
committer | 2021-11-22 10:27:46 -0500 | |
commit | 63df5fbf23c36a86d49f07b82aa2b59397d52f0e (patch) | |
tree | b3676fd48d9eea74a2642e003a53a603b3c7a414 /examples/docs | |
parent | 17954a863489889e9cb2ec7bf0a1af38f9302abb (diff) | |
download | astro-63df5fbf23c36a86d49f07b82aa2b59397d52f0e.tar.gz astro-63df5fbf23c36a86d49f07b82aa2b59397d52f0e.tar.zst astro-63df5fbf23c36a86d49f07b82aa2b59397d52f0e.zip |
Version Packages (#1967)astro@0.21.1
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 dc221cc62..02fb083ff 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", + "astro": "^0.21.1", "@snowpack/plugin-dotenv": "^2.1.0" } } |