test: upgrade playwright (#3077)

(cherry picked from commit 6395521f09)
This commit is contained in:
Alex Yang
2023-07-07 00:15:18 +08:00
parent f38978e7c9
commit b8a2438679
5 changed files with 13 additions and 43 deletions
+2 -4
View File
@@ -6,11 +6,9 @@
"./playwright": "./playwright.ts"
},
"devDependencies": {
"@playwright/test": "=1.33.0",
"playwright": "=1.33.0"
"@playwright/test": "^1.35.1"
},
"peerDependencies": {
"@playwright/test": "*",
"playwright": "*"
"@playwright/test": "*"
}
}