Skip to content

Commit ab548d8

Browse files
build(deps-dev): bump eslint-plugin-mdx from 2.0.2 to 2.0.5
Bumps [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) from 2.0.2 to 2.0.5. - [Release notes](https://github.com/mdx-js/eslint-mdx/releases) - [Changelog](https://github.com/mdx-js/eslint-mdx/blob/master/CHANGELOG.md) - [Commits](https://github.com/mdx-js/eslint-mdx/commits) --- 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>
1 parent 0f786c4 commit ab548d8

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
@@ -95,7 +95,7 @@
9595
"eslint": "^8.23.1",
9696
"eslint-config-prettier": "^8.5.0",
9797
"eslint-plugin-cypress": "^2.12.1",
98-
"eslint-plugin-mdx": "^2.0.4",
98+
"eslint-plugin-mdx": "^2.0.5",
9999
"eslint-plugin-react": "^7.31.8",
100100
"eslint-plugin-react-hooks": "^4.6.0",
101101
"front-matter": "^4.0.2",

yarn.lock

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

5132-
eslint-mdx@^2.0.4:
5133-
version "2.0.4"
5134-
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-2.0.4.tgz#f3c7dfebf852e960ecc0d2f44de8fd3c9599f8eb"
5135-
integrity sha512-SEgeWByCKYNRSqV+FtxHIcBadW7xCDtfZVACEZgFN1woGuPbr1XQicUMHO5pE0LSSQfWNHXTXP9MCMBkRRVS4A==
5132+
eslint-mdx@^2.0.5:
5133+
version "2.0.5"
5134+
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-2.0.5.tgz#f26ae220192dd368b1c1ee670282cc28c50c244a"
5135+
integrity sha512-1ZzcJwJNfladtuK+uuG/MdC0idc1e3d1vCI2STOq/pLcJBGuao2biWh90vEh2M93zDiNoHJGUIU7UAxupiiHFw==
51365136
dependencies:
51375137
acorn "^8.8.0"
51385138
acorn-jsx "^5.3.2"
@@ -5163,12 +5163,12 @@ eslint-plugin-markdown@^3.0.0:
51635163
dependencies:
51645164
mdast-util-from-markdown "^0.8.5"
51655165

5166-
eslint-plugin-mdx@^2.0.4:
5167-
version "2.0.4"
5168-
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-2.0.4.tgz#ae5226c6340f46b007198921d3c6872196f1e153"
5169-
integrity sha512-dDxtpaQl4EFAj8pZKa3Wk5s6QH2wz22Ba25j4OtW40zkB2Bb/Su/8xWoikF61bZoL99Y3aUV24eUTS39n0PJLQ==
5166+
eslint-plugin-mdx@^2.0.5:
5167+
version "2.0.5"
5168+
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-2.0.5.tgz#7717a6e2f5c8f28530b1ef7a612f55430fb4726e"
5169+
integrity sha512-j2xN97jSlc5IoH94rJTHqYMztl46+hHzyC8Zqjx+OI1Rvv33isyf8xSSBHN6f0z8IJmgPgGsb/fH90JbvKplXg==
51705170
dependencies:
5171-
eslint-mdx "^2.0.4"
5171+
eslint-mdx "^2.0.5"
51725172
eslint-plugin-markdown "^3.0.0"
51735173
remark-mdx "^2.1.3"
51745174
remark-parse "^10.0.1"

0 commit comments

Comments
 (0)