test: upgrade playwright (#3077)

This commit is contained in:
Alex Yang
2023-07-06 16:15:18 +00:00
committed by GitHub
parent 822078e640
commit 6395521f09
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": "*"
}
}