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 3535 run :
3636 find . -name "*.md" | grep -v node_modules | grep -v CHANGELOG.md |
3737 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 109109 "jest" : " ^29.0.0" ,
110110 "jest-runner-eslint" : " ^2.0.0" ,
111111 "lint-staged" : " ^13.0.3" ,
112- "markdown-link-check" : " ^3.10.3 " ,
112+ "markdown-link-check" : " ~3.12.0 " ,
113113 "pinst" : " ^3.0.0" ,
114114 "prettier" : " ^3.0.0" ,
115115 "rimraf" : " ^5.0.0" ,
Original file line number Diff line number Diff line change @@ -5047,7 +5047,7 @@ __metadata:
50475047 jest : ^29.0.0
50485048 jest-runner-eslint : ^2.0.0
50495049 lint-staged : ^13.0.3
5050- markdown-link-check : ^3.10.3
5050+ markdown-link-check : ~3.12.0
50515051 pinst : ^3.0.0
50525052 prettier : ^3.0.0
50535053 rimraf : ^5.0.0
@@ -7977,7 +7977,7 @@ __metadata:
79777977 languageName : node
79787978 linkType : hard
79797979
7980- " markdown-link-check@npm:^3.10.3 " :
7980+ " markdown-link-check@npm:~3.12.0 " :
79817981 version : 3.12.2
79827982 resolution : " markdown-link-check@npm:3.12.2"
79837983 dependencies :
You can’t perform that action at this time.
0 commit comments