Skip to content

Commit b8bd355

Browse files
committed
fix(deps): update dependency graphql-import to v0.1.9
1 parent 942dd0c commit b8bd355

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"dependencies": {
77
"graphql-binding-github": "0.2.0",
8-
"graphql-import": "0.1.8",
8+
"graphql-import": "0.1.9",
99
"graphql-yoga": "0.5.6"
1010
},
1111
"now": {

example/yarn.lock

+10-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,16 @@ graphql-extensions@^0.0.x:
497497
core-js "^2.5.1"
498498
source-map-support "^0.5.0"
499499

500-
[email protected], graphql-import@^0.1.7:
500+
501+
version "0.1.9"
502+
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.1.9.tgz#9161f4f7ea92337b60fd40e22e64d3a68c212729"
503+
dependencies:
504+
"@types/graphql" "0.11.7"
505+
"@types/lodash" "^4.14.85"
506+
graphql "^0.12.3"
507+
lodash "^4.17.4"
508+
509+
graphql-import@^0.1.7:
501510
version "0.1.8"
502511
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.1.8.tgz#403b9f9dd83a206a9808ae2ab6afab4040e0359d"
503512
dependencies:

0 commit comments

Comments
 (0)