Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com>
This commit is contained in:
Ahmad 2024-10-15 17:29:47 -04:00
commit 862816858c
2 changed files with 130 additions and 129 deletions

View file

@ -17,7 +17,7 @@
"@liveblocks/client": "^2.9.1",
"@liveblocks/node": "^2.9.1",
"@liveblocks/react": "^2.9.1",
"@prisma/client": "^5.20.0",
"@prisma/client": "^5.21.0",
"@prisma/extension-accelerate": "^1.2.1",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-avatar": "^1.1.1",
@ -27,7 +27,7 @@
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@tanstack/react-query": "^5.59.9",
"@tanstack/react-query": "^5.59.15",
"@vercel/analytics": "^1.3.1",
"@vercel/functions": "^1.4.2",
"@vercel/speed-insights": "^1.0.12",
@ -38,7 +38,7 @@
"dompurify": "^3.1.7",
"eslint-plugin-react-compiler": "0.0.0-experimental-7670337-20240918",
"lodash": "^4.17.21",
"lucide-react": "^0.451.0",
"lucide-react": "^0.453.0",
"next": "15.0.0-rc.1",
"react": "19.0.0-rc-cd22717c-20241013",
"react-day-picker": "^9.1.3",
@ -46,12 +46,12 @@
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"stripe": "^17.2.0",
"tailwind-merge": "^2.5.3",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"unsplash-js": "^7.0.19",
"usehooks-ts": "^3.1.0",
"zod": "^3.23.8",
"zustand": "^4.5.5"
"zustand": "^5.0.0"
},
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^3.1.0",
@ -61,8 +61,8 @@
"@types/node": "^22.7.5",
"@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.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "^15.0.0-rc.0",
@ -70,7 +70,7 @@
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prisma": "^5.20.0",
"prisma": "^5.21.0",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3"
},