Skip to content

Commit

Permalink
fix:updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag3003 committed Oct 6, 2024
1 parent e1a670f commit 197db2d
Show file tree
Hide file tree
Showing 3 changed files with 4,757 additions and 3,452 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,41 +13,41 @@
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.3",
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@react-email/components": "^0.0.16",
"@react-email/render": "^0.0.12",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/forms": "^0.5.9",
"@types/node": "20.12.7",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"autoprefixer": "10.4.19",
"axios": "^1.6.8",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.1",
"framer-motion": "^11.0.28",
"eslint-config-next": "^14.2.14",
"framer-motion": "^11.11.1",
"http-status-codes": "^2.3.0",
"lucide-react": "^0.368.0",
"next": "^14.1.4",
"nodemailer": "^6.9.9",
"next": "^14.2.14",
"nodemailer": "^6.9.15",
"postcss": "8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10",
"react-hook-form": "^7.51.2",
"sharp": "^0.33.3",
"tailwind-merge": "^2.2.1",
"react-hook-form": "^7.53.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.3",
"tailwindcss": "3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.3.3",
"zod": "^3.21.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@types/nodemailer": "^6.4.14"
"@types/nodemailer": "^6.4.16"
}
}
Loading

0 comments on commit 197db2d

Please sign in to comment.