mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 20:53:08 +00:00
Merge branch 'main' of https://github.com/ahmadk953/tasko
Update local dependencies
This commit is contained in:
commit
20ba589842
2 changed files with 113 additions and 98 deletions
16
package.json
16
package.json
|
@ -19,7 +19,7 @@
|
|||
"@liveblocks/react": "^1.12.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
||||
"@prisma/client": "^5.14.0",
|
||||
"@prisma/extension-accelerate": "^1.0.0",
|
||||
"@prisma/extension-accelerate": "^1.1.0",
|
||||
"@radix-ui/react-accordion": "^1.1.2",
|
||||
"@radix-ui/react-avatar": "^1.0.4",
|
||||
"@radix-ui/react-dialog": "^1.0.5",
|
||||
|
@ -28,7 +28,7 @@
|
|||
"@radix-ui/react-separator": "^1.0.3",
|
||||
"@radix-ui/react-slot": "^1.0.2",
|
||||
"@radix-ui/react-tooltip": "^1.0.7",
|
||||
"@tanstack/react-query": "^5.37.1",
|
||||
"@tanstack/react-query": "^5.40.0",
|
||||
"@vercel/analytics": "^1.3.1",
|
||||
"@vercel/speed-insights": "^1.0.11",
|
||||
"babel-plugin-react-compiler": "^0.0.0-experimental-487cb0e-20240529",
|
||||
|
@ -36,11 +36,11 @@
|
|||
"clsx": "^2.1.1",
|
||||
"date-fns": "^3.6.0",
|
||||
"lodash": "^4.17.21",
|
||||
"lucide-react": "^0.379.0",
|
||||
"lucide-react": "^0.381.0",
|
||||
"next": "^15.0.0-rc.0",
|
||||
"react": "^19.0.0-rc-6f23540c7d-20240528",
|
||||
"react": "^19.0.0-rc-935180c7e0-20240524",
|
||||
"react-day-picker": "^8.10.1",
|
||||
"react-dom": "^19.0.0-rc-6f23540c7d-20240528",
|
||||
"react-dom": "^19.0.0-rc-935180c7e0-20240524",
|
||||
"sharp": "^0.33.4",
|
||||
"sonner": "^1.4.41",
|
||||
"stripe": "^15.8.0",
|
||||
|
@ -57,15 +57,15 @@
|
|||
"@types/node": "^20",
|
||||
"@types/react": "npm:types-react@rc",
|
||||
"@types/react-dom": "npm:types-react-dom@rc",
|
||||
"@typescript-eslint/eslint-plugin": "^7.10.0",
|
||||
"@typescript-eslint/parser": "^7.10.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.11.0",
|
||||
"@typescript-eslint/parser": "^7.11.0",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-next": "^15.0.0-rc.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"postcss": "^8",
|
||||
"prettier": "^3.2.5",
|
||||
"prettier-plugin-tailwindcss": "^0.5.14",
|
||||
"prettier-plugin-tailwindcss": "^0.6.1",
|
||||
"prisma": "^5.14.0",
|
||||
"tailwindcss": "^3.4.3",
|
||||
"typescript": "^5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue