fix: packages issues

This commit is contained in:
swve 2024-04-01 16:26:50 +02:00
parent 8104a444b7
commit b9e6fc5d23
3 changed files with 172 additions and 9711 deletions

View file

@ -10,6 +10,7 @@
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@hocuspocus/provider": "^2.11.3",
"@radix-ui/colors": "^0.1.9",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
@ -17,8 +18,10 @@
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@sentry/browser": "^7.109.0",
"@sentry/nextjs": "^7.109.0",
"@stitches/react": "^1.2.8",
"@tiptap/core": "^2.2.4",
"@tiptap/extension-code-block-lowlight": "^2.2.4",
"@tiptap/extension-collaboration": "^2.2.4",
"@tiptap/extension-collaboration-cursor": "^2.2.4",
@ -27,6 +30,7 @@
"@tiptap/pm": "^2.2.4",
"@tiptap/react": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@types/randomcolor": "^0.5.9",
"avvvatars-react": "^0.4.2",
"dayjs": "^1.11.10",
"formik": "^2.4.5",
@ -34,6 +38,8 @@
"lowlight": "^3.1.0",
"lucide-react": "^0.363.0",
"next": "14.1.4",
"prosemirror-state": "^1.4.3",
"randomcolor": "^0.6.2",
"re-resizable": "^6.9.11",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
@ -49,6 +55,7 @@
"tailwind-scrollbar": "^3.1.0",
"uuid": "^9.0.1",
"y-indexeddb": "^9.0.12",
"y-prosemirror": "^1.2.3",
"y-webrtc": "^10.3.0",
"yjs": "^13.6.14"
},