Skip to content

Commit 600ab26

Browse files
renovate-botkbrandwijk
authored andcommitted
fix(deps): update dependency graphql-import to ^0.3.0
1 parent 89be48d commit 600ab26

2 files changed

Lines changed: 4 additions & 10 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.2.0",
64+
"graphql-import": "^0.3.0",
6565
"graphql-request": "^1.4.0",
6666
"js-yaml": "^3.10.0",
6767
"minimatch": "^3.0.4",

yarn.lock

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@
4848
version "0.11.7"
4949
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.11.7.tgz#da39a2f7c74e793e32e2bb7b3b68da1691532dd5"
5050

51-
"@types/lodash@^4.14.85":
52-
version "4.14.88"
53-
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.88.tgz#97eaf2dc668f33ed8e511a5b627035f4ea20b0f5"
54-
5551
5652
version "1.6.7"
5753
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-1.6.7.tgz#521078e8f0c69a158e5022005aca92d2620f6d57"
@@ -1769,12 +1765,10 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2:
17691765
version "4.1.11"
17701766
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
17711767

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"
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"
17751771
dependencies:
1776-
"@types/graphql" "0.11.7"
1777-
"@types/lodash" "^4.14.85"
17781772
graphql "^0.12.3"
17791773
lodash "^4.17.4"
17801774

0 commit comments

Comments
 (0)