Skip to content

Commit

Permalink
fix(deps): update dependency remark-mdx to ^3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent d6fc093 commit d7a2d8b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"acorn-jsx": "^5.3.2",
"espree": "^9.6.1",
"estree-util-visit": "^2.0.0",
"remark-mdx": "^3.0.0",
"remark-mdx": "^3.0.1",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"synckit": "^0.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"eslint-mdx": "^3.1.5",
"eslint-plugin-markdown": "^3.0.1",
"remark-mdx": "^3.0.0",
"remark-mdx": "^3.0.1",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"tslib": "^2.6.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7359,7 +7359,7 @@ __metadata:
acorn-jsx: "npm:^5.3.2"
espree: "npm:^9.6.1"
estree-util-visit: "npm:^2.0.0"
remark-mdx: "npm:^3.0.0"
remark-mdx: "npm:^3.0.1"
remark-parse: "npm:^11.0.0"
remark-stringify: "npm:^11.0.0"
synckit: "npm:^0.9.0"
Expand Down Expand Up @@ -7549,7 +7549,7 @@ __metadata:
dependencies:
eslint-mdx: "npm:^3.1.5"
eslint-plugin-markdown: "npm:^3.0.1"
remark-mdx: "npm:^3.0.0"
remark-mdx: "npm:^3.0.1"
remark-parse: "npm:^11.0.0"
remark-stringify: "npm:^11.0.0"
tslib: "npm:^2.6.2"
Expand Down Expand Up @@ -14505,13 +14505,13 @@ __metadata:
languageName: node
linkType: hard

"remark-mdx@npm:^3.0.0":
version: 3.0.0
resolution: "remark-mdx@npm:3.0.0"
"remark-mdx@npm:^3.0.1":
version: 3.0.1
resolution: "remark-mdx@npm:3.0.1"
dependencies:
mdast-util-mdx: "npm:^3.0.0"
micromark-extension-mdxjs: "npm:^3.0.0"
checksum: e7a59428c55753f89f1bd299bc92cfd96fb3289285384b631f8af253d8df6473ebdba085e6d1a846b55b46700aafc76f35810a3268733e6a7c676bc2a8648f17
checksum: 9e16cd5ff3b30620bd25351a2dd1701627fa5555785b35ee5fe07bd1e6793a9c825cc1f6af9e54a44351f74879f8b5ea2bce8e5a21379aeab58935e76a4d69ce
languageName: node
linkType: hard

Expand Down

0 comments on commit d7a2d8b

Please sign in to comment.