Skip to content

Commit

Permalink
Merge pull request #375 from vevcom/chore/update-prisma-to-6.1
Browse files Browse the repository at this point in the history
chore: update prisma to 6.1
  • Loading branch information
JohanHjelsethStorstad authored Dec 19, 2024
2 parents 1861c6e + 8488c52 commit 8d0b20c
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 76 deletions.
79 changes: 43 additions & 36 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@prisma/client": "^5.21.1",
"@prisma/client": "^6.1.0",
"@react-email/components": "^0.0.25",
"@react-email/render": "^1.0.1",
"bcrypt": "^5.1.1",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@types/uuid": "^10.0.0",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.15",
"prisma": "^5.21.1",
"prisma": "^6.1.0",
"typescript": "^5.6.3"
}
}
79 changes: 43 additions & 36 deletions src/prisma/prismaservice/package-lock.json

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

4 changes: 2 additions & 2 deletions src/prisma/prismaservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"schema": "../schema"
},
"devDependencies": {
"@prisma/client": "^5.22.0",
"@prisma/client": "^6.1.0",
"@types/bcrypt": "^5.0.2",
"@types/node": "^22.9.0",
"@types/uuid": "^10.0.0",
"bcrypt": "^5.1.1",
"prisma": "^5.22.0",
"prisma": "^6.1.0",
"tsc-alias": "^1.8.10",
"tscpaths": "^0.0.9",
"typescript": "^5.6.3"
Expand Down

0 comments on commit 8d0b20c

Please sign in to comment.