dependencies: update

This commit is contained in:
Philipp Kühn
2021-12-08 21:34:25 +01:00
parent 5daa870b09
commit b1b39b0b0f
3 changed files with 245 additions and 245 deletions

View File

@@ -8,11 +8,11 @@
"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",
"@hocuspocus/provider": "^1.0.0-alpha.28",
"d3": "^7.2.0",
"fast-glob": "^3.2.7",
"remixicon": "^2.5.0",
"shiki": "^0.9.13",
"shiki": "^0.9.14",
"simplify-js": "^1.2.4",
"y-webrtc": "^10.2.2",
"yjs": "^13.5.22"
@@ -20,7 +20,7 @@
"devDependencies": {
"@types/uuid": "^8.3.3",
"@vitejs/plugin-react-refresh": "^1.3.6",
"@vitejs/plugin-vue": "^1.10.1",
"@vitejs/plugin-vue": "^1.10.2",
"autoprefixer": "^10.4.0",
"iframe-resizer": "^4.3.2",
"postcss": "^8.4.4",
@@ -30,7 +30,7 @@
"tailwindcss": "^2.2.19",
"typescript": "^4.5.2",
"uuid": "^8.3.2",
"vite": "^2.6.14",
"vite": "^2.7.1",
"vite-plugin-checker": "^0.3.4",
"vue": "^3.0.5",
"vue-router": "^4.0.11"