mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Dependency Updates
This commit is contained in:
commit
952b523bfe
2 changed files with 795 additions and 757 deletions
34
package.json
34
package.json
|
@ -12,15 +12,15 @@
|
|||
"format:fix": "prettier --write --ignore-path .prettierignore ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@clerk/nextjs": "^6.5.0",
|
||||
"@clerk/nextjs": "^6.7.1",
|
||||
"@hello-pangea/dnd": "^17.0.0",
|
||||
"@liveblocks/client": "^2.13.0",
|
||||
"@liveblocks/node": "^2.13.0",
|
||||
"@liveblocks/react": "^2.13.0",
|
||||
"@liveblocks/client": "^2.13.1",
|
||||
"@liveblocks/node": "^2.13.1",
|
||||
"@liveblocks/react": "^2.13.1",
|
||||
"@mdx-js/loader": "^3.1.0",
|
||||
"@mdx-js/react": "^3.1.0",
|
||||
"@next/mdx": "^15.0.3",
|
||||
"@prisma/client": "^6.0.0",
|
||||
"@prisma/client": "^6.0.1",
|
||||
"@prisma/extension-accelerate": "^1.2.1",
|
||||
"@radix-ui/react-accordion": "^1.2.1",
|
||||
"@radix-ui/react-avatar": "^1.1.1",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"@radix-ui/react-tooltip": "^1.1.4",
|
||||
"@radix-ui/react-visually-hidden": "^1.1.0",
|
||||
"@sentry/nextjs": "8",
|
||||
"@tanstack/react-query": "^5.62.0",
|
||||
"@tanstack/react-query": "^5.62.2",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"@vercel/analytics": "^1.4.1",
|
||||
"@vercel/functions": "^1.5.0",
|
||||
|
@ -42,10 +42,10 @@
|
|||
"date-fns": "^4.1.0",
|
||||
"dompurify": "^3.2.2",
|
||||
"lodash": "^4.17.21",
|
||||
"lucide-react": "^0.462.0",
|
||||
"next": "^15.0.3",
|
||||
"lucide-react": "^0.468.0",
|
||||
"next": "^15.0.4",
|
||||
"react": "^19.0.0",
|
||||
"react-day-picker": "^9.3.2",
|
||||
"react-day-picker": "^9.4.1",
|
||||
"react-dom": "^19.0.0",
|
||||
"sharp": "^0.33.5",
|
||||
"sonner": "^1.7.0",
|
||||
|
@ -55,14 +55,14 @@
|
|||
"unsplash-js": "^7.0.19",
|
||||
"usehooks-ts": "^3.1.0",
|
||||
"zod": "^3.23.8",
|
||||
"zustand": "^5.0.1"
|
||||
"zustand": "^5.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@content-collections/core": "^0.7.3",
|
||||
"@content-collections/mdx": "^0.2.0",
|
||||
"@content-collections/next": "^0.2.4",
|
||||
"@eslint/eslintrc": "^3.1.0",
|
||||
"@eslint/js": "^9.14.0",
|
||||
"@eslint/js": "^9.16.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
||||
"@next/eslint-plugin-next": "15.0.3",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
|
@ -71,21 +71,21 @@
|
|||
"@types/node": "^22.10.1",
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-dom": "^19.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.17.0",
|
||||
"@typescript-eslint/parser": "^8.16.0",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"babel-plugin-react-compiler": "^19.0.0-beta-63b359f-20241101",
|
||||
"eslint": "^9.14.0",
|
||||
"eslint": "^9.16.0",
|
||||
"eslint-config-next": "15.0.3",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-react-compiler": "^19.0.0-beta-63b359f-20241101",
|
||||
"fluid-tailwind": "^1.0.4",
|
||||
"mintlify": "^4.0.285",
|
||||
"mintlify": "^4.0.288",
|
||||
"postcss": "^8.4.49",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier": "^3.4.2",
|
||||
"prettier-plugin-tailwindcss": "^0.6.9",
|
||||
"prisma": "^6.0.0",
|
||||
"tailwindcss": "^3.4.13",
|
||||
"prisma": "^6.0.1",
|
||||
"tailwindcss": "^3.4.16",
|
||||
"typescript": "^5.6.3"
|
||||
},
|
||||
"packageManager": "yarn@4.5.3"
|
||||
|
|
Loading…
Reference in a new issue