Skip to content

Commit

Permalink
fix(deps): update dependency @graphql-codegen/typescript to v1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 17, 2021
1 parent 227f011 commit a57a620
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"@graphql-codegen/core": "1.17.10",
"@graphql-codegen/typescript": "1.22.4",
"@graphql-codegen/typescript": "1.23.0",
"@graphql-tools/load": "6.2.8",
"@graphql-tools/url-loader": "6.10.1",
"@types/fs-extra": "9.0.12",
Expand Down
38 changes: 27 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -622,22 +622,33 @@
lodash "~4.17.0"
tslib "~2.2.0"

"@graphql-codegen/typescript@1.22.4":
version "1.22.4"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-1.22.4.tgz#a580e40074925f72cc183e00d13580a9efadcf2b"
integrity sha512-39g71++31Ki9AufBRPz4iHAZ3nboD6m+UJonYk/l3LrQEWcVxtNZXvUaoCyHSvKIysOv3IppqonrQf9eJACOdA==
"@graphql-codegen/plugin-helpers@^1.18.8":
version "1.18.8"
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.18.8.tgz#39aac745b9e22e28c781cc07cf74836896a3a905"
integrity sha512-mb4I9j9lMGqvGggYuZ0CV+Hme08nar68xkpPbAVotg/ZBmlhZIok/HqW2BcMQi7Rj+Il5HQMeQ1wQ1M7sv/TlQ==
dependencies:
"@graphql-codegen/plugin-helpers" "^1.18.7"
"@graphql-codegen/visitor-plugin-common" "1.21.3"
"@graphql-tools/utils" "^7.9.1"
common-tags "1.8.0"
import-from "4.0.0"
lodash "~4.17.0"
tslib "~2.3.0"

"@graphql-codegen/typescript@1.23.0":
version "1.23.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-1.23.0.tgz#48a5372bcbe81a442c71c1bb032c312c6586a59a"
integrity sha512-ZfFgk5mGfuOy4kEpy+dcuvJMphigMfJ4AkiP1qWmWFufDW3Sg2yayTSNmzeFdcXMrWGgfNW2dKtuuTmbmQhS5g==
dependencies:
"@graphql-codegen/plugin-helpers" "^1.18.8"
"@graphql-codegen/visitor-plugin-common" "1.22.0"
auto-bind "~4.0.0"
tslib "~2.3.0"

"@graphql-codegen/visitor-plugin-common@1.21.3":
version "1.21.3"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.21.3.tgz#23fbe1d2bf7a7ce6fd43bf6661fcee8655dedd55"
integrity sha512-GBQ9eHoaMjXGXJpAPJ/6b/pDAlO9r+6TDVibJVGn7qI+B6ScR4kO4AyZKuAgSL0TaJitpb93LCVoMX+ibRJwxg==
"@graphql-codegen/visitor-plugin-common@1.22.0":
version "1.22.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.22.0.tgz#75fc8b580143bccbec411eb92d5fef715ed22e42"
integrity sha512-2afJGb6d8iuZl9KizYsexPwraEKO1lAvt5eVHNM5Xew4vwz/AUHeqDR2uOeQgVV+27EzjjzSDd47IEdH0dLC2w==
dependencies:
"@graphql-codegen/plugin-helpers" "^1.18.7"
"@graphql-codegen/plugin-helpers" "^1.18.8"
"@graphql-tools/optimize" "^1.0.1"
"@graphql-tools/relay-operation-optimizer" "^6.3.0"
array.prototype.flatmap "^1.2.4"
Expand Down Expand Up @@ -3337,6 +3348,11 @@ import-from@3.0.0, import-from@^3.0.0:
dependencies:
resolve-from "^5.0.0"

import-from@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/import-from/-/import-from-4.0.0.tgz#2710b8d66817d232e16f4166e319248d3d5492e2"
integrity sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==

import-lazy@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
Expand Down

0 comments on commit a57a620

Please sign in to comment.