Skip to content

Commit 325c65f

Browse files
dependabot[bot]Lulalaby
authored andcommitted
chore(deps-dev): Bump micromark-extension-mdx-md from 1.0.1 to 2.0.0 (#342)
Bumps [micromark-extension-mdx-md](https://github.com/micromark/micromark-extension-mdx-md) from 1.0.1 to 2.0.0. - [Release notes](https://github.com/micromark/micromark-extension-mdx-md/releases) - [Commits](micromark/micromark-extension-mdx-md@1.0.1...2.0.0) --- updated-dependencies: - dependency-name: micromark-extension-mdx-md dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef2d6a0 commit 325c65f

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@docusaurus/module-type-aliases": "2.4.1",
4848
"@tsconfig/docusaurus": "1.0.7",
49-
"micromark-extension-mdx-md": "^1.0.1",
49+
"micromark-extension-mdx-md": "^2.0.0",
5050
"remark-cli": "^11.0.0",
5151
"remark-comment": "^1.0.0",
5252
"remark-frontmatter": "^4.0.1",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6072,13 +6072,20 @@ micromark-extension-mdx-jsx@^1.0.0:
60726072
uvu "^0.5.0"
60736073
vfile-message "^3.0.0"
60746074

6075-
micromark-extension-mdx-md@^1.0.0, micromark-extension-mdx-md@^1.0.1:
6075+
micromark-extension-mdx-md@^1.0.0:
60766076
version "1.0.1"
60776077
resolved "https://registry.yarnpkg.com/micromark-extension-mdx-md/-/micromark-extension-mdx-md-1.0.1.tgz#595d4b2f692b134080dca92c12272ab5b74c6d1a"
60786078
integrity sha512-7MSuj2S7xjOQXAjjkbjBsHkMtb+mDGVW6uI2dBL9snOBCbZmoNgDAeZ0nSn9j3T42UE/g2xVNMn18PJxZvkBEA==
60796079
dependencies:
60806080
micromark-util-types "^1.0.0"
60816081

6082+
micromark-extension-mdx-md@^2.0.0:
6083+
version "2.0.0"
6084+
resolved "https://registry.yarnpkg.com/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz#1d252881ea35d74698423ab44917e1f5b197b92d"
6085+
integrity sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==
6086+
dependencies:
6087+
micromark-util-types "^2.0.0"
6088+
60826089
micromark-extension-mdxjs-esm@^1.0.0:
60836090
version "1.0.2"
60846091
resolved "https://registry.yarnpkg.com/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-1.0.2.tgz#df0c48743a0b1988119489c68314160b7942ffa6"
@@ -6283,6 +6290,11 @@ micromark-util-types@^1.0.0, micromark-util-types@^1.0.1:
62836290
resolved "https://registry.yarnpkg.com/micromark-util-types/-/micromark-util-types-1.0.2.tgz#f4220fdb319205812f99c40f8c87a9be83eded20"
62846291
integrity sha512-DCfg/T8fcrhrRKTPjRrw/5LLvdGV7BHySf/1LOZx7TzWZdYRjogNtyNq885z3nNallwr3QUKARjqvHqX1/7t+w==
62856292

6293+
micromark-util-types@^2.0.0:
6294+
version "2.0.0"
6295+
resolved "https://registry.yarnpkg.com/micromark-util-types/-/micromark-util-types-2.0.0.tgz#63b4b7ffeb35d3ecf50d1ca20e68fc7caa36d95e"
6296+
integrity sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==
6297+
62866298
micromark@^3.0.0:
62876299
version "3.0.10"
62886300
resolved "https://registry.yarnpkg.com/micromark/-/micromark-3.0.10.tgz#1eac156f0399d42736458a14b0ca2d86190b457c"

0 commit comments

Comments
 (0)