Skip to content

Commit

Permalink
chore(deps): upgrade eslint-plugin-markdown to the latest version (p…
Browse files Browse the repository at this point in the history
…atternfly#10738)

Signed-off-by: Jon Koops <jonkoops@gmail.com>
  • Loading branch information
jonkoops authored and tlabaj committed Jul 31, 2024
1 parent c002701 commit 04b32e3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .eslintrc-md.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"react/no-unknown-property": 2,
"react/jsx-no-undef": 2
},
"extends": "plugin:markdown/recommended"
}
"extends": "plugin:markdown/recommended-legacy"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"babel-jest": "^29.7.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-testing-library": "^6.2.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3297,7 +3297,7 @@ __metadata:
babel-jest: "npm:^29.7.0"
concurrently: "npm:^8.2.2"
eslint: "npm:^8.57.0"
eslint-plugin-markdown: "npm:^3.0.1"
eslint-plugin-markdown: "npm:^5.1.0"
eslint-plugin-prettier: "npm:^5.1.3"
eslint-plugin-react: "npm:^7.34.2"
eslint-plugin-testing-library: "npm:^6.2.2"
Expand Down Expand Up @@ -9263,14 +9263,14 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-markdown@npm:^3.0.1":
version: 3.0.1
resolution: "eslint-plugin-markdown@npm:3.0.1"
"eslint-plugin-markdown@npm:^5.1.0":
version: 5.1.0
resolution: "eslint-plugin-markdown@npm:5.1.0"
dependencies:
mdast-util-from-markdown: "npm:^0.8.5"
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
checksum: 10c0/ba27a0f2115b85294591f3cf4e64c66b60cd508915cc3394869dda38c9e1f5ef230158f180cc21b5431085d4e4daac9f3f173078c00b54e659272318d0e6600d
eslint: ">=8"
checksum: 10c0/ee1ba88e595912d2a35966b1d7dbdf63b8f55c2c9990985604c36ab8fb130d285ed6701d2117f70fc82a57b5eb6ed25ad02d96d35f2d6f6f9f2092b1bba3aabf
languageName: node
linkType: hard

Expand Down

0 comments on commit 04b32e3

Please sign in to comment.