diff options
author | 2023-07-21 13:37:17 -0700 | |
---|---|---|
committer | 2023-07-21 16:37:17 -0400 | |
commit | 16a41528e444c25f4db9862538c0ec45d4ddb188 (patch) | |
tree | 8c73ba18b19d82e951869dfeeae467b92c52babb /examples/with-markdoc | |
parent | c65da5f1cd47d2e2ae97b0f5ada3863430a324da (diff) | |
download | astro-16a41528e444c25f4db9862538c0ec45d4ddb188.tar.gz astro-16a41528e444c25f4db9862538c0ec45d4ddb188.tar.zst astro-16a41528e444c25f4db9862538c0ec45d4ddb188.zip |
[ci] release (#7737)astro@2.9.1@astrojs/vercel@3.7.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdoc')
-rw-r--r-- | examples/with-markdoc/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 4e47b9e1e..3408b4169 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.4.3", - "astro": "^2.9.0" + "astro": "^2.9.1" } } |