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
@@ -15,10 +15,9 @@
"@blocksuite/blocks": "0.0.0-20230705162600-2cb608e4-nightly",
"@blocksuite/global": "0.0.0-20230705162600-2cb608e4-nightly",
"@blocksuite/store": "0.0.0-20230705162600-2cb608e4-nightly",
"@playwright/test": "=1.33.0",
"@playwright/test": "^1.35.1",
"express": "^4.18.2",
"http-proxy-middleware": "^3.0.0-beta.1",
"playwright": "=1.33.0",
"serve": "^14.2.0",
"vitest": "^0.32.2"
},
+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": "*"
}
}