Skip to content

Commit fd20648

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update graphqlcodegenerator monorepo
1 parent e97398c commit fd20648

File tree

2 files changed

+38
-17
lines changed

2 files changed

+38
-17
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@graphql-codegen/plugin-helpers": "^1.18.2",
34-
"@graphql-codegen/visitor-plugin-common": "^1.18.0",
34+
"@graphql-codegen/visitor-plugin-common": "^1.18.2",
3535
"auto-bind": "^4.0.0",
3636
"graphql": "^15.4.0",
3737
"graphql-request": "^3.4.0",
@@ -42,9 +42,9 @@
4242
},
4343
"devDependencies": {
4444
"@graphql-codegen/testing": "^1.17.7",
45-
"@graphql-codegen/typescript": "^1.20.0",
45+
"@graphql-codegen/typescript": "^1.20.2",
4646
"@graphql-codegen/typescript-graphql-request": "^2.0.3",
47-
"@graphql-codegen/typescript-operations": "^1.17.13",
47+
"@graphql-codegen/typescript-operations": "^1.17.14",
4848
"@types/jest": "^26.0.20",
4949
"@types/micromatch": "^4.0.1",
5050
"@types/node": "^14.14.22",

yarn.lock

Lines changed: 35 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -594,28 +594,28 @@
594594
auto-bind "~4.0.0"
595595
tslib "~2.0.1"
596596

597-
"@graphql-codegen/typescript-operations@^1.17.13":
598-
version "1.17.13"
599-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-1.17.13.tgz#a5b08c1573b9507ca5a9e66e795aecc40ddc5305"
600-
integrity sha512-Wm/S4pmPy+KPvFVpygNwC4pd9zKtGIwnS+2rlMUBZVSpv4fxjX2YDvYHP/gucck+SiS0RRxB7hW65bTwCns46g==
597+
"@graphql-codegen/typescript-operations@^1.17.14":
598+
version "1.17.14"
599+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-1.17.14.tgz#69b4bee4d66f2ea7e288f1be889e08946ef3452a"
600+
integrity sha512-jf1KnkA0i5hQNwc7bdMg5G6305DMSeTGDJSDoFryA2Tt9czWxY78m10/6GueUWo3zP6FIEhW1QRSve8ewTKEMg==
601601
dependencies:
602602
"@graphql-codegen/plugin-helpers" "^1.18.2"
603-
"@graphql-codegen/typescript" "^1.18.1"
604-
"@graphql-codegen/visitor-plugin-common" "^1.17.22"
603+
"@graphql-codegen/typescript" "^1.20.1"
604+
"@graphql-codegen/visitor-plugin-common" "^1.18.1"
605605
auto-bind "~4.0.0"
606-
tslib "~2.0.1"
606+
tslib "~2.1.0"
607607

608-
"@graphql-codegen/typescript@^1.18.1", "@graphql-codegen/typescript@^1.20.0":
609-
version "1.20.0"
610-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-1.20.0.tgz#f9a17b869e5691276965a56c7a1efe4eb938b6e7"
611-
integrity sha512-7xW+n0USNpr6iZ4Et17ZbPzBLNe/LrSgrQ6V/8Mlgp1reQWAZtoVw13Oq4GnxHCzAYio8nFindLl+emW9ZBeew==
608+
"@graphql-codegen/typescript@^1.20.1", "@graphql-codegen/typescript@^1.20.2":
609+
version "1.20.2"
610+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-1.20.2.tgz#223327a8aea929e772f481e264c5aa3a36707fcb"
611+
integrity sha512-D/DMUz4O2UEoFucUVu2K2xoaMPAn68BwYGnCAKnSDqtFKsOEqmTjHFwcgyEnpucQ5xFeG0pKGMb1SlS2Go9J8Q==
612612
dependencies:
613613
"@graphql-codegen/plugin-helpers" "^1.18.2"
614-
"@graphql-codegen/visitor-plugin-common" "^1.18.0"
614+
"@graphql-codegen/visitor-plugin-common" "^1.18.2"
615615
auto-bind "~4.0.0"
616-
tslib "~2.0.1"
616+
tslib "~2.1.0"
617617

618-
"@graphql-codegen/visitor-plugin-common@^1.17.20", "@graphql-codegen/visitor-plugin-common@^1.17.22", "@graphql-codegen/visitor-plugin-common@^1.18.0":
618+
"@graphql-codegen/visitor-plugin-common@^1.17.20":
619619
version "1.18.0"
620620
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.18.0.tgz#f4366ec1093c01e752e85f8bd30d09c58b1d6951"
621621
integrity sha512-OR/Cm9nVaqMLe94Ski60UDhaAf/4+QeV/CQRYrCmxFzEsm03U41VplcNgJBXIAB3EgP/LEIZtgkRc1H4N9u9+Q==
@@ -631,6 +631,22 @@
631631
pascal-case "^3.1.1"
632632
tslib "~2.0.1"
633633

634+
"@graphql-codegen/visitor-plugin-common@^1.18.1", "@graphql-codegen/visitor-plugin-common@^1.18.2":
635+
version "1.18.2"
636+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.18.2.tgz#1a30bd33f011b4fb976e0f8462d160126db875ea"
637+
integrity sha512-A8yBJGq7A7gxaVVXK4QXwV1ZpzZ64fH7U7JTGeq86o3jA7QNV2rmCRXCY0JttS2fu+olV18NjsWRwAXuAb1g9A==
638+
dependencies:
639+
"@graphql-codegen/plugin-helpers" "^1.18.2"
640+
"@graphql-tools/optimize" "^1.0.1"
641+
"@graphql-tools/relay-operation-optimizer" "^6"
642+
array.prototype.flatmap "^1.2.4"
643+
auto-bind "~4.0.0"
644+
dependency-graph "^0.10.0"
645+
graphql-tag "^2.11.0"
646+
parse-filepath "^1.0.2"
647+
pascal-case "^3.1.1"
648+
tslib "~2.1.0"
649+
634650
"@graphql-tools/optimize@^1.0.1":
635651
version "1.0.1"
636652
resolved "https://registry.yarnpkg.com/@graphql-tools/optimize/-/optimize-1.0.1.tgz#9933fffc5a3c63f95102b1cb6076fb16ac7bb22d"
@@ -1897,6 +1913,11 @@ delayed-stream@~1.0.0:
18971913
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
18981914
integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
18991915

1916+
dependency-graph@^0.10.0:
1917+
version "0.10.0"
1918+
resolved "https://registry.yarnpkg.com/dependency-graph/-/dependency-graph-0.10.0.tgz#dfebe384f1f36faf7782be203a7a71102a6335a6"
1919+
integrity sha512-c9amUgpgxSi1bE5/sbLwcs5diLD0ygCQYmhfM5H1s5VH1mCsYkcmAL3CcNdv4kdSw6JuMoHeDGzLgj/gAXdWVg==
1920+
19001921
dependency-graph@^0.9.0:
19011922
version "0.9.0"
19021923
resolved "https://registry.yarnpkg.com/dependency-graph/-/dependency-graph-0.9.0.tgz#11aed7e203bc8b00f48356d92db27b265c445318"

0 commit comments

Comments
 (0)