Skip to content

Commit

Permalink
Upgrade: update prisma to version 5
Browse files Browse the repository at this point in the history
  • Loading branch information
cbackas committed Jul 19, 2023
1 parent a030b9f commit 24085c8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 23 deletions.
40 changes: 19 additions & 21 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 @@ -7,7 +7,7 @@
},
"dependencies": {
"@codedependant/semantic-release-docker": "^4.4.0",
"@prisma/client": "^4.15.0",
"@prisma/client": "^5.0.0",
"axios": "^1.4.0",
"city-timezones": "^1.2.1",
"conventional-changelog-eslint": "^4.0.0",
Expand All @@ -29,7 +29,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"prisma": "^4.15.0",
"prisma": "^5.0.0",
"typescript": "^4.9.5"
}
}

0 comments on commit 24085c8

Please sign in to comment.