Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com>
This commit is contained in:
Ahmad 2024-10-23 19:35:14 -04:00
commit 8b1608628e
2 changed files with 31 additions and 29 deletions

View file

@ -16,7 +16,7 @@
"@clerk/nextjs": "^6.0.1",
"@hello-pangea/dnd": "^17.0.0",
"@liveblocks/client": "^2.9.2",
"@liveblocks/node": "^2.9.1",
"@liveblocks/node": "^2.9.2",
"@liveblocks/react": "^2.9.2",
"@prisma/client": "^5.21.1",
"@prisma/extension-accelerate": "^1.2.1",
@ -62,14 +62,14 @@
"@next/eslint-plugin-next": "15.0.0",
"@types/dompurify": "^3",
"@types/lodash": "^4.17.12",
"@types/node": "^22.7.8",
"@types/node": "^22.7.9",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.10.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-config-next": "15.0.0",
"eslint-config-next": "15.0.1",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",