Skip to content

Commit

Permalink
fix: unlock versions of prisma dependencies to include 4 and 5
Browse files Browse the repository at this point in the history
  • Loading branch information
keonik committed Aug 10, 2023
1 parent 425fbeb commit b7137d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -110,7 +110,7 @@
"concurrently": "^8.2.0",
"jest": "^29.6.2",
"prettier": "3.0.1",
"prisma": "^5.1.1",
"prisma": "^4.0.0 || ^5.0.0",
"puppeteer": "^21.0.2",
"semantic-release": "^21.0.7",
"standard-version": "^9.5.0",
Expand All @@ -119,7 +119,7 @@
},
"dependencies": {
"@mermaid-js/mermaid-cli": "^10.3.0",
"@prisma/generator-helper": "^4.0.0 || ^5.1.1",
"@prisma/generator-helper": "^4.0.0 || ^5.0.0",
"dotenv": "^16.3.1"
},
"peerDependencies": {
Expand Down

0 comments on commit b7137d2

Please sign in to comment.