Skip to content

Commit e77d66e

Browse files
build(deps-dev): bump eslint-plugin-mdx from 1.16.0 to 1.17.0 (#6052)
Bumps [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) from 1.16.0 to 1.17.0. - [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@v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: eslint-plugin-mdx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2fb01c9 commit e77d66e

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.11.0",
9494
"eslint-config-prettier": "^8.5.0",
9595
"eslint-plugin-cypress": "^2.12.1",
96-
"eslint-plugin-mdx": "^1.16.0",
96+
"eslint-plugin-mdx": "^1.17.0",
9797
"eslint-plugin-react": "^7.29.4",
9898
"eslint-plugin-react-hooks": "^4.3.0",
9999
"front-matter": "^4.0.2",

yarn.lock

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

5153-
eslint-mdx@^1.16.0:
5154-
version "1.16.0"
5155-
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-1.16.0.tgz#e95b8e9bde391d3ad8ec327fdce062e96be166f4"
5156-
integrity sha512-x+E50XrnGJefbzj7cpKPjXKL06KWSlzCrD5/02ZMmi+IMgwoR9Z8V44S/ff78Kg75WVnXgo0oJMcpNP85xxY+Q==
5153+
eslint-mdx@^1.17.0:
5154+
version "1.17.0"
5155+
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-1.17.0.tgz#f5396fa8256386363ee18cdc9ae73a7e6a93acfa"
5156+
integrity sha512-O8+JRfwCzpoR2P6zUI1GDAAM/bsuzcoBS1ArvpQrgQO/E2Km0vBmM15ukiJxZ+YUh5d+qDlrqha0fZB50MojJQ==
51575157
dependencies:
51585158
cosmiconfig "^7.0.1"
51595159
remark-mdx "^1.6.22"
@@ -5176,12 +5176,12 @@ eslint-plugin-markdown@^2.2.1:
51765176
dependencies:
51775177
mdast-util-from-markdown "^0.8.5"
51785178

5179-
eslint-plugin-mdx@^1.16.0:
5180-
version "1.16.0"
5181-
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-1.16.0.tgz#16471df68e5ac4095e47eb1a3cd9444676e00ecf"
5182-
integrity sha512-p5S6+UZMt+9Xa4fJNaBcldO3gHkDwoPMFM6417PfggPlbai8mWbrSEehZU6o3vZ2Lg/WQfVXYic35VYycYqJDA==
5179+
eslint-plugin-mdx@^1.17.0:
5180+
version "1.17.0"
5181+
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-1.17.0.tgz#be00f9193e92d595b8869a7e1bf3716edf1dbe9e"
5182+
integrity sha512-Kicizy+fbfsB2UxTDXP92qTtFqITApu4v4DRQUfXMoPwBHeQRvZnaEtXu2S9aia51GYRYsMSqUvoPPih/5oB+g==
51835183
dependencies:
5184-
eslint-mdx "^1.16.0"
5184+
eslint-mdx "^1.17.0"
51855185
eslint-plugin-markdown "^2.2.1"
51865186
synckit "^0.4.1"
51875187
tslib "^2.3.1"

0 commit comments

Comments
 (0)