Skip to content

Commit e265062

Browse files
author
alexperez
committed
fix: add overrides for Playwright version to 1.25.2 in package.json
1 parent f46aa9b commit e265062

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,8 @@
9090
"*.js": [
9191
"eslint --fix"
9292
]
93+
},
94+
"overrides": {
95+
"playwright": "1.25.2"
9396
}
9497
}

0 commit comments

Comments
 (0)