diff options
author | 2023-11-22 22:37:18 +0800 | |
---|---|---|
committer | 2023-11-22 22:37:18 +0800 | |
commit | 19fd19f3934a115471e5caff08fe5b8ba404b739 (patch) | |
tree | 8802cfef36ad13cfe9b9b24b3480d4612cf3f76e /examples/with-markdown-plugins | |
parent | 710be505c9ddf416e77a75343d8cae9c497d72c6 (diff) | |
parent | 4d1274c47987bf3c247f0ad02309f3c2b9968d6e (diff) | |
download | astro-19fd19f3934a115471e5caff08fe5b8ba404b739.tar.gz astro-19fd19f3934a115471e5caff08fe5b8ba404b739.tar.zst astro-19fd19f3934a115471e5caff08fe5b8ba404b739.zip |
Merge branch 'main' into next
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r-- | examples/with-markdown-plugins/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 4d2efc5e8..0efdc3381 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^3.5.0", - "astro": "^3.5.5", + "astro": "^3.6.0", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", |