Skip to content

Commit

Permalink
Update markdown-it to 14.0.0 (#89)
Browse files Browse the repository at this point in the history
* Update markdown-it to 14.0.0

* Mark markdown-it as a peer dependency

* Changelog entry
  • Loading branch information
MattIPv4 authored Dec 13, 2023
1 parent 7704021 commit 37423a8
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 39 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Any non-code changes should be prefixed with `(docs)`.
See `PUBLISH.md` for instructions on how to publish a new version.
-->

- (patch) Mark markdown-it as a peer dependency


## v1.12.0 - d1542c7

Expand Down
152 changes: 115 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"access": "public"
},
"devDependencies": {
"@types/markdown-it": "^12.2.3",
"@types/markdown-it": "^13.0.7",
"@types/node": "18.17.0",
"css-loader": "^6.8.1",
"eslint": "^8.45.0",
Expand All @@ -63,7 +63,7 @@
"jest": "^29.6.1",
"jsdoc": "^4.0.2",
"jsdoc-tsimport-plugin": "^1.0.5",
"markdown-it": "^13.0.1",
"markdown-it": "^14.0.0",
"sass": "^1.64.1",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
Expand All @@ -80,5 +80,8 @@
"domutils": "^3.1.0",
"htmlparser2": "^9.0.0",
"prismjs": "^1.29.0"
},
"peerDependencies": {
"markdown-it": ">=12.0.0"
}
}

0 comments on commit 37423a8

Please sign in to comment.