Skip to content

Commit db434f7

Browse files
committed
chore: requires latest version of playwright
1 parent 717a8e9 commit db434f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"playwright": "^1.54.1"
3+
"playwright": "^1.59.1"
44
}
55
}

src/Playwright/Servers/PlaywrightNpmServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class PlaywrightNpmServer implements PlaywrightServer
2121
/**
2222
* The playwright version required to run this server.
2323
*/
24-
private const string PLAYWRIGHT_VERSION = '1.54.1';
24+
private const string PLAYWRIGHT_VERSION = '1.59.1';
2525

2626
/**
2727
* The underlying process instance, if any.

0 commit comments

Comments
 (0)