diff options
author | 2023-03-24 10:17:01 -0700 | |
---|---|---|
committer | 2023-03-24 13:17:01 -0400 | |
commit | 12d42f47bd7edf3f92c85d63d6d17b2ed7d1051e (patch) | |
tree | ddb2fb292b4ac4e7dcfd8a30c1d4eab84ab092f8 /examples/docs | |
parent | a0b6aac2f35ec9e2968b17a76239c12ae285ba0e (diff) | |
download | astro-12d42f47bd7edf3f92c85d63d6d17b2ed7d1051e.tar.gz astro-12d42f47bd7edf3f92c85d63d6d17b2ed7d1051e.tar.zst astro-12d42f47bd7edf3f92c85d63d6d17b2ed7d1051e.zip |
[ci] release (#6646)astro@2.1.7@astrojs/markdoc@0.0.5
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 ec1fead4e..3d8030267 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.1.6", + "astro": "^2.1.7", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", |