Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency @graphql-codegen/typescript-react-apol…
Browse files Browse the repository at this point in the history
…lo to v3.3.7
  • Loading branch information
renovate[bot] committed Dec 22, 2022
1 parent a70b9a9 commit cc1c0cc
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@graphql-codegen/cli": "2.13.7",
"@graphql-codegen/typescript": "2.8.0",
"@graphql-codegen/typescript-operations": "2.5.5",
"@graphql-codegen/typescript-react-apollo": "3.3.5",
"@graphql-codegen/typescript-react-apollo": "3.3.7",
"@types/react": "17.0.52",
"@types/react-dom": "17.0.18",
"@types/react-native": "0.70.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@graphql-codegen/cli": "2.13.7",
"@graphql-codegen/typescript": "2.8.0",
"@graphql-codegen/typescript-operations": "2.5.5",
"@graphql-codegen/typescript-react-apollo": "3.3.5",
"@graphql-codegen/typescript-react-apollo": "3.3.7",
"@types/cookie": "0.5.1",
"@types/react": "17.0.52",
"@types/react-dom": "17.0.18",
Expand Down
40 changes: 34 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2902,6 +2902,18 @@
lodash "~4.17.0"
tslib "~2.4.0"

"@graphql-codegen/plugin-helpers@^2.7.2":
version "2.7.2"
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.2.tgz#6544f739d725441c826a8af6a49519f588ff9bed"
integrity sha512-kln2AZ12uii6U59OQXdjLk5nOlh1pHis1R98cDZGFnfaiAbX9V3fxcZ1MMJkB7qFUymTALzyjZoXXdyVmPMfRg==
dependencies:
"@graphql-tools/utils" "^8.8.0"
change-case-all "1.0.14"
common-tags "1.8.2"
import-from "4.0.0"
lodash "~4.17.0"
tslib "~2.4.0"

"@graphql-codegen/schema-ast@^2.5.1":
version "2.5.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.5.1.tgz#ce030ae6de5dacd745848009ba0ca18c9c30910c"
Expand All @@ -2922,13 +2934,13 @@
auto-bind "~4.0.0"
tslib "~2.4.0"

"@graphql-codegen/[email protected].5":
version "3.3.5"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-3.3.5.tgz#1ac06a15fcacc4f906793421652a3ab6087962f6"
integrity sha512-7kqlkjPrR99Z3iO/sS4waov44DwVPtXTaL70IXACNfcF/RgYAMQwgV1u1iArx6x7bVA//sQtEAMD1qOFMvrkOQ==
"@graphql-codegen/[email protected].7":
version "3.3.7"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-3.3.7.tgz#e856caa22c5f7bc9a546c44f54e5f3bd5801ab67"
integrity sha512-9DUiGE8rcwwEkf/S1kpBT/Py/UUs9Qak14bOnTT1JHWs1MWhiDA7vml+A8opU7YFI1EVbSSaE5jjRv11WHoikQ==
dependencies:
"@graphql-codegen/plugin-helpers" "^2.6.2"
"@graphql-codegen/visitor-plugin-common" "2.13.0"
"@graphql-codegen/plugin-helpers" "^2.7.2"
"@graphql-codegen/visitor-plugin-common" "2.13.1"
auto-bind "~4.0.0"
change-case-all "1.0.14"
tslib "~2.4.0"
Expand Down Expand Up @@ -2971,6 +2983,22 @@
parse-filepath "^1.0.2"
tslib "~2.4.0"

"@graphql-codegen/[email protected]":
version "2.13.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.1.tgz#2228660f6692bcdb96b1f6d91a0661624266b76b"
integrity sha512-mD9ufZhDGhyrSaWQGrU1Q1c5f01TeWtSWy/cDwXYjJcHIj1Y/DG2x0tOflEfCvh5WcnmHNIw4lzDsg1W7iFJEg==
dependencies:
"@graphql-codegen/plugin-helpers" "^2.7.2"
"@graphql-tools/optimize" "^1.3.0"
"@graphql-tools/relay-operation-optimizer" "^6.5.0"
"@graphql-tools/utils" "^8.8.0"
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.4.0"

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

0 comments on commit cc1c0cc

Please sign in to comment.