Skip to content

Commit

Permalink
fix: allow marked v8 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Sep 3, 2023
1 parent 99125a3 commit 1582d46
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
31 changes: 17 additions & 14 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/markedjs/marked-highlight#readme",
"peerDependencies": {
"marked": "^4 || ^5 || ^6 || ^7"
"marked": ">=4 <9"
},
"devDependencies": {
"@babel/core": "^7.22.11",
Expand All @@ -59,11 +59,11 @@
"eslint-plugin-promise": "^6.1.1",
"highlight.js": "^11.8.0",
"jest-cli": "^29.6.4",
"marked": "^7.0.5",
"marked": "^8.0.0",
"pygmentize-bundled": "^2.3.0",
"rollup": "^3.28.1",
"semantic-release": "^21.0.9",
"tsd": "^0.28.1"
"tsd": "^0.29.0"
},
"tsd": {
"compilerOptions": {
Expand Down

0 comments on commit 1582d46

Please sign in to comment.