Skip to content

Commit d448a58

Browse files
renovate-botrenovate[bot]
authored andcommittedFeb 16, 2019
fix(deps): update dependency graphql-config-extension-prisma to v0.3.0
1 parent da74389 commit d448a58

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"graphql-cli-prepare": "1.4.19",
8686
"graphql-config": "2.2.1",
8787
"graphql-config-extension-graphcool": "1.0.11",
88-
"graphql-config-extension-prisma": "0.2.5",
88+
"graphql-config-extension-prisma": "0.3.0",
8989
"graphql-playground-middleware-express": "1.7.11",
9090
"graphql-schema-linter": "0.2.0",
9191
"inquirer": "6.2.0",

‎yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2961,13 +2961,13 @@ graphql-config-extension-graphcool@1.0.11:
29612961
graphcool-yml "0.4.15"
29622962
graphql-config "2.2.1"
29632963

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

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.