From b92fbd6f2b00aca46f74632057854c72d7ff75cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 07:24:04 +0000 Subject: [PATCH] Bump @markdoc/markdoc from 0.2.2 to 0.4.0 Bumps [@markdoc/markdoc](https://github.com/markdoc/markdoc) from 0.2.2 to 0.4.0. - [Release notes](https://github.com/markdoc/markdoc/releases) - [Commits](https://github.com/markdoc/markdoc/compare/0.2.2...0.4.0) --- updated-dependencies: - dependency-name: "@markdoc/markdoc" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 454bd52..d0e50be 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@astrojs/rss": "^2.0.0", "@astrojs/sitemap": "^1.0.0", "@astrojs/tailwind": "^2.1.3", - "@markdoc/markdoc": "^0.2.1", + "@markdoc/markdoc": "^0.4.0", "@tailwindcss/typography": "^0.5.9", "astro": "^1.9.2", "astro-markdoc-renderer": "0.0.1-alpha.1", diff --git a/yarn.lock b/yarn.lock index 5b89e5f..b3c8025 100644 --- a/yarn.lock +++ b/yarn.lock @@ -431,6 +431,13 @@ optionalDependencies: "@types/markdown-it" "12.2.3" +"@markdoc/markdoc@^0.4.0": + version "0.4.0" + resolved "https://registry.yarnpkg.com/@markdoc/markdoc/-/markdoc-0.4.0.tgz#0ac4126c7f0b9370eb45cc05296c044d78c18a16" + integrity sha512-fSh4P3Y4E7oaKYc2oNzSIJVPDto7SMzAuQN1Iyx53UxzleA6QzRdNWRxmiPqtVDaDi5dELd2yICoG91csrGrAw== + optionalDependencies: + "@types/markdown-it" "12.2.3" + "@nodelib/fs.scandir@2.1.5": version "2.1.5" resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"