diff --git a/example/package.json b/example/package.json index 6ab4eb3..c2fe940 100644 --- a/example/package.json +++ b/example/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "graphql-binding-github": "0.2.0", - "graphql-import": "0.1.9", + "graphql-import": "0.2.0", "graphql-yoga": "0.8.0" }, "now": { diff --git a/example/yarn.lock b/example/yarn.lock index b6069a0..54c70a2 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -503,9 +503,9 @@ graphql-extensions@^0.0.x: core-js "^2.5.1" source-map-support "^0.5.0" -graphql-import@0.1.9, graphql-import@^0.1.9: - version "0.1.9" - resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.1.9.tgz#9161f4f7ea92337b60fd40e22e64d3a68c212729" +graphql-import@0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.2.0.tgz#4877fef467d8a9255e6760c3988f6c00018e94af" dependencies: "@types/graphql" "0.11.7" "@types/lodash" "^4.14.85" @@ -521,6 +521,15 @@ graphql-import@^0.1.7: graphql "^0.12.3" lodash "^4.17.4" +graphql-import@^0.1.9: + version "0.1.9" + resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.1.9.tgz#9161f4f7ea92337b60fd40e22e64d3a68c212729" + dependencies: + "@types/graphql" "0.11.7" + "@types/lodash" "^4.14.85" + graphql "^0.12.3" + lodash "^4.17.4" + graphql-playground-html@^1.3.13: version "1.3.13" resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.3.13.tgz#ac1b0491af1052fb0cbb090e054f6f6fa2797486"