Skip to content

Commit

Permalink
fix(deps): update dependency graphql-config-extension-prisma to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Feb 16, 2019
1 parent da74389 commit d448a58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"graphql-cli-prepare": "1.4.19",
"graphql-config": "2.2.1",
"graphql-config-extension-graphcool": "1.0.11",
"graphql-config-extension-prisma": "0.2.5",
"graphql-config-extension-prisma": "0.3.0",
"graphql-playground-middleware-express": "1.7.11",
"graphql-schema-linter": "0.2.0",
"inquirer": "6.2.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2961,13 +2961,13 @@ graphql-config-extension-graphcool@1.0.11:
graphcool-yml "0.4.15"
graphql-config "2.2.1"

graphql-config-extension-prisma@0.2.5:
version "0.2.5"
resolved "https://registry.yarnpkg.com/graphql-config-extension-prisma/-/graphql-config-extension-prisma-0.2.5.tgz#f67db5b6f882ac76096fb2e68a18ec81c7d51fd2"
integrity sha512-7Qh3TzZS3hwZpJbTNfTHXBM6UbzV7DMik9Mc95Rz76yTAs7Wr83xBFsH4Ap1NWlqBgANfO3cLLI4YomDJmO5SA==
graphql-config-extension-prisma@0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/graphql-config-extension-prisma/-/graphql-config-extension-prisma-0.3.0.tgz#06758aadb7eb85b12dc1538807873d5890d4d4de"
integrity sha512-bOufkkog0cSfHJ9gVD3Wy+KHmkSTHWcFfPaV/NVpIvfJx15gU0/CzuC6lcTjioWmn+UGzYdoqmP7OrJAWT57sw==
dependencies:
graphql-config "2.2.1"
prisma-yml "1.20.0-beta.18"
prisma-yml "1.26.6"

graphql-config@2.2.1, graphql-config@^2.0.1:
version "2.2.1"
Expand Down Expand Up @@ -5248,10 +5248,10 @@ prisma-json-schema@0.1.3:
resolved "https://registry.yarnpkg.com/prisma-json-schema/-/prisma-json-schema-0.1.3.tgz#6c302db8f464f8b92e8694d3f7dd3f41ac9afcbe"
integrity sha512-XZrf2080oR81mY8/OC8al68HiwBm0nXlFE727JIia0ZbNqwuV4MyRYk6E0+OIa6/9KEYxZrcAmoBs3EW1cCvnA==

prisma-yml@1.20.0-beta.18:
version "1.20.0-beta.18"
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.20.0-beta.18.tgz#fc5f3d2b14f12110e4c64c00305088c5118adb3d"
integrity sha512-wI/lOQrD78de2+ZNzJlbEYcYiUANtpdyT0VzAS+YbF5+1/O+shOnpwYsBtjrVL5Er0RwMkwH7j+oZQM61ENBMQ==
prisma-yml@1.26.6:
version "1.26.6"
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.26.6.tgz#e91b63c6cfb49bcb0ae09b76d8524f58fc0668a9"
integrity sha512-dWBTeQbyWr/4d97ZKjxFPvIHytnNlBsNzgsJC1eew3qoZ9A8vtRIFhsnPiD3kYIf67w56i2QO2O5Infe2FzMww==
dependencies:
ajv "5"
bluebird "^3.5.1"
Expand Down

0 comments on commit d448a58

Please sign in to comment.