chore: bump playwright version (#4602)

This commit is contained in:
JimmFly
2023-10-14 03:37:18 +08:00
committed by GitHub
parent 227017625d
commit 2e1e486bc6
12 changed files with 54 additions and 30 deletions

View File

@@ -7,10 +7,10 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@playwright/test": "^1.38.1",
"@playwright/test": "^1.39.0",
"@types/fs-extra": "^11.0.2",
"fs-extra": "^11.1.1",
"playwright": "^1.38.1"
"playwright": "^1.39.0"
},
"version": "0.10.0-canary.0"
}