Skip to content

Commit bda4d81

Browse files
authored
Merge pull request #61 from graphcool/renovate/graphql-import-0.x
fix(deps): update dependency graphql-import to ^0.2.0
2 parents 92e5a80 + 3d4bfdf commit bda4d81

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"dependencies": {
6363
"graphql": "^0.12.3",
64-
"graphql-import": "^0.1.7",
64+
"graphql-import": "^0.2.0",
6565
"graphql-request": "^1.4.0",
6666
"js-yaml": "^3.10.0",
6767
"minimatch": "^3.0.4",

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,13 +1769,13 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2:
17691769
version "4.1.11"
17701770
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
17711771

1772-
graphql-import@^0.1.7:
1773-
version "0.1.7"
1774-
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.1.7.tgz#78c25f9f402582e9d17a1ffda13a1d4a915a54be"
1772+
graphql-import@^0.2.0:
1773+
version "0.2.0"
1774+
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.2.0.tgz#4877fef467d8a9255e6760c3988f6c00018e94af"
17751775
dependencies:
17761776
"@types/graphql" "0.11.7"
17771777
"@types/lodash" "^4.14.85"
1778-
graphql "^0.11.7"
1778+
graphql "^0.12.3"
17791779
lodash "^4.17.4"
17801780

17811781
graphql-request@^1.4.0:
@@ -1784,12 +1784,6 @@ graphql-request@^1.4.0:
17841784
dependencies:
17851785
cross-fetch "0.0.8"
17861786

1787-
graphql@^0.11.7:
1788-
version "0.11.7"
1789-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.11.7.tgz#e5abaa9cb7b7cccb84e9f0836bf4370d268750c6"
1790-
dependencies:
1791-
iterall "1.1.3"
1792-
17931787
graphql@^0.12.3:
17941788
version "0.12.3"
17951789
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"

0 commit comments

Comments
 (0)