fix: @blocksuite/store was already imported. This breaks constructor … (#736)

…checks and will lead to issues
This commit is contained in:
zuomeng wang
2023-01-13 18:29:02 +08:00
committed by GitHub
parent 911cc3e217
commit a739c1f773
2 changed files with 7 additions and 66 deletions
+2 -5
View File
@@ -23,7 +23,8 @@
"@playwright/test": "^1.29.1",
"@types/debug": "^4.1.7",
"fake-indexeddb": "4.0.1",
"typescript": "^4.8.4"
"typescript": "^4.8.4",
"yjs": "^13.5.44"
},
"dependencies": {
"@blocksuite/blocks": "0.4.0-20230111171650-bc63456",
@@ -37,9 +38,5 @@
"lib0": "^0.2.58",
"swr": "^2.0.0",
"y-protocols": "^1.0.5"
},
"peerDependencies": {
"@blocksuite/blocks": "0.3.1-*",
"@blocksuite/store": "0.3.1-*"
}
}