Skip to content

Commit fddbc6f

Browse files
committed
fix: declare compatibility with markdown-it v14
1 parent 582d553 commit fddbc6f

File tree

2 files changed

+34
-27
lines changed

2 files changed

+34
-27
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"prismjs": "1.30.0"
4747
},
4848
"peerDependencies": {
49-
"markdown-it": ">=7.0.1 <14.0.0"
49+
"markdown-it": ">=7.0.1 <15.0.0"
5050
},
5151
"devDependencies": {
5252
"@babel/cli": "7.28.3",
@@ -65,7 +65,7 @@
6565
"eslint": "9.39.1",
6666
"eslint-plugin-yml": "^1.19.0",
6767
"jest": "29.7.0",
68-
"markdown-it": "13.0.2",
68+
"markdown-it": "14.1.0",
6969
"markdown-it-attrs": "4.3.1",
7070
"npm-run-all2": "8.0.4",
7171
"semantic-release": "25.0.2",

pnpm-lock.yaml

Lines changed: 32 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)