demos: remove indexeddb provider from example, use new websocket provider

This commit is contained in:
Hans Pagel
2021-12-02 15:44:52 +01:00
parent 270543995c
commit 21fed0fcce
5 changed files with 6278 additions and 19 deletions

View File

@@ -8,14 +8,13 @@
"ts": "tsc --project tsconfig.base.json --noEmit && tsc --project tsconfig.react.json --noEmit && tsc --project tsconfig.vue-2.json --noEmit && tsc --project tsconfig.vue-3.json --noEmit"
},
"dependencies": {
"@hocuspocus/provider": "^1.0.0-alpha.26",
"d3": "^7.1.1",
"fast-glob": "^3.2.7",
"remixicon": "^2.5.0",
"shiki": "^0.9.12",
"simplify-js": "^1.2.4",
"y-indexeddb": "^9.0.6",
"y-webrtc": "^10.2.2",
"y-websocket": "^1.3.17",
"yjs": "^13.5.21"
},
"devDependencies": {