Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
duongdev committed Sep 21, 2024
1 parent 98e810f commit e225fa7
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 82 deletions.
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
"@hono/clerk-auth": "^2.0.0",
"@hono/node-server": "^1.11.4",
"@hono/zod-validator": "^0.2.2",
"@prisma/client": "5.19.0",
"@prisma/client": "5.19.1",
"@vercel/blob": "^0.23.4",
"got": "^14.4.1",
"hono": "^4.4.8",
"next": "^14.2.4",
"openai": "^4.52.7",
"pino": "^9.2.0",
"pino-pretty": "^11.2.1",
"prisma": "5.19.0",
"prisma": "5.19.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"svix": "^1.28.0",
"zod": "^3.23.8",
"zod": "3.23.8",
"zod-prisma-types": "^3.1.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"victory-native": "^41.4.0",
"zod": "^3.23.8",
"zod": "3.23.8",
"zustand": "^4.5.4"
},
"devDependencies": {
Expand Down
6 changes: 4 additions & 2 deletions packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"license": "ISC",
"dependencies": {
"@6pm/validation": "workspace:^",
"@prisma/client": "^5.16.0",
"dayjs": "^1.11.11"
"dayjs": "1.11.3"
},
"peerDependencies": {
"@prisma/client": "5.19.1"
}
}
6 changes: 3 additions & 3 deletions packages/validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.16.0",
"zod": "^3.23.8"
"peerDependencies": {
"@prisma/client": "5.19.1",
"zod": "3.23.8"
}
}
99 changes: 26 additions & 73 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e225fa7

Please sign in to comment.