Skip to content

Commit 4ba69de

Browse files
authored
Merge pull request #21 from ardatan/renovate/graphql-modules-monorepo
Update graphql-modules monorepo to v0.7.11
2 parents f9b18c3 + 2fcbe39 commit 4ba69de

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"build": "tsc"
1313
},
1414
"dependencies": {
15-
"@graphql-modules/core": "0.7.10",
16-
"@graphql-modules/di": "0.7.10",
15+
"@graphql-modules/core": "0.7.11",
16+
"@graphql-modules/di": "0.7.11",
1717
"apollo-server": "2.8.2",
1818
"graphql": "14.4.2",
1919
"reflect-metadata": "0.1.13",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414
resolved "https://registry.yarnpkg.com/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.24.tgz#3ce939cb127fb8aaa3ffc1e90dff9b8af9f2e3dc"
1515
integrity sha512-8GqG48m1XqyXh4mIZrtB5xOhUwSsh1WsrrsaZQOEYYql3YN9DEu9OOSg0ILzXHZo/h2Q74777YE4YzlArQzQEQ==
1616

17-
"@graphql-modules/core@0.7.10":
18-
version "0.7.10"
19-
resolved "https://registry.yarnpkg.com/@graphql-modules/core/-/core-0.7.10.tgz#892ded63656acbc3b2601032cf607f7b87a99688"
20-
integrity sha512-zf/ssHb/o/+TansoGgHVZXWNVAUDdb1/tBaMf4Kr70h6oD/DcYd244SAnEurCh1QfTc2Gu7e007ocbWAUY8LVg==
17+
"@graphql-modules/core@0.7.11":
18+
version "0.7.11"
19+
resolved "https://registry.yarnpkg.com/@graphql-modules/core/-/core-0.7.11.tgz#5eab67d25045967c33bf40de5c0eb972370ce0df"
20+
integrity sha512-9xTX3M/vYNYYBagAhS883Ng8G4kF0/lOGg6tBfnSXAgA7EqDZkJuHb8fYwUTLQMKiNEeZK8KOFhiaIkTgOIHNw==
2121
dependencies:
22-
"@graphql-modules/di" "0.7.10"
22+
"@graphql-modules/di" "0.7.11"
2323
apollo-server-caching "0.5.0"
24-
graphql-toolkit "0.5.10"
24+
graphql-toolkit "0.5.12"
2525
tslib "1.10.0"
2626

27-
"@graphql-modules/di@0.7.10":
28-
version "0.7.10"
29-
resolved "https://registry.yarnpkg.com/@graphql-modules/di/-/di-0.7.10.tgz#909b1140a05ff72d50ea1e99c5221648d91509de"
30-
integrity sha512-eXRQyGtGPIMk0t//6BKZi3dtLtdIxbKNqvdcVKh58aWyTbvI9aDZcFWU1rp0Mk/J/Vs+qgJMMCiIuKFgBQ9YJw==
27+
"@graphql-modules/di@0.7.11":
28+
version "0.7.11"
29+
resolved "https://registry.yarnpkg.com/@graphql-modules/di/-/di-0.7.11.tgz#10927f948e789ce1cc89e2e2b615ed3b91777a9f"
30+
integrity sha512-SkE6OK/ZSJYb0eIg0bP1iOKTldjAUSXZu4dcoiK3wTPWiQ1FXtg+IOnb6mDUTD6RosbeYMZPbQFCfSwEcM6KLA==
3131
dependencies:
3232
events "3.0.0"
3333
tslib "1.10.0"
@@ -1472,10 +1472,10 @@ graphql-tag@^2.9.2:
14721472
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.0.tgz#87da024be863e357551b2b8700e496ee2d4353ae"
14731473
integrity sha512-9FD6cw976TLLf9WYIUPCaaTpniawIjHWZSwIRZSjrfufJamcXbVVYfN2TWvJYbw0Xf2JjYbl1/f2+wDnBVw3/w==
14741474

1475-
graphql-toolkit@0.5.10:
1476-
version "0.5.10"
1477-
resolved "https://registry.yarnpkg.com/graphql-toolkit/-/graphql-toolkit-0.5.10.tgz#7b4d5e84c421ca72801d436084478d4a7ac06444"
1478-
integrity sha512-mMHNezD9oT0IlM/vkZd/aeoIKtXqKnZq3ipJIMcHZPmMDPcZEf7BMzbB8naKWSWPaB1Iskg426DrfzQDUgU25A==
1475+
graphql-toolkit@0.5.12:
1476+
version "0.5.12"
1477+
resolved "https://registry.yarnpkg.com/graphql-toolkit/-/graphql-toolkit-0.5.12.tgz#2ab4a81ff2e67bd591be5c660f09744024d98617"
1478+
integrity sha512-sYiY6lBBd09uRPSIzEbbBuMLxzFhMBRg688cbaCbqhjEEzKN5mKZr+Chd5jFYPrDv5yKAzeHnujqvIzjs7bO+A==
14791479
dependencies:
14801480
"@kamilkisiela/graphql-tools" "4.0.6"
14811481
"@types/glob" "7.1.1"

0 commit comments

Comments
 (0)