Bump @graphql-codegen/typescript from 2.1.0 to 2.1.2 (#34)

Bumps [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) from 2.1.0 to 2.1.2.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript@2.1.2/packages/plugins/typescript/typescript)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-08-31 15:09:06 +02:00 committed by GitHub
parent 513538b5ae
commit 552183255a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 11 deletions

View File

@ -52,7 +52,7 @@
"devDependencies": { "devDependencies": {
"@graphql-codegen/cli": "^2.1.0", "@graphql-codegen/cli": "^2.1.0",
"@graphql-codegen/schema-ast": "^2.1.0", "@graphql-codegen/schema-ast": "^2.1.0",
"@graphql-codegen/typescript": "^2.1.0", "@graphql-codegen/typescript": "^2.1.2",
"@graphql-codegen/typescript-operations": "^2.1.0", "@graphql-codegen/typescript-operations": "^2.1.0",
"@next/bundle-analyzer": "^11.1.0", "@next/bundle-analyzer": "^11.1.0",
"@types/body-scroll-lock": "^3.1.0", "@types/body-scroll-lock": "^3.1.0",

View File

@ -605,10 +605,10 @@
"@graphql-tools/utils" "^8.1.1" "@graphql-tools/utils" "^8.1.1"
tslib "~2.3.0" tslib "~2.3.0"
"@graphql-codegen/plugin-helpers@^2.1.0": "@graphql-codegen/plugin-helpers@^2.1.0", "@graphql-codegen/plugin-helpers@^2.1.1":
version "2.1.0" version "2.1.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.1.0.tgz#f7a22bd00a36c27b3d2b1a01dd331d3e36a3dd1c" resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.1.1.tgz#fc13e735763574ef308045bbb95c3e7201ec0027"
integrity sha512-4yX+mlkwc6786yd+vgzx563Lfm3lp4pdYTQp8zEav8ZGVysI6t981WmD5TcfloTsqIG5ZrM7iSFnw2/2DQS9tg== integrity sha512-7jjN9fekMQkpd7cRTbaBxgqt/hkR3CXeOUSsEyHFDDHKtvCrnev3iyc75IeWXpO9tOwDE8mVPTzEZnu4QukrNA==
dependencies: dependencies:
"@graphql-tools/utils" "^8.1.1" "@graphql-tools/utils" "^8.1.1"
change-case-all "1.0.14" change-case-all "1.0.14"
@ -637,13 +637,13 @@
auto-bind "~4.0.0" auto-bind "~4.0.0"
tslib "~2.3.0" tslib "~2.3.0"
"@graphql-codegen/typescript@^2.1.0": "@graphql-codegen/typescript@^2.1.0", "@graphql-codegen/typescript@^2.1.2":
version "2.1.0" version "2.1.2"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.1.0.tgz#f27f405f8c5e2cd83459301d2bc5cf4cf6a027e9" resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.1.2.tgz#410d69b9d89cf5f6d712ed08687f45e750986ee8"
integrity sha512-49IGbAd6HG8y0fVkm3QdS8fUykvylxdaJFdEwofFI4a7MnT9BozUHLi4HyYjmZavqeVp7lqOLVLiqShgHR4IcQ== integrity sha512-9CHTeMyNwUaIaRYOC06XTdmZbgOoX0pM8c7D8oXfAgV6clEcoGX9cUYcybxZOO3XQvsOGSL/GhyiHpXvjiTffA==
dependencies: dependencies:
"@graphql-codegen/plugin-helpers" "^2.1.0" "@graphql-codegen/plugin-helpers" "^2.1.1"
"@graphql-codegen/visitor-plugin-common" "2.1.0" "@graphql-codegen/visitor-plugin-common" "2.1.2"
auto-bind "~4.0.0" auto-bind "~4.0.0"
tslib "~2.3.0" tslib "~2.3.0"
@ -663,6 +663,22 @@
parse-filepath "^1.0.2" parse-filepath "^1.0.2"
tslib "~2.3.0" tslib "~2.3.0"
"@graphql-codegen/visitor-plugin-common@2.1.2":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.1.2.tgz#30f96e27bd6410211bf8b90cbb26e1b432221670"
integrity sha512-Mij8zXxA6nEL5wafCL9pVITFsmYnNIgkJ0B929cnAKHMFw0qU6ms1PkNCh7Or1ekWtu+RYQq/2tkCT//1HZASw==
dependencies:
"@graphql-codegen/plugin-helpers" "^2.1.1"
"@graphql-tools/optimize" "^1.0.1"
"@graphql-tools/relay-operation-optimizer" "^6.3.7"
"@graphql-tools/utils" "8.1.2"
auto-bind "~4.0.0"
change-case-all "1.0.14"
dependency-graph "^0.11.0"
graphql-tag "^2.11.0"
parse-filepath "^1.0.2"
tslib "~2.3.0"
"@graphql-tools/apollo-engine-loader@^7.0.5": "@graphql-tools/apollo-engine-loader@^7.0.5":
version "7.0.5" version "7.0.5"
resolved "https://registry.yarnpkg.com/@graphql-tools/apollo-engine-loader/-/apollo-engine-loader-7.0.5.tgz#d6710b9d2a8aa5fc62966c34ccc0f92da91cd7d6" resolved "https://registry.yarnpkg.com/@graphql-tools/apollo-engine-loader/-/apollo-engine-loader-7.0.5.tgz#d6710b9d2a8aa5fc62966c34ccc0f92da91cd7d6"
@ -881,6 +897,13 @@
dependencies: dependencies:
tslib "~2.3.0" tslib "~2.3.0"
"@graphql-tools/utils@8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.1.2.tgz#a376259fafbca7532fda657e3abeec23b545e5d3"
integrity sha512-3G+NIBR5mHjPm78jAD0l07JRE0XH+lr9m7yL/wl69jAzK0Jr/H+/Ok4ljEolI70iglz+ZhIShVPAwyesF6rnFg==
dependencies:
tslib "~2.3.0"
"@graphql-tools/utils@^8.0.1", "@graphql-tools/utils@^8.1.1": "@graphql-tools/utils@^8.0.1", "@graphql-tools/utils@^8.1.1":
version "8.1.1" version "8.1.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.1.1.tgz#2ef056a1d6e1e909085e1115d3bb48f890c2a2b6" resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.1.1.tgz#2ef056a1d6e1e909085e1115d3bb48f890c2a2b6"