Skip to content

Commit

Permalink
fix: allow marked v14 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech authored Aug 7, 2024
1 parent 7428f3e commit 665b558
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
'11.0.x',
'12.0.x',
'13.0.x',
'14.0.x',
]
steps:
- uses: actions/checkout@v2
Expand Down
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 @@ -34,7 +34,7 @@
"author": "Mikael Brevik",
"license": "MIT",
"peerDependencies": {
"marked": ">=1 <14"
"marked": ">=1 <15"
},
"dependencies": {
"ansi-escapes": "^7.0.0",
Expand All @@ -51,7 +51,7 @@
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"cross-env": "^7.0.3",
"marked": "^13.0.3",
"marked": "^14.0.0",
"mocha": "^10.7.0",
"rollup": "^4.20.0"
},
Expand Down

0 comments on commit 665b558

Please sign in to comment.