Skip to content

Commit

Permalink
fix: allow marked v12 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech authored Feb 6, 2024
1 parent 466b161 commit dc60dc6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
'8.0.x',
'9.0.x',
'10.0.x',
'11.0.x'
'11.0.x',
'12.0.x'
]
steps:
- uses: actions/checkout@v2
Expand Down
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 @@ -34,7 +34,7 @@
"author": "Mikael Brevik",
"license": "MIT",
"peerDependencies": {
"marked": ">=1 <12"
"marked": ">=1 <13"
},
"dependencies": {
"ansi-escapes": "^6.2.0",
Expand All @@ -51,7 +51,7 @@
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"cross-env": "^7.0.3",
"marked": "^11.2.0",
"marked": "^12.0.0",
"mocha": "^10.2.0",
"rollup": "^4.9.6"
},
Expand Down

0 comments on commit dc60dc6

Please sign in to comment.