Skip to content

Commit

Permalink
Merge pull request #29 from udohjeremiah/dev
Browse files Browse the repository at this point in the history
Update deps an devDeps.
  • Loading branch information
udohjeremiah authored May 2, 2024
2 parents 48a84c0 + 8af5db8 commit ae17b72
Show file tree
Hide file tree
Showing 3 changed files with 3,745 additions and 3,001 deletions.
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"postinstall": "prisma generate"
},
"dependencies": {
"@clerk/nextjs": "^4.29.11",
"@clerk/nextjs": "^4.30.1",
"@hookform/resolvers": "^3.3.4",
"@prisma/client": "^5.12.1",
"@prisma/client": "^5.13.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
Expand All @@ -31,30 +31,30 @@
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@tanstack/react-table": "^8.15.3",
"@tanstack/react-table": "^8.16.0",
"class-variance-authority": "^0.7.0",
"cloudinary": "^2.1.0",
"clsx": "^2.1.0",
"cloudinary": "^2.2.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.363.0",
"next": "14.1.4",
"next-cloudinary": "^6.3.0",
"next-cloudinary": "^6.5.1",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"recharts": "^2.12.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.3",
"recharts": "^2.12.6",
"sonner": "^1.4.41",
"stripe": "^14.24.0",
"tailwind-merge": "^2.2.2",
"stripe": "^14.25.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
"zod": "^3.23.5"
},
"devDependencies": {
"@types/node": "^20.12.4",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
Expand All @@ -64,10 +64,10 @@
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-prisma": "^5.0.0",
"prettier-plugin-tailwindcss": "^0.5.13",
"prisma": "^5.12.1",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^5.13.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"lint-staged": {
"*.{js,ts,md,jsx,tsx,mdx,css}": [
Expand Down
Loading

0 comments on commit ae17b72

Please sign in to comment.