chore: bump version (#3346)

This commit is contained in:
Alex Yang
2023-07-22 06:10:20 -07:00
committed by GitHub
parent 363699a175
commit a494bad543
24 changed files with 783 additions and 553 deletions
@@ -11,11 +11,11 @@
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@affine/env": "workspace:*",
"@blocksuite/block-std": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/blocks": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/global": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/store": "0.0.0-20230719163314-76d863fc-nightly",
"@playwright/test": "^1.35.1",
"@blocksuite/block-std": "0.0.0-20230721134812-6e0e3bef-nightly",
"@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",
"express": "^4.18.2",
"http-proxy-middleware": "^3.0.0-beta.1",
"serve": "^14.2.0",
+1 -1
View File
@@ -7,7 +7,7 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@playwright/test": "^1.35.1"
"@playwright/test": "^1.36.1"
},
"version": "0.7.0-canary.51"
}
+1 -1
View File
@@ -7,7 +7,7 @@
"./utils/*": "./utils/*.ts"
},
"devDependencies": {
"@playwright/test": "^1.35.1"
"@playwright/test": "^1.36.1"
},
"peerDependencies": {
"@playwright/test": "*"