Skip to content

Commit

Permalink
fix: allow marked v14 (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech authored Aug 7, 2024
1 parent 4ba76d3 commit 95f73ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 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 @@ -41,7 +41,7 @@
},
"homepage": "https://github.com/markedjs/marked-highlight#readme",
"peerDependencies": {
"marked": ">=4 <14"
"marked": ">=4 <15"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand All @@ -58,7 +58,7 @@
"globals": "^15.9.0",
"highlight.js": "^11.10.0",
"jest-cli": "^29.7.0",
"marked": "^13.0.3",
"marked": "^14.0.0",
"pygmentize-bundled": "^2.3.0",
"rollup": "^4.20.0",
"semantic-release": "^24.0.0",
Expand Down

0 comments on commit 95f73ad

Please sign in to comment.