Skip to content

Commit

Permalink
Bump eslint-plugin-mdx from 3.1.3 to 3.1.4 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 11, 2024
1 parent baea61a commit 1f05526
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 @@ -72,7 +72,7 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-mdx": "^3.1.3",
"eslint-plugin-mdx": "^3.1.4",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prefer-arrow-functions": "^3.2.4",
"eslint-plugin-prettier": "^5.1.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3042,10 +3042,10 @@ eslint-import-resolver-typescript@^3.6.1:
is-core-module "^2.11.0"
is-glob "^4.0.3"

eslint-mdx@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.1.3.tgz#e13528af2aa1f2374c148d22483a750635b7964b"
integrity sha512-de+3AErxMIxAm16sl/YPraDT9lUK4qJC/MX23i1LnXBocDYwypzBHAZH7EFSDlFHdemeKv1RXn68jKa/CdhmAg==
eslint-mdx@^3.1.4:
version "3.1.4"
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.1.4.tgz#50a144b1046593ecec25f1b5f6bb6402348cf49e"
integrity sha512-e8INdT4Up8bPT/QuaoUYOXJHOI8XZKq9qtHMPkTV5BVwolu6Cgfo4qqOtEDDSUFo9Nmw/8CQ8dJB5ncZvPG1Dw==
dependencies:
acorn "^8.11.3"
acorn-jsx "^5.3.2"
Expand Down Expand Up @@ -3121,12 +3121,12 @@ eslint-plugin-markdown@^3.0.1:
dependencies:
mdast-util-from-markdown "^0.8.5"

eslint-plugin-mdx@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-3.1.3.tgz#80063316a874a31e9c55f9b438bb42e209226dcd"
integrity sha512-4/zshamx774j7BTOryuWAYcRjg9asjjI37VrQV0EI8PUxuti8oVU2RPvyLD5phxoT52ZEW2648l/Q1RuWuGT5w==
eslint-plugin-mdx@^3.1.4:
version "3.1.4"
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-3.1.4.tgz#7adbea8b9fb807e0d2d1334786475a3274c0792a"
integrity sha512-KTeauZahLAhA5J+NcqnpuZzhv9lmI2paKbesmPj6Q6rgeSg8jorfIhhcLSoUiSIobl7MSYgjULR2FDb8KE6PKg==
dependencies:
eslint-mdx "^3.1.3"
eslint-mdx "^3.1.4"
eslint-plugin-markdown "^3.0.1"
remark-mdx "^3.0.0"
remark-parse "^11.0.0"
Expand Down

0 comments on commit 1f05526

Please sign in to comment.