Explorar el Código

add yjs packages to dependencies

Yuki Takei hace 2 años
padre
commit
ddd0e9a572
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      apps/app/package.json

+ 5 - 5
apps/app/package.json

@@ -211,7 +211,10 @@
     "usehooks-ts": "^2.6.0",
     "validator": "^13.7.0",
     "ws": "^8.3.0",
-    "xss": "^1.0.14"
+    "xss": "^1.0.14",
+    "y-mongodb-provider": "^0.1.7",
+    "y-socket.io": "^1.1.0",
+    "yjs": "^13.6.7"
   },
   "// comments for defDependencies": {
     "@handsontable/react": "v3 requires handsontable >= 7.0.0.",
@@ -277,9 +280,6 @@
     "source-map-loader": "^4.0.1",
     "swagger2openapi": "^7.0.8",
     "tsc-alias": "^1.2.9",
-    "y-codemirror.next": "^0.3.2",
-    "y-mongodb-provider": "^0.1.7",
-    "y-socket.io": "^1.1.0",
-    "yjs": "^13.6.7"
+    "y-codemirror.next": "^0.3.2"
   }
 }