Skip to content

Commit

Permalink
chore(api): refine dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
duongdev committed Jun 27, 2024
1 parent b17112c commit addfc43
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 193 deletions.
16 changes: 7 additions & 9 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@
},
"dependencies": {
"@6pm/validation": "workspace:^",
"@clerk/backend": "^1.2.2",
"@clerk/backend": "^1.2.4",
"@hono/clerk-auth": "^2.0.0",
"@hono/node-server": "^1.11.2",
"@hono/node-server": "^1.11.4",
"@hono/zod-validator": "^0.2.2",
"@neondatabase/serverless": "^0.9.3",
"@prisma/adapter-neon": "^5.15.0",
"@prisma/client": "^5.15.0",
"@prisma/client": "^5.16.0",
"dayjs": "^1.11.11",
"hono": "^4.4.4",
"next": "^14.2.3",
"hono": "^4.4.8",
"next": "^14.2.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"zod": "^3.23.8"
Expand All @@ -34,8 +32,8 @@
"@types/node": "18.11.18",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"prisma": "^5.15.0",
"typescript": "^5.4.5",
"prisma": "^5.16.0",
"typescript": "^5.5.2",
"zod-prisma-types": "^3.1.8"
}
}
Loading

0 comments on commit addfc43

Please sign in to comment.