Skip to content

Commit

Permalink
Merge pull request #78 from bludnic/chore/upgrade-prisma-v6
Browse files Browse the repository at this point in the history
chore: upgrade prisma to v6
  • Loading branch information
bludnic authored Dec 13, 2024
2 parents 4865edc + 9d9f0ca commit 16f66a3
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@opentrader/processing": "workspace:*",
"@opentrader/tools": "workspace:*",
"@opentrader/trpc": "workspace:*",
"@prisma/client": "5.22.0",
"@prisma/client": "6.0.1",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"ccxt": "4.4.39",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@opentrader/prisma": "workspace:*",
"@prisma/client": "5.22.0",
"@prisma/client": "6.0.1",
"zod": "3.23.8"
}
}
4 changes: 2 additions & 2 deletions packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"dependencies": {
"@opentrader/tools": "workspace:*",
"@opentrader/types": "workspace:*",
"@prisma/client": "5.22.0",
"prisma": "5.22.0",
"@prisma/client": "6.0.1",
"prisma": "6.0.1",
"zod": "3.23.8",
"zod-prisma-types": "3.1.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/processing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@opentrader/exchanges": "workspace:*",
"@opentrader/logger": "workspace:*",
"@opentrader/tools": "workspace:*",
"@prisma/client": "5.22.0",
"@prisma/client": "6.0.1",
"ccxt": "4.4.39"
}
}
86 changes: 43 additions & 43 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 16f66a3

Please sign in to comment.