Skip to content

Commit

Permalink
fix(deps): update dependency graphql to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 9, 2018
1 parent c14bb1a commit 892f8fa
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 664 deletions.
4 changes: 2 additions & 2 deletions prisma-passthrough/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
"dependencies": {
"apollo-link-http": "^1.5.4",
"graphql": "^0.13.2",
"graphql": "^14.0.0",
"graphql-tools": "^3.0.2",
"graphql-yoga": "^1.14.8",
"node-fetch": "^2.1.2"
},
"devDependencies": {
"@types/graphql": "0.13.1",
"@types/graphql": "14.0.3",
"@types/node-fetch": "2.1.1",
"graphql-cli": "2.16.3",
"nodemon": "1.17.5",
Expand Down
16 changes: 13 additions & 3 deletions prisma-passthrough/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@
version "0.12.6"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.6.tgz#3d619198585fcabe5f4e1adfb5cf5f3388c66c13"

"@types/[email protected]", "@types/graphql@^0.13.0":
"@types/[email protected]":
version "14.0.3"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.0.3.tgz#389e2e5b83ecdb376d9f98fae2094297bc112c1c"

"@types/graphql@^0.13.0":
version "0.13.1"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.1.tgz#7d39750355c9ecb921816d6f76c080405b5f6bea"

Expand Down Expand Up @@ -1688,7 +1692,7 @@ graphql-yoga@^1.14.8:
graphql-tools "^2.23.1"
subscriptions-transport-ws "^0.9.8"

"graphql@^0.11.0 || ^0.12.0 || ^0.13.0", graphql@^0.13.0, graphql@^0.13.1, graphql@^0.13.2:
"graphql@^0.11.0 || ^0.12.0 || ^0.13.0", graphql@^0.13.0, graphql@^0.13.1:
version "0.13.2"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270"
dependencies:
Expand All @@ -1700,6 +1704,12 @@ graphql@^0.12.3:
dependencies:
iterall "1.1.3"

graphql@^14.0.0:
version "14.0.2"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.0.2.tgz#7dded337a4c3fd2d075692323384034b357f5650"
dependencies:
iterall "^1.2.2"

har-schema@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
Expand Down Expand Up @@ -2120,7 +2130,7 @@ [email protected]:
version "1.1.3"
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"

iterall@^1.1.3, iterall@^1.2.1:
iterall@^1.1.3, iterall@^1.2.1, iterall@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"

Expand Down
4 changes: 2 additions & 2 deletions prisma-stitch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"dependencies": {
"apollo-link-http": "^1.5.4",
"graphql": "^0.13.2",
"graphql": "^14.0.0",
"graphql-import": "^0.6.0",
"graphql-tools": "^3.0.2",
"graphql-yoga": "^1.14.8",
"node-fetch": "^2.1.2"
},
"devDependencies": {
"@types/graphql": "0.13.1",
"@types/graphql": "14.0.3",
"@types/node-fetch": "2.1.1",
"graphql-cli": "2.16.3",
"nodemon": "1.17.5",
Expand Down
Loading

0 comments on commit 892f8fa

Please sign in to comment.