Skip to content

Commit ec3dbca

Browse files
authored
Upgrade playwright to 1.49.1 (#25)
1 parent 3fc5309 commit ec3dbca

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ npm install @lightfeed/browser-agent
2929
Perfect for AWS Lambda and other serverless environments. Uses [@sparticuz/chromium](https://github.com/Sparticuz/chromium) to run Chrome in serverless environments with minimal cold start times and memory usage. Supports proxy configuration for geo-tracking and unblocking.
3030

3131
> [!IMPORTANT]
32-
> This project uses Playwright, which ships with a specific version of Chromium. You need to install the matching version of `@sparticuz/chromium`. For example, we are using [Playwright 1.48](https://playwright.dev/docs/release-notes#version-148) (which supports to Chromium 130), you should install `@sparticuz/chromium@130`.
32+
> This project uses Playwright, which ships with a specific version of Chromium. You need to install the matching version of `@sparticuz/chromium`. For example, we are using [Playwright 1.49](https://playwright.dev/docs/release-notes#version-149) (which supports to Chromium 133), you should install `@sparticuz/chromium@133`.
3333
>
3434
> For running on AWS Lambda, lambda layer with ARM64 architecture is preferred. You will also need to install dependencies of canvas. Here is an example of [Lambda Layer Build Script](./lambda-layer-build.sh).
3535

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"merge-images": "^2.0.0",
5858
"minimatch": "^9.0.3",
5959
"ora": "5.4.1",
60-
"playwright": "npm:rebrowser-playwright-core@1.48.2",
60+
"playwright": "npm:rebrowser-playwright-core@1.49.1",
6161
"readline": "^1.3.0",
6262
"turndown": "^7.2.0",
6363
"zod": "^3.24.1",

0 commit comments

Comments
 (0)