Skip to content

Commit 69eab61

Browse files
renovate[bot]kbrandwijk
authored andcommitted
fix(deps): update dependency graphql-import to ^0.3.0 (#86)
1 parent ea2b332 commit 69eab61

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"cors": "^2.8.4",
4646
"express": "^4.16.2",
4747
"graphql": "^0.12.0",
48-
"graphql-import": "^0.2.0",
48+
"graphql-import": "^0.3.0",
4949
"graphql-playground-middleware-express": "1.4.4",
5050
"graphql-playground-middleware-lambda": "1.3.7",
5151
"graphql-subscriptions": "^0.5.6",

Diff for: yarn.lock

+3-5
Original file line numberDiff line numberDiff line change
@@ -566,12 +566,10 @@ graphql-import@^0.1.7:
566566
graphql "^0.12.3"
567567
lodash "^4.17.4"
568568

569-
graphql-import@^0.2.0:
570-
version "0.2.0"
571-
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.2.0.tgz#4877fef467d8a9255e6760c3988f6c00018e94af"
569+
graphql-import@^0.3.0:
570+
version "0.3.0"
571+
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.3.0.tgz#4eb2c8aabac7fdb535fd1507b565336f4f707a64"
572572
dependencies:
573-
"@types/graphql" "0.11.7"
574-
"@types/lodash" "^4.14.85"
575573
graphql "^0.12.3"
576574
lodash "^4.17.4"
577575

0 commit comments

Comments
 (0)