summaryrefslogtreecommitdiff
path: root/examples/with-markdoc
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-07-06 08:16:08 -0700
committerGravatar GitHub <noreply@github.com> 2023-07-06 23:16:08 +0800
commitf224078a65c3ff4cd0ba88206772b0dcbcd29c24 (patch)
tree076c5a57c37ae43952f4559279fb734d8a212ce3 /examples/with-markdoc
parenta0a1ca3e58d98a38cfc84cc03cd09ce2c508911f (diff)
downloadastro-@astrojs/markdoc@0.4.1.tar.gz
astro-@astrojs/markdoc@0.4.1.tar.zst
astro-@astrojs/markdoc@0.4.1.zip
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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index a96edcb54..72b8f46c0 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/markdoc": "^0.4.0",
- "astro": "^2.7.4"
+ "@astrojs/markdoc": "^0.4.1",
+ "astro": "^2.8.0"
}
}