Skip to content

Commit 91c3b49

Browse files
authored
chore: update peer dependency (#8)
At least v1.28 is required. `window.playwrightUpdate` was introduced in that version.
1 parent 9bc33e1 commit 91c3b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"prepublishOnly": "npm run build"
3030
},
3131
"peerDependencies": {
32-
"@playwright/test": "1.x",
32+
"@playwright/test": ">=1.28.0",
3333
"preact": "10.x"
3434
},
3535
"devDependencies": {

0 commit comments

Comments
 (0)