Skip to content

Commit

Permalink
Merge pull request #17 from geoffrey-vl/fixed-puppeteer-5.2.1
Browse files Browse the repository at this point in the history
fix puppeteer to 5.2.1
  • Loading branch information
mkrakowitzer committed Dec 17, 2020
2 parents d8a73d6 + 469f5fb commit 07f1b39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && \
libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget curl && \
rm -rf /var/lib/apt/lists/*

RUN npm install puppeteer markdown-it mustache markdown-it-named-headers cheerio markdown-it-highlightjs
RUN npm install puppeteer@5.2.1 markdown-it mustache markdown-it-named-headers cheerio markdown-it-highlightjs
COPY makepdfs.js /
COPY package.json /
COPY template/ template/
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"puppeteer": "1.15.0",
"puppeteer": "5.2.1",
"commander": "2.20.0",
"markdown-it": "11.0.0"
"markdown-it": "11.0.0",
"markdown-it-highlightjs": "3.2.0"
}
}

0 comments on commit 07f1b39

Please sign in to comment.