Skip to content

Commit

Permalink
chore: 🤖 update prisma monorepo to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent c90d8f1 commit 3084881
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 43 deletions.
4 changes: 2 additions & 2 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@nestjs/platform-express": "10.3.0",
"@nestjs/throttler": "4.2.1",
"@octokit/oauth-app": "6.0.0",
"@prisma/client": "4.16.2",
"@prisma/client": "5.8.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"googleapis": "129.0.0",
Expand Down Expand Up @@ -64,7 +64,7 @@
"eslint-plugin-unicorn": "47.0.0",
"eslint-plugin-unused-imports": "3.0.0",
"open-cli": "8.0.0",
"prisma": "4.16.2",
"prisma": "5.8.1",
"rimraf": "5.0.5",
"run-script-webpack-plugin": "0.2.0",
"ts-loader": "9.5.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/cli-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@nestjs/jwt": "10.2.0",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.0",
"@prisma/client": "4.16.2",
"@prisma/client": "5.8.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"deepmerge": "4.3.1",
Expand Down Expand Up @@ -60,7 +60,7 @@
"eslint-plugin-unused-imports": "3.0.0",
"open-cli": "8.0.0",
"passport": "0.7.0",
"prisma": "4.16.2",
"prisma": "5.8.1",
"rimraf": "5.0.5",
"run-script-webpack-plugin": "0.2.0",
"ts-loader": "9.5.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@codemirror/language": "6.10.0",
"@codemirror/legacy-modes": "6.3.3",
"@lezer/highlight": "1.2.0",
"@prisma/client": "4.16.2",
"@prisma/client": "5.8.1",
"@reduxjs/toolkit": "1.9.7",
"@rjsf/core": "5.16.1",
"@rjsf/utils": "5.16.1",
Expand Down Expand Up @@ -78,7 +78,7 @@
"eslint-plugin-unused-imports": "3.0.0",
"hygen": "6.2.11",
"prettier": "2.8.8",
"prisma": "4.16.2",
"prisma": "5.8.1",
"sass": "1.69.7",
"stylelint": "15.11.0",
"stylelint-config-recess-order": "4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@commitlint/cli": "18.4.4",
"@exlint.io/inflint": "2.0.0",
"@playwright/test": "1.40.1",
"@prisma/client": "4.16.2",
"@prisma/client": "5.8.1",
"@types/node": "18.19.7",
"@types/totp-generator": "0.0.8",
"@types/wait-on": "5.3.4",
Expand Down Expand Up @@ -71,7 +71,7 @@
"pnpm": "8.14.1",
"prettier": "2.8.8",
"prettier-plugin-sh": "0.13.1",
"prisma": "4.16.2",
"prisma": "5.8.1",
"rimraf": "5.0.5",
"stylelint": "15.11.0",
"totp-generator": "0.0.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-unicorn": "47.0.0",
"eslint-plugin-unused-imports": "3.0.0",
"prisma": "4.16.2",
"prisma": "5.8.1",
"typescript": "5.3.3"
},
"dependencies": {
"@prisma/client": "4.16.2",
"@prisma/client": "5.8.1",
"@rjsf/utils": "5.16.1"
},
"peerDependencies": {
Expand Down
85 changes: 52 additions & 33 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 3084881

Please sign in to comment.