summaryrefslogtreecommitdiff
path: root/examples/with-markdoc
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-03-24 10:17:01 -0700
committerGravatar GitHub <noreply@github.com> 2023-03-24 13:17:01 -0400
commit12d42f47bd7edf3f92c85d63d6d17b2ed7d1051e (patch)
treeddb2fb292b4ac4e7dcfd8a30c1d4eab84ab092f8 /examples/with-markdoc
parenta0b6aac2f35ec9e2968b17a76239c12ae285ba0e (diff)
downloadastro-@astrojs/markdoc@0.0.5.tar.gz
astro-@astrojs/markdoc@0.0.5.tar.zst
astro-@astrojs/markdoc@0.0.5.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 face74da0..9ca562fa3 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/markdoc": "^0.0.4",
- "astro": "^2.1.6"
+ "@astrojs/markdoc": "^0.0.5",
+ "astro": "^2.1.7"
}
}