fix: import blocksuite twice (#847)

This commit is contained in:
Himself65
2023-02-06 21:55:39 -06:00
committed by GitHub
parent 6072de82ff
commit b52f6ed63b
3 changed files with 36 additions and 141 deletions

View File

@@ -28,7 +28,7 @@
"cmdk": "^0.1.20",
"css-spring": "^4.1.0",
"dayjs": "^1.11.7",
"lit": "^2.3.1",
"lit": "^2.6.1",
"next": "13.1.0",
"next-debug-local": "^0.1.5",
"prettier": "^2.7.1",
@@ -36,7 +36,7 @@
"quill-cursors": "^4.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"yjs": "^13.5.44"
"yjs": "^13.5.45"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.10.5",

View File

@@ -23,7 +23,8 @@
"@types/debug": "^4.1.7",
"fake-indexeddb": "4.0.1",
"typescript": "^4.9.5",
"yjs": "^13.5.44"
"yjs": "^13.5.45",
"lit": "^2.6.1"
},
"dependencies": {
"@blocksuite/blocks": "0.4.0-alpha.2",