Skip to content

Commit

Permalink
Update dependency eslint-plugin-mdx to v2.2.1 [skip netlify]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2023
1 parent 8ac1f85 commit 4d60c78
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"cssnano": "6.0.2",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-mdx": "2.2.0",
"eslint-plugin-mdx": "2.2.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "0.6.15",
"npm-run-all": "4.1.5",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4671,10 +4671,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==

eslint-mdx@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-2.2.0.tgz#4e54710f3dc9778fdcac1fabeffacb8f65ad5cbc"
integrity sha512-AriN6lCW6KhWQ9GEiXapR1DokKHefOUqKvCmHxnE9puCWYhWiycU2SNKH8jmrasDBreZ+RtJDLi+RcUNLJatjg==
eslint-mdx@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-2.2.1.tgz#45cb7b8ec7f237bb6e50bff24f24a1959ffcf327"
integrity sha512-JYGNXg1B+20CgZbjZnmqUIS7TB22uMJ/n3UUqFBWrqVmQKcg8RUvglLEAOFNNlQQ5WaI/y80YlZhF71iR9s9gA==
dependencies:
acorn "^8.10.0"
acorn-jsx "^5.3.2"
Expand All @@ -4698,12 +4698,12 @@ eslint-plugin-markdown@^3.0.1:
dependencies:
mdast-util-from-markdown "^0.8.5"

[email protected].0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-2.2.0.tgz#eb1877fcaa2eaa02d3719d5f926d12a3f7f12ff7"
integrity sha512-OseoMXUIr8iy3E0me+wJLVAxuB0kxHP1plxuYAJDynzorzOj2OKv8Fhr+rIOJ32zfl3bnEWsqFnUiCnyznr1JQ==
[email protected].1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-2.2.1.tgz#ba677ce0376e72276201d00ae328e304f6cb7283"
integrity sha512-6DWg8iXozbezGtAOub6MzcTw/M28Hanyco0XccizHjhSwAyFwt0ijFgT9lw05IXpDHbmUAXslmAhQQlShCk9JA==
dependencies:
eslint-mdx "^2.2.0"
eslint-mdx "^2.2.1"
eslint-plugin-markdown "^3.0.1"
remark-mdx "^2.3.0"
remark-parse "^10.0.2"
Expand Down

0 comments on commit 4d60c78

Please sign in to comment.