build: pin graphql resolution
This commit is contained in:
parent
4b84756e47
commit
c184066f26
@ -69,6 +69,7 @@
|
|||||||
},
|
},
|
||||||
"workspaces": ["packages/*", "prototypes/*"],
|
"workspaces": ["packages/*", "prototypes/*"],
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
|
"graphql": "0.12.3",
|
||||||
"lodash": "4.17.4",
|
"lodash": "4.17.4",
|
||||||
"lodash.keys": "4.2.0",
|
"lodash.keys": "4.2.0",
|
||||||
"lodash.defaults": "4.2.0",
|
"lodash.defaults": "4.2.0",
|
||||||
|
10
yarn.lock
10
yarn.lock
@ -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"
|
version "2.6.1"
|
||||||
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.6.1.tgz#4788d509f6e29607d947fc47a40c4e18f736d34a"
|
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.6.1.tgz#4788d509f6e29607d947fc47a40c4e18f736d34a"
|
||||||
|
|
||||||
graphql@^0.10.0, graphql@^0.10.3:
|
graphql@0.12.3, graphql@^0.10.0, graphql@^0.10.3, graphql@^0.12.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:
|
|
||||||
version "0.12.3"
|
version "0.12.3"
|
||||||
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
|
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -5637,7 +5631,7 @@ istanbul-reports@^1.1.3:
|
|||||||
dependencies:
|
dependencies:
|
||||||
handlebars "^4.0.3"
|
handlebars "^4.0.3"
|
||||||
|
|
||||||
iterall@1.1.3, iterall@^1.1.0:
|
iterall@1.1.3:
|
||||||
version "1.1.3"
|
version "1.1.3"
|
||||||
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"
|
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user