Skip to content

Commit

Permalink
fix(deps): update dependency graphql-import to ^0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 12, 2018
1 parent c7e0482 commit 74ae8e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"dependencies": {
"graphql": "^0.12.3",
"graphql-import": "^0.3.0",
"graphql-import": "^0.4.0",
"graphql-request": "^1.4.0",
"js-yaml": "^3.10.0",
"minimatch": "^3.0.4"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1765,9 +1765,9 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2:
version "4.1.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"

graphql-import@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.3.0.tgz#4eb2c8aabac7fdb535fd1507b565336f4f707a64"
graphql-import@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.4.0.tgz#84c1b2dfde1c9af26525bd87a6d2f84a63853501"
dependencies:
graphql "^0.12.3"
lodash "^4.17.4"
Expand Down

0 comments on commit 74ae8e0

Please sign in to comment.