Skip to content

Commit

Permalink
Update dependency eslint-plugin-markdown to v3 (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 16, 2022
1 parent 8e28280 commit 666ae95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -87,7 +87,7 @@
"eslint-plugin-eslint-plugin": "^5.0.0",
"eslint-plugin-json-schema-validator": "^3.0.0",
"eslint-plugin-jsonc": "^2.0.0",
"eslint-plugin-markdown": "^2.0.0-0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-node-dependencies": "^0.9.0",
"eslint-plugin-prettier": "^4.0.0",
Expand Down
Expand Up @@ -12,6 +12,6 @@
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-jsonc": "file:../../../eslint-plugin-jsonc-2.3.0.tgz",
"eslint-plugin-markdown": "^2.2.1"
"eslint-plugin-markdown": "^3.0.0"
}
}
Expand Up @@ -12,6 +12,6 @@
"devDependencies": {
"eslint": "^8.19.0",
"eslint-plugin-jsonc": "file:../../../eslint-plugin-jsonc-2.3.0.tgz",
"eslint-plugin-markdown": "^2.2.1"
"eslint-plugin-markdown": "^3.0.0"
}
}
Expand Up @@ -12,6 +12,6 @@
"devDependencies": {
"eslint": "^8.0.0",
"eslint-plugin-jsonc": "file:../../../eslint-plugin-jsonc-2.3.0.tgz",
"eslint-plugin-markdown": "^2.2.1"
"eslint-plugin-markdown": "^3.0.0"
}
}

0 comments on commit 666ae95

Please sign in to comment.