Skip to content
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-inclusive-language": "^2.1.1",
"husky": "^6.0.0",
"markdownlint": "^0.23.1",
"markdownlint": "^0.27.0",
"markdownlint-cli2": "^0.1.3",
"prettier": "^2.3.1"
},
Expand Down
39 changes: 36 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2014,7 +2014,7 @@ __metadata:
jsdom: ^16.6.0
markdown-it: ^12.0.6
markdown-it-anchor: ^7.1.0
markdownlint: ^0.23.1
markdownlint: ^0.27.0
markdownlint-cli2: ^0.1.3
postcss: ^8.3.2
postcss-cli: ^8.3.1
Expand Down Expand Up @@ -2123,7 +2123,7 @@ __metadata:
languageName: node
linkType: hard

"entities@npm:^3.0.1":
"entities@npm:^3.0.1, entities@npm:~3.0.1":
version: 3.0.1
resolution: "entities@npm:3.0.1"
checksum: aaf7f12033f0939be91f5161593f853f2da55866db55ccbf72f45430b8977e2b79dbd58c53d0fdd2d00bd7d313b75b0968d09f038df88e308aa97e39f9456572
Expand Down Expand Up @@ -3755,6 +3755,15 @@ __metadata:
languageName: node
linkType: hard

"linkify-it@npm:^4.0.1":
version: 4.0.1
resolution: "linkify-it@npm:4.0.1"
dependencies:
uc.micro: ^1.0.1
checksum: 3e0a29921269c14eb7ac6f5db2da68d4854ea9acca6e9014a323f75f2dd39b197ffab57c1fbd6a906ceb021aad3ee6d7ba7d0181236dd9630ffc452b392f7f71
languageName: node
linkType: hard

"liquidjs@npm:^6.4.3":
version: 6.4.3
resolution: "liquidjs@npm:6.4.3"
Expand Down Expand Up @@ -3950,6 +3959,21 @@ __metadata:
languageName: node
linkType: hard

"markdown-it@npm:13.0.1":
version: 13.0.1
resolution: "markdown-it@npm:13.0.1"
dependencies:
argparse: ^2.0.1
entities: ~3.0.1
linkify-it: ^4.0.1
mdurl: ^1.0.1
uc.micro: ^1.0.5
bin:
markdown-it: bin/markdown-it.js
checksum: faf5891d389dc433bcf21d3fbff2009beb044b42b117c92f4848899780ca1a2282a209e3ff4672db4afed726a7248304ec473e6e242a7d6498af7113d31974e7
languageName: node
linkType: hard

"markdown-it@npm:^10.0.0":
version: 10.0.0
resolution: "markdown-it@npm:10.0.0"
Expand Down Expand Up @@ -4014,7 +4038,16 @@ __metadata:
languageName: node
linkType: hard

"markdownlint@npm:^0.23.1, markdownlint@npm:~0.23.1":
"markdownlint@npm:^0.27.0":
version: 0.27.0
resolution: "markdownlint@npm:0.27.0"
dependencies:
markdown-it: 13.0.1
checksum: aecc5849e611f66f4c666c9fe47f798fc7cb044ee0bf7884d666152961f1bf585f0e16cafe575386d40d5d19b82e6071aeecee14f1a7006495fe46fcf93c7aa7
languageName: node
linkType: hard

"markdownlint@npm:~0.23.1":
version: 0.23.1
resolution: "markdownlint@npm:0.23.1"
dependencies:
Expand Down