Skip to content

Commit

Permalink
Merge pull request #1014 from satanTime/renovate/root/puppeteer-13.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency puppeteer to v13
  • Loading branch information
satanTime committed Jan 30, 2022
2 parents 56beda2 + 5d2edef commit e0ba3fc
Show file tree
Hide file tree
Showing 18 changed files with 4,556 additions and 1,118 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ orbs:
parameters:
lockindex:
type: string
default: '3'
default: '4'
jobs:
Core:
docker:
Expand Down
110 changes: 76 additions & 34 deletions e2e/a10/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 e2e/a10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"e2e": "npm run e2e:ivy-on && npm run e2e:ivy-off",
"e2e:ivy-on": "ng e2e --webdriver-update=false --configuration ivy-on",
"e2e:ivy-off": "ng e2e --webdriver-update=false --configuration ivy-off",
"postinstall": "webdriver-manager update --versions.chrome 91.0.4472.19 --gecko=false"
"postinstall": "webdriver-manager update --versions.chrome 97.0.4692.71 --gecko=false"
},
"private": true,
"peerDependencies": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"karma-jasmine": "3.3.1",
"karma-jasmine-html-reporter": "1.5.4",
"protractor": "7.0.0",
"puppeteer": "10.1.0",
"puppeteer": "13.1.2",
"ts-node": "8.10.2",
"typescript": "3.9.10"
},
Expand Down
Loading

0 comments on commit e0ba3fc

Please sign in to comment.