Browse Source

add yjs packages to dependencies

Yuki Takei 2 years ago
parent
commit
ddd0e9a572
1 changed files with 5 additions and 5 deletions
  1. 5 5
      apps/app/package.json

+ 5 - 5
apps/app/package.json

@@ -211,7 +211,10 @@
     "usehooks-ts": "^2.6.0",
     "usehooks-ts": "^2.6.0",
     "validator": "^13.7.0",
     "validator": "^13.7.0",
     "ws": "^8.3.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": {
   "// comments for defDependencies": {
     "@handsontable/react": "v3 requires handsontable >= 7.0.0.",
     "@handsontable/react": "v3 requires handsontable >= 7.0.0.",
@@ -277,9 +280,6 @@
     "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",
     "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"
   }
   }
 }
 }