File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 35
35
run :
36
36
find . -name "*.md" | grep -v node_modules | grep -v CHANGELOG.md |
37
37
xargs -n 1 yarn markdown-link-check -c markdown_link_check_config.json
38
- -q
Original file line number Diff line number Diff line change 109
109
"jest" : " ^29.0.0" ,
110
110
"jest-runner-eslint" : " ^2.0.0" ,
111
111
"lint-staged" : " ^13.0.3" ,
112
- "markdown-link-check" : " ^3.10.3 " ,
112
+ "markdown-link-check" : " ~3.12.0 " ,
113
113
"pinst" : " ^3.0.0" ,
114
114
"prettier" : " ^3.0.0" ,
115
115
"rimraf" : " ^5.0.0" ,
Original file line number Diff line number Diff line change @@ -5047,7 +5047,7 @@ __metadata:
5047
5047
jest : ^29.0.0
5048
5048
jest-runner-eslint : ^2.0.0
5049
5049
lint-staged : ^13.0.3
5050
- markdown-link-check : ^3.10.3
5050
+ markdown-link-check : ~3.12.0
5051
5051
pinst : ^3.0.0
5052
5052
prettier : ^3.0.0
5053
5053
rimraf : ^5.0.0
@@ -7977,7 +7977,7 @@ __metadata:
7977
7977
languageName : node
7978
7978
linkType : hard
7979
7979
7980
- " markdown-link-check@npm:^3.10.3 " :
7980
+ " markdown-link-check@npm:~3.12.0 " :
7981
7981
version : 3.12.2
7982
7982
resolution : " markdown-link-check@npm:3.12.2"
7983
7983
dependencies :
You can’t perform that action at this time.
0 commit comments