Yuki Takei 2 лет назад
Родитель
Сommit
e5b0bfb775
2 измененных файлов с 3 добавлено и 2 удалено
  1. 1 2
      apps/app/package.json
  2. 2 0
      packages/editor/src/@types/y-codemirror.next.d.ts

+ 1 - 2
apps/app/package.json

@@ -280,7 +280,6 @@
     "socket.io-client": "^4.2.0",
     "socket.io-client": "^4.2.0",
     "source-map-loader": "^4.0.1",
     "source-map-loader": "^4.0.1",
     "swagger2openapi": "^7.0.8",
     "swagger2openapi": "^7.0.8",
-    "tsc-alias": "^1.2.9",
-    "y-codemirror.next": "^0.3.2"
+    "tsc-alias": "^1.2.9"
   }
   }
 }
 }

+ 2 - 0
packages/editor/src/@types/y-codemirror.next.d.ts

@@ -0,0 +1,2 @@
+// https://github.com/yjs/y-codemirror.next/issues/27
+declare module 'y-codemirror.next';