Skip to content

Commit

Permalink
Merge pull request #26 from Polkadot-Blockchain-Academy/dependabot/np…
Browse files Browse the repository at this point in the history
…m_and_yarn/eslint-plugin-mdx-3.1.1

Bump eslint-plugin-mdx from 3.0.1 to 3.1.1
  • Loading branch information
wirednkod authored Dec 26, 2023
2 parents 03c0c75 + 3e6dfa2 commit 0bbae8b
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 @@ -73,7 +73,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.0.1",
"eslint-plugin-mdx": "^3.1.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prefer-arrow-functions": "^3.2.4",
"eslint-plugin-prettier": "^5.1.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3374,10 +3374,10 @@ eslint-import-resolver-typescript@^3.6.1:
is-core-module "^2.11.0"
is-glob "^4.0.3"

eslint-mdx@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.0.1.tgz#06d61936d4f46af3334a064825ae987bae8ee508"
integrity sha512-e5oyy4LvGNmJKqXkpUwhfjx1EgOGI02sjbAspWsjCMUinlr//2q7JZnlmr0+uDmf4Hv7Sh2bbRtPzBpTH+NvGA==
eslint-mdx@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.1.1.tgz#62688a93417ba9ba2521655bd8e116bd507a05ef"
integrity sha512-GY3nK7YAueZbbMrGU1IyQpEvZ9DL3TSJplCPZbVdNDlpPh5P6LCSJ40PtwJM4ztDPWOs0MbzlXZdh1O6K2HTDQ==
dependencies:
acorn "^8.11.2"
acorn-jsx "^5.3.2"
Expand Down Expand Up @@ -3453,12 +3453,12 @@ eslint-plugin-markdown@^3.0.1:
dependencies:
mdast-util-from-markdown "^0.8.5"

eslint-plugin-mdx@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-3.0.1.tgz#2a2abac3668cf50a5a74e396858b6f68ebf686e6"
integrity sha512-jFuXSbCQYswzkDH3WHUxhA926z2db6aEoyjvCeVMTsgFMX+Gmpns+ptSA0Ff3jwQvlQlbk806KcEcwvi3+hmjg==
eslint-plugin-mdx@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-3.1.1.tgz#f705a6bf5545dfcb44b7285461b48fd6f33b5629"
integrity sha512-6s2pFy4kzu5Tvse5ZjynwVDnMpgSidNvk4IB6j9jo7MIq4oYrXUtQMLmGIidRLL9X25khyjw1iJii9XTbOBgzg==
dependencies:
eslint-mdx "^3.0.1"
eslint-mdx "^3.1.1"
eslint-plugin-markdown "^3.0.1"
remark-mdx "^3.0.0"
remark-parse "^11.0.0"
Expand Down

0 comments on commit 0bbae8b

Please sign in to comment.