Skip to content

Commit

Permalink
fix(deps): update dependency prisma-client-lib to v1.34.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jan 12, 2021
1 parent 60efe93 commit d75f3c2
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
2 changes: 1 addition & 1 deletion basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"graphql-yoga": "1.18.3",
"prisma-client-lib": "1.34.10"
"prisma-client-lib": "1.34.12"
},
"devDependencies": {
"prisma": "1.34.10",
Expand Down
41 changes: 41 additions & 0 deletions basic/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2682,6 +2682,27 @@ [email protected]:
ws "^6.1.0"
zen-observable "^0.8.10"

[email protected]:
version "1.34.12"
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.34.12.tgz#7b81e0df527058d848e9c6c00e98a765e26a6837"
integrity sha512-VNl0wcI4MYbag3PI3Oy22tomg0rO3+VYGdumISg81NV2nB6PZyB+z4SirNk8E7qo0HRCeSd2xj3su92Jq+M3QQ==
dependencies:
"@types/node" "^10.12.0"
"@types/prettier" "^1.13.2"
debug "^4.1.0"
flow-bin "^0.87.0"
graphql-tag "^2.10.0"
http-link-dataloader "^0.1.6"
jsonwebtoken "^8.3.0"
lodash.flatten "^4.4.0"
prettier "1.16.4"
prisma-datamodel "1.34.12"
prisma-generate-schema "1.34.12"
subscriptions-transport-ws "^0.9.15"
uppercamelcase "^3.0.0"
ws "^6.1.0"
zen-observable "^0.8.10"

[email protected]:
version "1.34.10"
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.34.10.tgz#ce47dba4cff1dfaed5b3ad3302e53308baa9bffe"
Expand All @@ -2691,6 +2712,16 @@ [email protected]:
pluralize "^7.0.0"
popsicle "10"

[email protected]:
version "1.34.12"
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.34.12.tgz#bbc5e0ffdaf1f33fc1b6dcbb1fcd4a3c828b1920"
integrity sha512-95m7ZEjzuNz++Tuo+GRuIhtS3/xG9fPZm5So/E3kw/lQ4RjE7/BT8Je12XFk47sk7cewQBmQ+Of32J7FW+0cxQ==
dependencies:
debug "^4.1.1"
graphql "^14.3.0"
pluralize "^7.0.0"
popsicle "10"

[email protected]:
version "1.34.10"
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.34.10.tgz#ff4f63517f34ca531f3293ddbb0d26ace96dd756"
Expand All @@ -2716,6 +2747,16 @@ [email protected]:
popsicle "10"
prisma-datamodel "1.34.10"

[email protected]:
version "1.34.12"
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.34.12.tgz#d4fa6904120eeebcffcae964cb941e2e7cd88f20"
integrity sha512-USrNLFtXwGNORJHpeXihCIc3/ARtVaFjQ1OZhvmLnqoiJVhnh29sc0daCqFijO1AXiArF5kxjMcM27JVzTdJiA==
dependencies:
graphql "^14.3.0"
pluralize "^7.0.0"
popsicle "10"
prisma-datamodel "1.34.12"

[email protected]:
version "0.1.3"
resolved "https://registry.yarnpkg.com/prisma-json-schema/-/prisma-json-schema-0.1.3.tgz#6c302db8f464f8b92e8694d3f7dd3f41ac9afcbe"
Expand Down

0 comments on commit d75f3c2

Please sign in to comment.