Skip to content

Commit dee926b

Browse files
authored
Bump playwright version to 1.52 (#15)
1 parent 448b5ef commit dee926b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.
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 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.52](https://playwright.dev/docs/release-notes#version-152) (which supports to Chromium 136), you should install `@sparticuz/chromium@136`.
3333
3434
```typescript
3535
import { BrowserAgent } from "@lightfeed/browser-agent";

package-lock.json

Lines changed: 6 additions & 6 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.52.0",
6161
"readline": "^1.3.0",
6262
"turndown": "^7.2.0",
6363
"zod": "^3.24.1",

0 commit comments

Comments
 (0)