summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-03-21 05:03:46 -0700
committerGravatar GitHub <noreply@github.com> 2023-03-21 08:03:46 -0400
commit6afb1efea8601cc2bfacec27a8d09c2533fb704a (patch)
treec16d917a571e529a237e5e6434f85fe6258b026d /examples/with-markdown-plugins
parenta661907b40e76aa56e7d7bd7e745bb16456b13e7 (diff)
downloadastro-6afb1efea8601cc2bfacec27a8d09c2533fb704a.tar.gz
astro-6afb1efea8601cc2bfacec27a8d09c2533fb704a.tar.zst
astro-6afb1efea8601cc2bfacec27a8d09c2533fb704a.zip
* [ci] release * nit: typo in #6594 changeset --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Ben Holmes <hey@bholmes.dev>
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r--examples/with-markdown-plugins/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 60f3a67ba..ccfa06569 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.1.3",
- "@astrojs/markdown-remark": "^2.1.0",
+ "astro": "^2.1.4",
+ "@astrojs/markdown-remark": "^2.1.1",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",