Skip to content

Commit 17e89fe

Browse files
chore: update playwright version v10.18.0 (#21)
* 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 * chore: update to new node lts v22.14.0 * chore: update testcontainers node to v10.18.0 * chore: update to last version of playwright v1.48.1 * 0.5.5
1 parent b11d5f0 commit 17e89fe

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.14.0
1+
22.14.0

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testcontainers-node-playwright",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"license": "MIT",
55
"author": {
66
"name": "Javier López de Ancos",
@@ -11,8 +11,8 @@
1111
"Javier Lopez de Ancos <javierlopezdeancos@outlook.com> (https://github.com/javierlopezdeancos)"
1212
],
1313
"engines": {
14-
"node": ">=20.13.1",
15-
"npm": ">=10.5.2"
14+
"node": ">=22.13.1",
15+
"npm": ">=10.9.2"
1616
},
1717
"keywords": [
1818
"playwright",
@@ -75,6 +75,6 @@
7575
"typescript": "^5.4.2"
7676
},
7777
"dependencies": {
78-
"testcontainers": "^10.13.2"
78+
"testcontainers": "^10.18.0"
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.48.1-jammy";
17+
export const DEFAULT_PLAYWRIGHT_CONTAINER_IMAGE = "mcr.microsoft.com/playwright:v1.50.1-jammy";
1818

1919
export const CONTAINER_WORKING_DIRECTORY = "/playwright";
2020

0 commit comments

Comments
 (0)