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 Mar 29, 2019
1 parent f302f81 commit 64f0355
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 17 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.2.0",
"@types/node-fetch": "2.1.1",
"graphql-cli": "2.16.3",
"nodemon": "1.17.5",
Expand Down
19 changes: 16 additions & 3 deletions prisma-passthrough/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,12 @@
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.2.0"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.2.0.tgz#74e1da5f2a4a744ac6eb3ed57b48242ea9367202"
integrity sha512-lELg5m6eBOmATWyCZl8qULEOvnPIUG6B443yXKj930glXIgwQirIBPp5rthP2amJW0YSzUg2s5sfgba4mRRCNw==

"@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 +1693,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 +1705,13 @@ graphql@^0.12.3:
dependencies:
iterall "1.1.3"

graphql@^14.0.0:
version "14.2.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.2.0.tgz#ff25813ad6d186f3975977d56bc2d2434871f3b9"
integrity sha512-dlFHRtxsL4sBy1C1e3v64IUd5ndZhAOHZ/z3Dr4Nm6+cvr9elrnz4BhMF9h9mRBBnhUCGLc4GH4xvPbKG6sUeA==
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,9 +2132,10 @@ [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"
integrity sha512-yynBb1g+RFUPY64fTrFv7nsjRrENBQJaX2UL+2Szc9REFrSNm1rpSXHGzhmAy7a9uv3vlvgBlXnf9RqmPH1/DA==

[email protected]:
version "0.15.0"
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.2.0",
"@types/node-fetch": "2.1.1",
"graphql-cli": "2.16.3",
"nodemon": "1.17.5",
Expand Down
17 changes: 12 additions & 5 deletions prisma-stitch/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@
resolved "https://registry.yarnpkg.com/@types/graphql-deduplicator/-/graphql-deduplicator-2.0.0.tgz#9e577b8f3feb3d067b0ca756f4a1fb356d533922"
integrity sha512-swUwj5hWF1yFzbUXStLJrUa0ksAt11B8+SwhsAjQAX0LYJ1LLioAyuDcJ9bovWbsNzIXJYXLvljSPQw8nR728w==

"@types/graphql@0.13.1":
version "0.13.1"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.1.tgz#7d39750355c9ecb921816d6f76c080405b5f6bea"
integrity sha512-a6vRcP4M6+7Lqev1JeF3hGFmC3FNBIJ5cRnaSN/z1LtGVr/CaY6nqSlQbnFr2j8ucDlUAQU43LCnJrz6uLUyHg==
"@types/graphql@14.2.0":
version "14.2.0"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.2.0.tgz#74e1da5f2a4a744ac6eb3ed57b48242ea9367202"
integrity sha512-lELg5m6eBOmATWyCZl8qULEOvnPIUG6B443yXKj930glXIgwQirIBPp5rthP2amJW0YSzUg2s5sfgba4mRRCNw==

"@types/graphql@^14.0.0":
version "14.0.3"
Expand Down Expand Up @@ -1962,7 +1962,7 @@ graphql-yoga@^1.14.8:
graphql-tools "^4.0.0"
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"
integrity sha512-QZ5BL8ZO/B20VA8APauGBg3GyEgZ19eduvpLWoq5x7gMmWnHoy8rlQWPLmWgFvo1yNgjSEFMesmS4R6pPr7xog==
Expand All @@ -1983,6 +1983,13 @@ graphql@^0.12.3:
dependencies:
iterall "1.1.3"

graphql@^14.0.0:
version "14.2.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.2.0.tgz#ff25813ad6d186f3975977d56bc2d2434871f3b9"
integrity sha512-dlFHRtxsL4sBy1C1e3v64IUd5ndZhAOHZ/z3Dr4Nm6+cvr9elrnz4BhMF9h9mRBBnhUCGLc4GH4xvPbKG6sUeA==
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
2 changes: 1 addition & 1 deletion schema-ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "NODE_NO_WARNINGS=1 ts-node-dev --respawn main.ts"
},
"devDependencies": {
"@types/graphql": "^14.0.3",
"@types/graphql": "14.2.0",
"@types/node": "^10.12.15",
"@types/signale": "^1.2.0",
"prettier": "^1.15.3",
Expand Down
8 changes: 4 additions & 4 deletions schema-ast/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@types/graphql@^14.0.3":
version "14.0.3"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.0.3.tgz#389e2e5b83ecdb376d9f98fae2094297bc112c1c"
integrity sha512-TcFkpEjcQK7w8OcrQcd7iIBPjU0rdyi3ldj6d0iJ4PPSzbWqPBvXj9KSwO14hTOX2dm9RoiH7VuxksJLNYdXUQ==
"@types/graphql@14.2.0":
version "14.2.0"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.2.0.tgz#74e1da5f2a4a744ac6eb3ed57b48242ea9367202"
integrity sha512-lELg5m6eBOmATWyCZl8qULEOvnPIUG6B443yXKj930glXIgwQirIBPp5rthP2amJW0YSzUg2s5sfgba4mRRCNw==

"@types/node@*", "@types/node@^10.12.15":
version "10.12.15"
Expand Down

0 comments on commit 64f0355

Please sign in to comment.