Merge pull request #39 from zdam-egzamin-zawodowy/renovate/graphqlcodegenerator-monorepo

chore(deps): update graphqlcodegenerator monorepo to v2.1.1
This commit is contained in:
Dawid Wysokiński 2021-08-23 13:35:39 +02:00 committed by GitHub
commit df39a5afad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 17 deletions

View File

@ -70,8 +70,8 @@
},
"devDependencies": {
"@graphql-codegen/cli": "2.1.1",
"@graphql-codegen/typescript": "2.1.0",
"@graphql-codegen/typescript-operations": "2.1.0",
"@graphql-codegen/typescript": "2.1.1",
"@graphql-codegen/typescript-operations": "2.1.1",
"@types/apollo-upload-client": "^14.1.0",
"@types/lodash": "^4.14.168",
"@types/react-router-dom": "^5.1.7",

View File

@ -1398,31 +1398,31 @@
lodash "~4.17.0"
tslib "~2.3.0"
"@graphql-codegen/typescript-operations@2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.1.0.tgz#c7e50de7470d673216484b1bd7fe282535ea5479"
integrity sha512-IR17AOYx1WXQv4Vd3lw8tfX4fHXOvsBoOSxIy2U72UZptxUg2IstwpIvLqpjWGbxr+NEjeeKAPX7Hezs0BlBKw==
"@graphql-codegen/typescript-operations@2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.1.1.tgz#d1929006eee8046c3f75f1e446dedf6b60edd78f"
integrity sha512-5ysw8dILZ8+tlQtJpY7/fles2t+dWBVtbBE5DdBjQ8u9gFHp5EtHkHAFaO08UAEuf6IW5DkHzr/4FeIXpswlKg==
dependencies:
"@graphql-codegen/plugin-helpers" "^2.1.0"
"@graphql-codegen/typescript" "^2.1.0"
"@graphql-codegen/visitor-plugin-common" "2.1.0"
"@graphql-codegen/typescript" "^2.1.1"
"@graphql-codegen/visitor-plugin-common" "2.1.1"
auto-bind "~4.0.0"
tslib "~2.3.0"
"@graphql-codegen/typescript@2.1.0", "@graphql-codegen/typescript@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.1.0.tgz#f27f405f8c5e2cd83459301d2bc5cf4cf6a027e9"
integrity sha512-49IGbAd6HG8y0fVkm3QdS8fUykvylxdaJFdEwofFI4a7MnT9BozUHLi4HyYjmZavqeVp7lqOLVLiqShgHR4IcQ==
"@graphql-codegen/typescript@2.1.1", "@graphql-codegen/typescript@^2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.1.1.tgz#b818826eac64a3153cc8d6cbd849a8a39fd0da60"
integrity sha512-FDTuFIvuP0wbwuEUfMw7PiNVE4qJkjpiAccaZTEm6A69Wcumt774qaHMQC2vIg2t5xi1t69n8lbIggdtgf6Xtw==
dependencies:
"@graphql-codegen/plugin-helpers" "^2.1.0"
"@graphql-codegen/visitor-plugin-common" "2.1.0"
"@graphql-codegen/visitor-plugin-common" "2.1.1"
auto-bind "~4.0.0"
tslib "~2.3.0"
"@graphql-codegen/visitor-plugin-common@2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.1.0.tgz#e45759a21307c607d430866d615509a39df63966"
integrity sha512-AfJFtNAL8a1s/+fAePzl97SfEjF1b3m6ylwb6o+tfaBNZ5V/M/b+QvB6QzPu417XH61gtOis+yqqO2VZrhpA2g==
"@graphql-codegen/visitor-plugin-common@2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.1.1.tgz#9181f8b1a87332db604e0e3aada3cf91bc458fb4"
integrity sha512-FO8kMDL+Y1yw8DirhIsY97RjVKfmxxhK179njA46Vu85Rg4zCuLpGMyB0mkhl95QGfdfuJjbB1lz34U27Ce9Wg==
dependencies:
"@graphql-codegen/plugin-helpers" "^2.1.0"
"@graphql-tools/optimize" "^1.0.1"