Skip to content

Commit 69c0216

Browse files
committed
build: update webdriver version to match puppeteer
`[email protected]` uses Chromium 101.0.4950.0 and was updated to that version in 3.6.0.
1 parent 8d23db8 commit 69c0216

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)