diff options
author | 2023-03-24 10:17:01 -0700 | |
---|---|---|
committer | 2023-03-24 13:17:01 -0400 | |
commit | 12d42f47bd7edf3f92c85d63d6d17b2ed7d1051e (patch) | |
tree | ddb2fb292b4ac4e7dcfd8a30c1d4eab84ab092f8 /examples/component | |
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/component')
-rw-r--r-- | examples/component/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/component/package.json b/examples/component/package.json index 60102ec32..51d48cd5a 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.1.6" + "astro": "^2.1.7" }, "peerDependencies": { "astro": "^2.0.0-beta.0" |