Explorar o código

fix lint error

Yuki Takei %!s(int64=2) %!d(string=hai) anos
pai
achega
e5b0bfb775
Modificáronse 2 ficheiros con 3 adicións e 2 borrados
  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",
     "source-map-loader": "^4.0.1",
     "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';