Skip to content

Commit

Permalink
fix: remove @prisma/client from dependencies and add it to peerDepend…
Browse files Browse the repository at this point in the history
…encies
  • Loading branch information
aiji42 committed Jun 21, 2022
1 parent 015cfc2 commit fdc43b8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@prisma/client": "^3.15.0",
"@prisma/sdk": "^3.15.1",
"@tsconfig/node16": "^1.0.2",
"c8": "^7.11.3",
Expand All @@ -48,8 +49,10 @@
"vitest": "^0.15.0",
"zx": "^7.0.0"
},
"peerDependencies": {
"@prisma/client": ">=3.15.0"
},
"dependencies": {
"@prisma/client": "3.15.0",
"apollo-server-express": "^3.8.2",
"dotenv": "^16.0.1",
"express": "^4.18.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -646,12 +646,12 @@
dependencies:
"@octokit/openapi-types" "^11.2.0"

"@prisma/[email protected]":
version "3.15.0"
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-3.15.0.tgz#d248b906c254806b10b95d9a2abfcf40d70a263a"
integrity sha512-0bwpIXtE3qkkm8JV6kSHLPyEbEUQD+hFAO7NM5INr23vFBOoyKwKI1Q4V08A7jq3NdI7g2NlBuugCHE9//1ANw==
"@prisma/client@^3.15.0":
version "3.15.2"
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-3.15.2.tgz#2181398147afc79bfe0d83c03a88dc45b49bd365"
integrity sha512-ErqtwhX12ubPhU4d++30uFY/rPcyvjk+mdifaZO5SeM21zS3t4jQrscy8+6IyB0GIYshl5ldTq6JSBo1d63i8w==
dependencies:
"@prisma/engines-version" "3.15.0-29.b9297dc3a59307060c1c39d7e4f5765066f38372"
"@prisma/engines-version" "3.15.1-1.461d6a05159055555eb7dfb337c9fb271cbd4d7e"

"@prisma/[email protected]":
version "3.14.0"
Expand Down Expand Up @@ -689,10 +689,10 @@
strip-ansi "6.0.1"
undici "5.1.1"

"@prisma/[email protected].0-29.b9297dc3a59307060c1c39d7e4f5765066f38372":
version "3.15.0-29.b9297dc3a59307060c1c39d7e4f5765066f38372"
resolved "https://registry.yarnpkg.com/@prisma/engines-version/-/engines-version-3.15.0-29.b9297dc3a59307060c1c39d7e4f5765066f38372.tgz#d6518de90c689666b18e28546d3d4649f7f8dcd0"
integrity sha512-VRj1Svti6h4UnUxEbIpio+40zppFztGKogVbkgblndbEQfmNdLh2M5bzDD6kaO+r8LBxHUBzUG/zEmlpxTvwoA==
"@prisma/[email protected].1-1.461d6a05159055555eb7dfb337c9fb271cbd4d7e":
version "3.15.1-1.461d6a05159055555eb7dfb337c9fb271cbd4d7e"
resolved "https://registry.yarnpkg.com/@prisma/engines-version/-/engines-version-3.15.1-1.461d6a05159055555eb7dfb337c9fb271cbd4d7e.tgz#bf5e2373ca68ce7556b967cb4965a7095e93fe53"
integrity sha512-e3k2Vd606efd1ZYy2NQKkT4C/pn31nehyLhVug6To/q8JT8FpiMrDy7zmm3KLF0L98NOQQcutaVtAPhzKhzn9w==

"@prisma/[email protected]":
version "3.15.0-29.b9297dc3a59307060c1c39d7e4f5765066f38372"
Expand Down

0 comments on commit fdc43b8

Please sign in to comment.