Skip to content

Commit

Permalink
Bump @graphql-codegen/typescript from 4.0.1 to 4.0.3 in /frontend
Browse files Browse the repository at this point in the history
Bumps [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) from 4.0.1 to 4.0.3.
- [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@4.0.3/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>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent b425176 commit f9de6b2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 20 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript": "^4.0.3",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-react-apollo": "^4.2.0",
"@parcel/watcher": "^2.4.0",
Expand Down
54 changes: 35 additions & 19 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -923,26 +923,26 @@
lodash "~4.17.0"
tslib "~2.4.0"

"@graphql-codegen/plugin-helpers@^5.0.0", "@graphql-codegen/plugin-helpers@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.1.tgz#e2429fcfba3f078d5aa18aa062d46c922bbb0d55"
integrity sha512-6L5sb9D8wptZhnhLLBcheSPU7Tg//DGWgc5tQBWX46KYTOTQHGqDpv50FxAJJOyFVJrveN9otWk9UT9/yfY4ww==
"@graphql-codegen/plugin-helpers@^5.0.0", "@graphql-codegen/plugin-helpers@^5.0.1", "@graphql-codegen/plugin-helpers@^5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.2.tgz#8f6b5359096edd25ff53058d71d8cdd6b2885359"
integrity sha512-EOnaofr43M87pT4UbXodWJNtKcm0SPfGNqrKb+7XPpWOXHnxuspj43X37S/gWg0vXkyuWzPTeZR8NQ5iXM0Kuw==
dependencies:
"@graphql-tools/utils" "^10.0.0"
change-case-all "1.0.15"
common-tags "1.8.2"
import-from "4.0.0"
lodash "~4.17.0"
tslib "~2.5.0"
tslib "~2.6.0"

"@graphql-codegen/schema-ast@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-4.0.0.tgz#5d60996c87b64f81847da8fcb2d8ef50ede89755"
integrity sha512-WIzkJFa9Gz28FITAPILbt+7A8+yzOyd1NxgwFh7ie+EmO9a5zQK6UQ3U/BviirguXCYnn+AR4dXsoDrSrtRA1g==
"@graphql-codegen/schema-ast@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-4.0.1.tgz#0d696f1cd698384857bc7ac6abded69b46b3d853"
integrity sha512-86TmF0f5JcL1GJdx7ZTYfS11KHnV0Luf6DnqsUmotBXbtRovdD/zhZBzwXTRoRs6MqBuP1pmIW6JCBejdsgIgQ==
dependencies:
"@graphql-codegen/plugin-helpers" "^5.0.0"
"@graphql-codegen/plugin-helpers" "^5.0.2"
"@graphql-tools/utils" "^10.0.0"
tslib "~2.5.0"
tslib "~2.6.0"

"@graphql-codegen/typescript-operations@^4.0.1":
version "4.0.1"
Expand All @@ -966,16 +966,16 @@
change-case-all "1.0.15"
tslib "~2.6.0"

"@graphql-codegen/typescript@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-4.0.1.tgz#7481d68f59bea802dd10e278dce73c8a1552b2a4"
integrity sha512-3YziQ21dCVdnHb+Us1uDb3pA6eG5Chjv0uTK+bt9dXeMlwYBU8MbtzvQTo4qvzWVC1AxSOKj0rgfNu1xCXqJyA==
"@graphql-codegen/typescript@^4.0.1", "@graphql-codegen/typescript@^4.0.3":
version "4.0.3"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-4.0.3.tgz#030de5809cf362b36fcb689b9565133eaa43cd2c"
integrity sha512-uxG2FNOY32st8wVTb1t7sePZ/GU1MKigqPMcAjfRTXiuIOc+5wwD3JTHyX5GW0N5t5VcS5CJpiLhl2AjR68+Sg==
dependencies:
"@graphql-codegen/plugin-helpers" "^5.0.0"
"@graphql-codegen/schema-ast" "^4.0.0"
"@graphql-codegen/visitor-plugin-common" "4.0.1"
"@graphql-codegen/plugin-helpers" "^5.0.2"
"@graphql-codegen/schema-ast" "^4.0.1"
"@graphql-codegen/visitor-plugin-common" "4.1.1"
auto-bind "~4.0.0"
tslib "~2.5.0"
tslib "~2.6.0"

"@graphql-codegen/visitor-plugin-common@2.13.1":
version "2.13.1"
Expand Down Expand Up @@ -1009,6 +1009,22 @@
parse-filepath "^1.0.2"
tslib "~2.5.0"

"@graphql-codegen/visitor-plugin-common@4.1.1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-4.1.1.tgz#bbefafd209689b7c12079ac36b94feefabb49f32"
integrity sha512-9y15vqT5ypZUdQKvn9UzOmqRhuccbjlJ3/lCoJVpRsnjfKHRPhR4OddL2d8sUVBlJDWcjzZEobtk1ipxFNQgEA==
dependencies:
"@graphql-codegen/plugin-helpers" "^5.0.2"
"@graphql-tools/optimize" "^2.0.0"
"@graphql-tools/relay-operation-optimizer" "^7.0.0"
"@graphql-tools/utils" "^10.0.0"
auto-bind "~4.0.0"
change-case-all "1.0.15"
dependency-graph "^0.11.0"
graphql-tag "^2.11.0"
parse-filepath "^1.0.2"
tslib "~2.6.0"

"@graphql-tools/apollo-engine-loader@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/apollo-engine-loader/-/apollo-engine-loader-8.0.0.tgz#ac1f351cbe41508411784f25757f5557b0f27489"
Expand Down

0 comments on commit f9de6b2

Please sign in to comment.