build: pin graphql resolution

This commit is contained in:
Sérgio Ramos 2017-12-22 02:16:36 +00:00
parent 4b84756e47
commit c184066f26
2 changed files with 3 additions and 8 deletions

View File

@ -69,6 +69,7 @@
},
"workspaces": ["packages/*", "prototypes/*"],
"resolutions": {
"graphql": "0.12.3",
"lodash": "4.17.4",
"lodash.keys": "4.2.0",
"lodash.defaults": "4.2.0",

View File

@ -4744,13 +4744,7 @@ graphql-tag@^2.0.0, graphql-tag@^2.4.2, graphql-tag@^2.5.0, graphql-tag@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.6.1.tgz#4788d509f6e29607d947fc47a40c4e18f736d34a"
graphql@^0.10.0, graphql@^0.10.3:
version "0.10.5"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.10.5.tgz#c9be17ca2bdfdbd134077ffd9bbaa48b8becd298"
dependencies:
iterall "^1.1.0"
graphql@^0.12.3:
graphql@0.12.3, graphql@^0.10.0, graphql@^0.10.3, graphql@^0.12.3:
version "0.12.3"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
dependencies:
@ -5637,7 +5631,7 @@ istanbul-reports@^1.1.3:
dependencies:
handlebars "^4.0.3"
iterall@1.1.3, iterall@^1.1.0:
iterall@1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"