Skip to content

Commit

Permalink
update puppeteer
Browse files Browse the repository at this point in the history
Signed-off-by: Outsider <outsideris@gmail.com>
  • Loading branch information
outsideris committed Jan 28, 2023
1 parent 33edfb9 commit 84c77aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"express": "4.x",
"express-static": "1.x",
"mocha": "latest",
"puppeteer": "9.0.0",
"serve": "11.x"
"puppeteer": "^19.6.2",
"serve": "14.x"
},
"engines": {
"nodejs": ">= 10.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"express": "4.x",
"express-static": "1.x",
"mocha": "latest",
"puppeteer": "9.0.0",
"serve": "11.x"
"puppeteer": "^19.6.2",
"serve": "14.x"
},
"engines": {
"nodejs": ">= 10.0.0"
Expand Down

0 comments on commit 84c77aa

Please sign in to comment.