Skip to content

Commit

Permalink
fix(deps): update dependency prisma-client-lib to v1.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 10, 2019
1 parent 5a2491a commit 00213a2
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"graphql-yoga": "1.17.4",
"jsonwebtoken": "8.5.0",
"prisma-binding": "2.3.5",
"prisma-client-lib": "1.28.1"
"prisma-client-lib": "1.28.2"
},
"devDependencies": {
"@types/bcryptjs": "2.4.2",
Expand Down
40 changes: 40 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4571,6 +4571,27 @@ [email protected]:
ws "^6.1.0"
zen-observable "^0.8.10"

[email protected]:
version "1.28.2"
resolved "https://registry.yarnpkg.com/prisma-client-lib/-/prisma-client-lib-1.28.2.tgz#bae122f2454794e9ed07e15c9f7a04b28caafb03"
integrity sha512-VD7DrqzZYnBaKdGVAfP16owVhGHGuzf8/GzijUoewpStNV6ZSprEhFqzAZxFhquFb7YWWbmKuRwaTq7GfIpBKw==
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.14.3"
prisma-datamodel "1.28.2"
prisma-generate-schema "1.28.2"
subscriptions-transport-ws "^0.9.15"
uppercamelcase "^3.0.0"
ws "^6.1.0"
zen-observable "^0.8.10"

[email protected]:
version "1.28.1"
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.28.1.tgz#d59f7eac9595e1ca9e345aa9c1b40a5237d704cc"
Expand All @@ -4580,6 +4601,15 @@ [email protected]:
pluralize "^7.0.0"
popsicle "10"

[email protected]:
version "1.28.2"
resolved "https://registry.yarnpkg.com/prisma-datamodel/-/prisma-datamodel-1.28.2.tgz#419a200f4a01863f9642c02f0abf193621c80f1b"
integrity sha512-e5aPVMGs76Ek31/IayUmQmALGllIdHjNe6mAgr0N+G1Lc4bNkk3iwn1NLgoNRKaNndoIOyI0WFQJAOQTwtrvQQ==
dependencies:
graphql "^14.0.2"
pluralize "^7.0.0"
popsicle "10"

[email protected]:
version "1.28.1"
resolved "https://registry.yarnpkg.com/prisma-db-introspection/-/prisma-db-introspection-1.28.1.tgz#25783ec7337b92ac646631424e677a646f883158"
Expand Down Expand Up @@ -4608,6 +4638,16 @@ [email protected]:
popsicle "10"
prisma-datamodel "1.28.1"

[email protected]:
version "1.28.2"
resolved "https://registry.yarnpkg.com/prisma-generate-schema/-/prisma-generate-schema-1.28.2.tgz#ffe92b8fd93d87bbe815bad5671d328c2a2abc13"
integrity sha512-z3LTV34g9rtTZ4CtW3z6O5xWhYLicTbTmYqQNRUef1pAq+sYY+p+PcNe2+FUo/V2dRjYpXm9X0ZndCb0D5TUGg==
dependencies:
graphql "^14.0.2"
pluralize "^7.0.0"
popsicle "10"
prisma-datamodel "1.28.2"

[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 00213a2

Please sign in to comment.