Skip to content

Commit 3d8594c

Browse files
authored
Merge pull request #72 from graphcool/renovate/graphql-import-0.x
fix(deps): update dependency graphql-import to ^0.4.0
2 parents c7e0482 + 74ae8e0 commit 3d8594c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"dependencies": {
6464
"graphql": "^0.12.3",
65-
"graphql-import": "^0.3.0",
65+
"graphql-import": "^0.4.0",
6666
"graphql-request": "^1.4.0",
6767
"js-yaml": "^3.10.0",
6868
"minimatch": "^3.0.4"

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,9 +1765,9 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2:
17651765
version "4.1.11"
17661766
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
17671767

1768-
graphql-import@^0.3.0:
1769-
version "0.3.0"
1770-
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.3.0.tgz#4eb2c8aabac7fdb535fd1507b565336f4f707a64"
1768+
graphql-import@^0.4.0:
1769+
version "0.4.0"
1770+
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.4.0.tgz#84c1b2dfde1c9af26525bd87a6d2f84a63853501"
17711771
dependencies:
17721772
graphql "^0.12.3"
17731773
lodash "^4.17.4"

0 commit comments

Comments
 (0)