Skip to content

Commit

Permalink
fix: allow marked v14 (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech authored Aug 7, 2024
1 parent 97d0647 commit 6f3fbfa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/UziTech/marked-linkify-it#readme",
"peerDependencies": {
"marked": ">=4 <14"
"marked": ">=4 <15"
},
"dependencies": {
"@types/linkify-it": "^5.0.0",
Expand All @@ -62,7 +62,7 @@
"eslint": "^9.8.0",
"globals": "^15.9.0",
"jest-cli": "^29.7.0",
"marked": "^13.0.3",
"marked": "^14.0.0",
"rollup": "^4.20.0",
"semantic-release": "^24.0.0",
"tsd": "^0.31.1"
Expand Down

0 comments on commit 6f3fbfa

Please sign in to comment.