chore: update packages

This commit is contained in:
swve 2024-10-10 21:21:22 +02:00
parent 1f35dfdd93
commit 69f1e9d67a
2 changed files with 330 additions and 332 deletions

View file

@ -11,8 +11,8 @@
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@hocuspocus/provider": "^2.13.7",
"@icons-pack/react-simple-icons": "^10.0.0",
"@hocuspocus/provider": "^2.13.6",
"@radix-ui/colors": "^0.1.9",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.2",
@ -21,18 +21,18 @@
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.3",
"@sentry/nextjs": "^8.33.1",
"@sentry/utils": "^8.33.1",
"@sentry/nextjs": "^8.34.0",
"@sentry/utils": "^8.34.0",
"@stitches/react": "^1.2.8",
"@tiptap/core": "^2.6.6",
"@tiptap/extension-code-block-lowlight": "^2.6.6",
"@tiptap/extension-collaboration": "^2.6.6",
"@tiptap/extension-collaboration-cursor": "^2.6.6",
"@tiptap/extension-youtube": "^2.6.6",
"@tiptap/html": "^2.6.6",
"@tiptap/pm": "^2.6.6",
"@tiptap/react": "^2.6.6",
"@tiptap/starter-kit": "^2.6.6",
"@tiptap/core": "^2.8.0",
"@tiptap/extension-code-block-lowlight": "^2.8.0",
"@tiptap/extension-collaboration": "^2.8.0",
"@tiptap/extension-collaboration-cursor": "^2.8.0",
"@tiptap/extension-youtube": "^2.8.0",
"@tiptap/html": "^2.8.0",
"@tiptap/pm": "^2.8.0",
"@tiptap/react": "^2.8.0",
"@tiptap/starter-kit": "^2.8.0",
"@types/dompurify": "^3.0.5",
"@types/randomcolor": "^0.5.9",
"avvvatars-react": "^0.4.2",
@ -47,7 +47,7 @@
"katex": "^0.16.11",
"lowlight": "^3.1.0",
"lucide-react": "^0.424.0",
"next": "14.2.7",
"next": "14.2.15",
"next-auth": "^4.24.8",
"nextjs-toploader": "^1.6.12",
"prosemirror-state": "^1.4.3",
@ -84,7 +84,7 @@
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.14",
"eslint-config-next": "^14.2.15",
"eslint-plugin-unused-imports": "^3.2.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",