Skip to content

Commit b11d5f0

Browse files
Update playright version 10_13_2 (#20)
* chore: update playwrite image to v1.47.2-jammy * chore: update testcontainers node to v10.13.1 * chore: update testcontainers node to v10.13.1 * 0.5.3 * chore: update tc to v10.13.2 * chore: update playwright to v1.48.1 * 0.5.4 * chore: generate lock file
1 parent 8aca694 commit b11d5f0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testcontainers-node-playwright",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"license": "MIT",
55
"author": {
66
"name": "Javier López de Ancos",
@@ -75,6 +75,6 @@
7575
"typescript": "^5.4.2"
7676
},
7777
"dependencies": {
78-
"testcontainers": "^10.13.1"
78+
"testcontainers": "^10.13.2"
7979
}
8080
}

src/playwright-container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
log,
1515
} from "testcontainers";
1616

17-
export const DEFAULT_PLAYWRIGHT_CONTAINER_IMAGE = "mcr.microsoft.com/playwright:v1.47.2-jammy";
17+
export const DEFAULT_PLAYWRIGHT_CONTAINER_IMAGE = "mcr.microsoft.com/playwright:v1.48.1-jammy";
1818

1919
export const CONTAINER_WORKING_DIRECTORY = "/playwright";
2020

0 commit comments

Comments
 (0)