From 149223735921959652f1cc0968b5b1582636edc7 Mon Sep 17 00:00:00 2001 From: Mike Harder Date: Tue, 14 Feb 2023 22:38:13 -0800 Subject: [PATCH] Temporarily pin dependency "puppeteer" (#24869) - Workaround for puppeteer/puppeteer#9665 - Revert when `puppeteer > 19.7.0` is released (#24870) --- common/config/rush/common-versions.json | 1 + common/config/rush/pnpm-lock.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/common/config/rush/common-versions.json b/common/config/rush/common-versions.json index 00e13c12c8cd..8c28601dd924 100644 --- a/common/config/rush/common-versions.json +++ b/common/config/rush/common-versions.json @@ -16,6 +16,7 @@ * instead of the latest version. */ // "some-library": "1.2.3" + "puppeteer": "19.6.3" }, /** * When set to true, for all projects in the repo, all dependencies will be automatically added as preferredVersions, diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 35def1174b32..fb7bd1e686fc 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -326,6 +326,7 @@ specifiers: '@rush-temp/web-pubsub': file:./projects/web-pubsub.tgz '@rush-temp/web-pubsub-client': file:./projects/web-pubsub-client.tgz '@rush-temp/web-pubsub-express': file:./projects/web-pubsub-express.tgz + puppeteer: 19.6.3 dependencies: '@rush-temp/abort-controller': file:projects/abort-controller.tgz @@ -653,6 +654,7 @@ dependencies: '@rush-temp/web-pubsub': file:projects/web-pubsub.tgz '@rush-temp/web-pubsub-client': file:projects/web-pubsub-client.tgz '@rush-temp/web-pubsub-express': file:projects/web-pubsub-express.tgz + puppeteer: 19.6.3 packages: