chore: bump version (#3394)

This commit is contained in:
Alex Yang
2023-07-26 21:02:18 -07:00
committed by GitHub
parent 1e38d36161
commit 1e72d3c270
17 changed files with 1599 additions and 1884 deletions

View File

@@ -15,7 +15,7 @@
"@blocksuite/blocks": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/global": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly",
"@playwright/test": "^1.36.1",
"@playwright/test": "^1.36.2",
"express": "^4.18.2",
"http-proxy-middleware": "^3.0.0-beta.1",
"serve": "^14.2.0",

View File

@@ -7,7 +7,7 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@playwright/test": "^1.36.1"
"@playwright/test": "^1.36.2"
},
"version": "0.7.0-canary.52"
}

View File

@@ -7,7 +7,7 @@
"./utils/*": "./utils/*.ts"
},
"devDependencies": {
"@playwright/test": "^1.36.1"
"@playwright/test": "^1.36.2"
},
"peerDependencies": {
"@playwright/test": "*"