chore: upgrade packages

This commit is contained in:
swve 2025-04-06 12:43:36 +02:00
parent 43a1f4e8e0
commit ed1ae628cb
2 changed files with 611 additions and 647 deletions

View file

@ -32,17 +32,17 @@
"@radix-ui/react-tooltip": "^1.1.8",
"@stitches/react": "^1.2.8",
"@tanstack/react-table": "^8.21.2",
"@tiptap/core": "^2.11.6",
"@tiptap/extension-code-block-lowlight": "^2.11.6",
"@tiptap/extension-table": "^2.11.6",
"@tiptap/extension-table-cell": "^2.11.6",
"@tiptap/extension-table-header": "^2.11.6",
"@tiptap/extension-table-row": "^2.11.6",
"@tiptap/extension-youtube": "^2.11.6",
"@tiptap/html": "^2.11.6",
"@tiptap/pm": "^2.11.6",
"@tiptap/react": "^2.11.6",
"@tiptap/starter-kit": "^2.11.6",
"@tiptap/core": "^2.11.7",
"@tiptap/extension-code-block-lowlight": "^2.11.7",
"@tiptap/extension-table": "^2.11.7",
"@tiptap/extension-table-cell": "^2.11.7",
"@tiptap/extension-table-header": "^2.11.7",
"@tiptap/extension-table-row": "^2.11.7",
"@tiptap/extension-youtube": "^2.11.7",
"@tiptap/html": "^2.11.7",
"@tiptap/pm": "^2.11.7",
"@tiptap/react": "^2.11.7",
"@tiptap/starter-kit": "^2.11.7",
"@types/dompurify": "^3.2.0",
"@types/randomcolor": "^0.5.9",
"avvvatars-react": "^0.4.2",
@ -50,10 +50,10 @@
"clsx": "^2.1.1",
"currency-codes": "^2.2.0",
"dayjs": "^1.11.13",
"dompurify": "^3.2.4",
"dompurify": "^3.2.5",
"emblor": "^1.4.8",
"formik": "^2.4.6",
"framer-motion": "^12.6.2",
"framer-motion": "^12.6.3",
"get-youtube-id": "^1.0.1",
"highlight.js": "^11.11.1",
"katex": "^0.16.21",
@ -74,7 +74,7 @@
"react-youtube": "^10.1.0",
"require-in-the-middle": "^7.5.2",
"sharp": "^0.33.5",
"styled-components": "^6.1.16",
"styled-components": "^6.1.17",
"swr": "^2.3.3",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
@ -84,7 +84,7 @@
"yup": "^1.6.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.17",
"@tailwindcss/postcss": "^4.1.3",
"@types/node": "20.12.2",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
@ -92,11 +92,11 @@
"@types/react-transition-group": "^4.4.12",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^9.0.8",
"eslint": "^8.57.1",
"eslint": "^9.24.0",
"eslint-config-next": "15.2.1",
"eslint-plugin-unused-imports": "^3.2.0",
"postcss": "^8.5.3",
"tailwindcss": "^4.0.17",
"tailwindcss": "^4.1.3",
"typescript": "5.4.4"
},
"pnpm": {