Skip to content

Commit 21622b8

Browse files
clydindgp1130
authored andcommitted
build: update webdriver version to match puppeteer
`puppeteer@3.7.0` uses Chromium 101.0.4950.0 and was updated to that version in 3.6.0.
1 parent 158424f commit 21622b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"validate": "node ./bin/devkit-admin validate",
2929
"postinstall": "yarn webdriver-update && yarn husky install",
3030
"//webdriver-update-README": "ChromeDriver version must match Puppeteer Chromium version, see https://github.com/GoogleChrome/puppeteer/releases http://chromedriver.chromium.org/downloads",
31-
"webdriver-update": "webdriver-manager update --standalone false --gecko false --versions.chrome 99.0.4844.17",
31+
"webdriver-update": "webdriver-manager update --standalone false --gecko false --versions.chrome 101.0.4951.41",
3232
"public-api:check": "node goldens/public-api/manage.js test",
3333
"public-api:update": "node goldens/public-api/manage.js accept",
3434
"ts-circular-deps:check": "ng-dev ts-circular-deps check --config ./packages/circular-deps-test.conf.js",

0 commit comments

Comments
 (0)