Skip to content

Commit 425240f

Browse files
renovate-botkbrandwijk
authored andcommitted
fix(deps): update dependency graphql-import to v0.3.0
1 parent 5952d0e commit 425240f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"chalk": "2.3.0",
4343
"fs-extra": "5.0.0",
44-
"graphql-import": "0.2.0",
44+
"graphql-import": "0.3.0",
4545
"graphql-static-binding": "0.6.0",
4646
"lodash": "4.17.4"
4747
}

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,14 @@ [email protected]:
872872
minimatch "^3.0.4"
873873
rimraf "^2.6.2"
874874

875-
[email protected], graphql-import@^0.2.0:
875+
876+
version "0.3.0"
877+
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.3.0.tgz#4eb2c8aabac7fdb535fd1507b565336f4f707a64"
878+
dependencies:
879+
graphql "^0.12.3"
880+
lodash "^4.17.4"
881+
882+
graphql-import@^0.2.0:
876883
version "0.2.0"
877884
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.2.0.tgz#4877fef467d8a9255e6760c3988f6c00018e94af"
878885
dependencies:

0 commit comments

Comments
 (0)