Skip to content

Commit

Permalink
chore!: upgrade dependencies
Browse files Browse the repository at this point in the history
- `puppeteer@10` drops node 10 support which is why the required engine is now node >= 12.0
- the minimum required `puppeteer` version is now 8.0.0 because it ships its own interfaces now with some breaking changes (closes #87)
- highlight.js@11 has some breaking changes that might affect pdf output slightly
  • Loading branch information
simonhaenisch committed Jul 1, 2021
1 parent c26370e commit 738029c
Show file tree
Hide file tree
Showing 9 changed files with 1,595 additions and 14,682 deletions.
2 changes: 1 addition & 1 deletion markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ h6 code,
p code,
li code,
pre code {
background-color: #f8f8f8;
background-color: #f8f8f8 !important;
padding: 0.1em 0.375em;
border-radius: 0.25em;
font-family: monospace;
Expand Down

0 comments on commit 738029c

Please sign in to comment.