Skip to content

Commit b7b2e09

Browse files
Update to testcontainers v1003 (#13)
* chore: update to testcontainers v10.10.3 * chore: update to playwright v1.45.1-jammy
1 parent cf4467a commit b7b2e09

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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
@@ -75,6 +75,6 @@
7575
"typescript": "^5.4.2"
7676
},
7777
"dependencies": {
78-
"testcontainers": "^10.10.0"
78+
"testcontainers": "^10.10.3"
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.44.0-jammy";
17+
export const DEFAULT_PLAYWRIGHT_CONTAINER_IMAGE = "mcr.microsoft.com/playwright:v1.45.1-jammy";
1818

1919
export const CONTAINER_WORKING_DIRECTORY = "/playwright";
2020

0 commit comments

Comments
 (0)