Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): upgrade eslint-plugin-markdown to the latest version #10738

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3",
"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 @@ -3298,7 +3298,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.3"
eslint-plugin-testing-library: "npm:^6.2.2"
Expand Down Expand Up @@ -9369,14 +9369,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
Loading