Merge branch 'main' of https://github.com/ahmadk953/tasko into liveblocks

Update local dependencies
This commit is contained in:
Ahmad 2025-01-11 01:05:03 -05:00
commit d988f334e7
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
7 changed files with 491 additions and 647 deletions

View file

@ -17,14 +17,14 @@
},
"dependencies": {
"@arcjet/next": "^1.0.0-alpha.34",
"@clerk/nextjs": "^6.9.7",
"@clerk/nextjs": "^6.9.9",
"@hello-pangea/dnd": "^17.0.0",
"@liveblocks/client": "^2.15.1",
"@liveblocks/node": "^2.15.1",
"@liveblocks/react": "^2.15.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.1.3",
"@next/mdx": "^15.1.4",
"@prisma/client": "^6.2.1",
"@prisma/extension-accelerate": "^1.2.1",
"@radix-ui/react-accordion": "^1.2.2",
@ -37,7 +37,7 @@
"@radix-ui/react-tooltip": "^1.1.6",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@sentry/nextjs": "8",
"@tanstack/react-query": "^5.62.16",
"@tanstack/react-query": "^5.63.0",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"class-variance-authority": "^0.7.1",
@ -45,7 +45,7 @@
"date-fns": "^4.1.0",
"dompurify": "^3.2.3",
"lodash": "^4.17.21",
"lucide-react": "^0.469.0",
"lucide-react": "^0.471.0",
"next": "^15.1.4",
"react": "^19.0.0",
"react-day-picker": "^9.5.0",
@ -68,7 +68,7 @@
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.16.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@next/eslint-plugin-next": "15.1.3",
"@next/eslint-plugin-next": "15.1.4",
"@tailwindcss/typography": "^0.5.16",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
@ -103,5 +103,5 @@
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
},
"packageManager": "yarn@4.5.3"
"packageManager": "yarn@4.6.0"
}