We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717a8e9 commit db434f7Copy full SHA for db434f7
package.json
@@ -1,5 +1,5 @@
1
{
2
"dependencies": {
3
- "playwright": "^1.54.1"
+ "playwright": "^1.59.1"
4
}
5
src/Playwright/Servers/PlaywrightNpmServer.php
@@ -21,7 +21,7 @@ final class PlaywrightNpmServer implements PlaywrightServer
21
/**
22
* The playwright version required to run this server.
23
*/
24
- private const string PLAYWRIGHT_VERSION = '1.54.1';
+ private const string PLAYWRIGHT_VERSION = '1.59.1';
25
26
27
* The underlying process instance, if any.
0 commit comments