Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
chore(deps): update prisma monorepo to v5.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent e0c372b commit 70b616b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
},
"typings": "dist/index.d.ts",
"dependencies": {
"@prisma/client": "5.16.1",
"prisma": "5.16.1"
"@prisma/client": "5.16.2",
"prisma": "5.16.2"
},
"peerDependencies": {
"@prisma/client": "5.16.1",
"prisma": "5.16.1"
"@prisma/client": "5.16.2",
"prisma": "5.16.2"
},
"devDependencies": {
"@types/node": "20.14.10",
Expand Down
6 changes: 3 additions & 3 deletions nextjs-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"typings": "dist/index.d.ts",
"dependencies": {
"@next-auth/prisma-adapter": "1.0.7",
"@prisma/nextjs-monorepo-workaround-plugin": "5.16.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.16.2",
"bcrypt": "5.1.1",
"discord-api-types": "0.37.92"
},
"peerDependencies": {
"@cmru-comsci-66/e-sport-database": "1.4.4",
"@next-auth/prisma-adapter": "1.0.7",
"@prisma/nextjs-monorepo-workaround-plugin": "5.16.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.16.2",
"bcrypt": "^5.1.1",
"next": "^12.2.5 || ^13 || ^14",
"next-auth": "^4",
Expand All @@ -45,7 +45,7 @@
"devDependencies": {
"@cmru-comsci-66/e-sport-database": "1.4.4",
"@next-auth/prisma-adapter": "1.0.7",
"@prisma/nextjs-monorepo-workaround-plugin": "5.16.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.16.2",
"@swc/core": "1.4.11",
"@types/bcrypt": "5.0.2",
"@types/node": "20.14.10",
Expand Down

0 comments on commit 70b616b

Please sign in to comment.