Skip to content

Commit

Permalink
fix(deps): update prisma monorepo to v4 (freeCodeCamp#1167)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 8, 2022
1 parent eb17d0f commit 1dac7e2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
68 changes: 34 additions & 34 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 server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"seed": "node prisma/generator/seed.js"
},
"dependencies": {
"@prisma/client": "3.15.2",
"@prisma/client": "4.0.0",
"apollo-server-express": "3.9.0",
"calendar-link": "2.2.0",
"class-validator": "0.13.2",
Expand All @@ -57,7 +57,7 @@
"dotenv-cli": "5.1.0",
"get-port": "6.1.2",
"node-dev": "7.4.3",
"prisma": "3.15.2",
"prisma": "4.0.0",
"rimraf": "3.0.2",
"supertest": "6.2.4",
"typescript": "4.7.4"
Expand Down

0 comments on commit 1dac7e2

Please sign in to comment.