Skip to content

Commit 9f699c8

Browse files
chore(deps): update dependency eslint-plugin-markdown to v3 (#332)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5d09b2c commit 9f699c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"entities": "^4.4.0",
5858
"eslint": "^8.1.0",
5959
"eslint-config-prettier": "^8.0.0",
60-
"eslint-plugin-markdown": "^2.0.0",
60+
"eslint-plugin-markdown": "^3.0.0",
6161
"eslint-plugin-prettier": "^4.0.0",
6262
"eslint-plugin-vue": "^9.0.0",
6363
"eslint-plugin-vue-libs": "^3.0.0 || ^4.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4657,10 +4657,10 @@ eslint-config-prettier@^8.0.0:
46574657
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.6.0.tgz#dec1d29ab728f4fa63061774e1672ac4e363d207"
46584658
integrity sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA==
46594659

4660-
eslint-plugin-markdown@^2.0.0:
4661-
version "2.2.1"
4662-
resolved "https://registry.yarnpkg.com/eslint-plugin-markdown/-/eslint-plugin-markdown-2.2.1.tgz#76b8a970099fbffc6cc1ffcad9772b96911c027a"
4663-
integrity sha512-FgWp4iyYvTFxPwfbxofTvXxgzPsDuSKHQy2S+a8Ve6savbujey+lgrFFbXQA0HPygISpRYWYBjooPzhYSF81iA==
4660+
eslint-plugin-markdown@^3.0.0:
4661+
version "3.0.0"
4662+
resolved "https://registry.yarnpkg.com/eslint-plugin-markdown/-/eslint-plugin-markdown-3.0.0.tgz#69a63ab3445076a3c2eb6fce6f5114785b19d318"
4663+
integrity sha512-hRs5RUJGbeHDLfS7ELanT0e29Ocyssf/7kBM+p7KluY5AwngGkDf8Oyu4658/NZSGTTq05FZeWbkxXtbVyHPwg==
46644664
dependencies:
46654665
mdast-util-from-markdown "^0.8.5"
46664666

0 commit comments

Comments
 (0)