Skip to content

Commit

Permalink
fix(deps): update dependency puppeteer to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 11, 2020
1 parent 0cc5572 commit 222ad2f
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 32 deletions.
2 changes: 1 addition & 1 deletion apis/snapshooter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"prepublishOnly": "rm -rf dist && yarn run build"
},
"dependencies": {
"puppeteer": "2.1.1"
"puppeteer": "3.0.4"
}
}
2 changes: 1 addition & 1 deletion commands/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"extend": "3.0.2",
"html-webpack-plugin": "4.0.4",
"portfinder": "1.0.25",
"puppeteer": "2.1.1",
"puppeteer": "3.0.4",
"regenerator-runtime": "0.13.5",
"source-map-loader": "0.2.4",
"webpack": "4.42.1",
Expand Down
Loading

0 comments on commit 222ad2f

Please sign in to comment.