Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency remark-mdx to ^3.1.0 #540

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1.0",
"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.1.0",
"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.1.0"
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.1.0"
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.1.0":
version: 3.1.0
resolution: "remark-mdx@npm:3.1.0"
dependencies:
mdast-util-mdx: "npm:^3.0.0"
micromark-extension-mdxjs: "npm:^3.0.0"
checksum: e7a59428c55753f89f1bd299bc92cfd96fb3289285384b631f8af253d8df6473ebdba085e6d1a846b55b46700aafc76f35810a3268733e6a7c676bc2a8648f17
checksum: 247800fa8561624bdca5776457c5965d99e5e60080e80262c600fe12ddd573862e029e39349e1e36e4c3bf79c8e571ecf4d3d2d8c13485b758391fb500e24a1a
languageName: node
linkType: hard

Expand Down
Loading