Skip to content

Commit 9b39e15

Browse files
build(deps-dev): bump eslint-plugin-mdx from 2.0.3 to 2.0.4 (#6381)
Bumps [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/mdx-js/eslint-mdx/releases) - [Changelog](https://github.com/mdx-js/eslint-mdx/blob/master/CHANGELOG.md) - [Commits](mdx-js/eslint-mdx@v2.0.3...v2.0.4) --- updated-dependencies: - dependency-name: eslint-plugin-mdx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97638c3 commit 9b39e15

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"eslint": "^8.23.0",
9494
"eslint-config-prettier": "^8.5.0",
9595
"eslint-plugin-cypress": "^2.12.1",
96-
"eslint-plugin-mdx": "^2.0.3",
96+
"eslint-plugin-mdx": "^2.0.4",
9797
"eslint-plugin-react": "^7.31.1",
9898
"eslint-plugin-react-hooks": "^4.6.0",
9999
"front-matter": "^4.0.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4953,10 +4953,10 @@ eslint-config-prettier@^8.5.0:
49534953
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1"
49544954
integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==
49554955

4956-
eslint-mdx@^2.0.3:
4957-
version "2.0.3"
4958-
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-2.0.3.tgz#acf3aa9b55690be7d5489b7b8a97a44bfd302188"
4959-
integrity sha512-eHGJxe3jkY2NocfQ6IJGh159r2iFHHSyyBhEf9Whz3krBaF1xus/fwhLv7hy7HAu58yNkUrdrd1YSmu6cjOkXw==
4956+
eslint-mdx@^2.0.4:
4957+
version "2.0.4"
4958+
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-2.0.4.tgz#f3c7dfebf852e960ecc0d2f44de8fd3c9599f8eb"
4959+
integrity sha512-SEgeWByCKYNRSqV+FtxHIcBadW7xCDtfZVACEZgFN1woGuPbr1XQicUMHO5pE0LSSQfWNHXTXP9MCMBkRRVS4A==
49604960
dependencies:
49614961
acorn "^8.8.0"
49624962
acorn-jsx "^5.3.2"
@@ -4987,12 +4987,12 @@ eslint-plugin-markdown@^3.0.0:
49874987
dependencies:
49884988
mdast-util-from-markdown "^0.8.5"
49894989

4990-
eslint-plugin-mdx@^2.0.3:
4991-
version "2.0.3"
4992-
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-2.0.3.tgz#d7630349f54ea7a571f3e205c5959dd6e603260f"
4993-
integrity sha512-cZRsdIiwELS5NrElTAheAysIy/coGTWH4gZtSffGh7pY5Vk8VgFuRf39xI781G3pSO4p5sX/0K3YhYFZEwwy8g==
4990+
eslint-plugin-mdx@^2.0.4:
4991+
version "2.0.4"
4992+
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-2.0.4.tgz#ae5226c6340f46b007198921d3c6872196f1e153"
4993+
integrity sha512-dDxtpaQl4EFAj8pZKa3Wk5s6QH2wz22Ba25j4OtW40zkB2Bb/Su/8xWoikF61bZoL99Y3aUV24eUTS39n0PJLQ==
49944994
dependencies:
4995-
eslint-mdx "^2.0.3"
4995+
eslint-mdx "^2.0.4"
49964996
eslint-plugin-markdown "^3.0.0"
49974997
remark-mdx "^2.1.3"
49984998
remark-parse "^10.0.1"

0 commit comments

Comments
 (0)