Skip to content

Commit

Permalink
Merge pull request #29 from danybeltran/chore-deps
Browse files Browse the repository at this point in the history
chore(deps)
  • Loading branch information
danybeltran committed Feb 13, 2024
2 parents 8b5b634 + f8086f0 commit ee6884e
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 209 deletions.
2 changes: 1 addition & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"components": "components",
"utils": "lib/utils"
}
}
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,35 @@
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@prisma/client": "^5.8.0",
"@prisma/client": "^5.9.1",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-slot": "^1.0.2",
"atomic-state": "^2.7.2",
"autoprefixer": "^10.4.16",
"atomic-state": "^2.7.6",
"autoprefixer": "^10.4.17",
"bs-icon": "^0.0.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.2.0",
"date-fns": "^3.3.1",
"easymde": "^2.18.0",
"geist": "^1.2.1",
"geist": "^1.2.2",
"http-react": "^3.2.3",
"js-cookie": "^3.0.5",
"lucide-react": "^0.309.0",
"next": "^14.0.4",
"lucide-react": "^0.330.0",
"next": "^14.1.0",
"next-auth": "^4.24.5",
"next-themes": "^0.2.1",
"postcss": "^8.4.33",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-hook-form": "^7.50.1",
"react-icons": "^5.0.1",
"react-kuh": "^0.1.0",
"react-markdown": "^9.0.1",
"tailwind-merge": "^2.2.0",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
Expand All @@ -47,10 +47,10 @@
"@tailwindcss/typography": "^0.5.10",
"@types/js-cookie": "^3.0.6",
"@types/mongoose": "^5.11.97",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"prisma": "^5.8.0",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"prisma": "^5.9.1",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit ee6884e

Please sign in to comment.