Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
salimi-my committed May 6, 2024
1 parent 0d846df commit 79c5a67
Show file tree
Hide file tree
Showing 2 changed files with 2,874 additions and 3,100 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^1.2.1",
"@auth/prisma-adapter": "^2.0.0",
"@edgestore/react": "^0.1.6",
"@edgestore/server": "^0.1.6",
"@hookform/resolvers": "^3.3.4",
"@plaiceholder/next": "^3.0.0",
"@prisma/client": "^5.12.1",
"@prisma/client": "^5.13.0",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
Expand All @@ -29,48 +29,48 @@
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "0.0.14",
"@tanstack/react-table": "^8.11.8",
"axios": "^1.6.7",
"@react-email/components": "0.0.17",
"@tanstack/react-table": "^8.16.0",
"axios": "^1.6.8",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"cmdk": "^0.2.1",
"date-fns": "^3.3.1",
"framer-motion": "^11.0.3",
"date-fns": "^3.6.0",
"framer-motion": "^11.1.7",
"lucide-react": "^0.321.0",
"next": "^14.1.0",
"next": "^14.2.3",
"next-auth": "5.0.0-beta.4",
"next-themes": "^0.2.1",
"next-themes": "^0.3.0",
"plaiceholder": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-email": "2.0.0",
"react-hook-form": "^7.50.0",
"react-email": "2.1.2",
"react-hook-form": "^7.51.4",
"react-simple-typewriter": "^5.0.1",
"react-spinners": "^0.13.8",
"resend": "^3.1.0",
"resend": "^3.2.0",
"schema-dts": "^1.1.2",
"sharp": "^0.33.2",
"tailwind-merge": "^2.2.1",
"sharp": "^0.33.3",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1",
"zod": "^3.22.4",
"zustand": "^4.5.0"
"zod": "^3.23.6",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"postcss": "^8.4.33",
"prisma": "^5.12.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"postcss": "^8.4.38",
"prisma": "^5.13.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 79c5a67

Please sign in to comment.