Skip to content

Commit

Permalink
fix: support marked v9 (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Sep 11, 2023
1 parent b8c023e commit 6b051c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 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/markedjs/marked-gfm-heading-id#readme",
"peerDependencies": {
"marked": ">=4 <9"
"marked": ">=4 <10"
},
"dependencies": {
"github-slugger": "^2.0.0"
Expand All @@ -61,7 +61,7 @@
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-promise": "^6.1.1",
"jest-cli": "^29.6.4",
"marked": "^8.0.0",
"marked": "^9.0.0",
"rollup": "^3.28.1",
"semantic-release": "^21.1.1",
"tsd": "^0.29.0"
Expand Down

0 comments on commit 6b051c4

Please sign in to comment.