From 07134e8eb64451d1b3d36408faad54a63776d15e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:41:13 -0500 Subject: [PATCH] fix(deps): update dependency @graphql-codegen/typescript-nhost to v0.0.2 (#9706) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- website/package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/package.json b/website/package.json index 6d5c5ef3ab9..1bab484caa8 100644 --- a/website/package.json +++ b/website/package.json @@ -52,7 +52,7 @@ "@graphql-codegen/typescript-graphql-request": "5.0.0", "@graphql-codegen/typescript-mongodb": "2.4.6", "@graphql-codegen/typescript-msw": "1.1.6", - "@graphql-codegen/typescript-nhost": "0.0.1", + "@graphql-codegen/typescript-nhost": "0.0.2", "@graphql-codegen/typescript-operations": "4.0.1", "@graphql-codegen/typescript-react-apollo": "3.3.7", "@graphql-codegen/typescript-react-query": "4.1.0", diff --git a/yarn.lock b/yarn.lock index 72424205a3b..3d041b99db0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2258,16 +2258,16 @@ change-case-all "1.0.14" tslib "~2.4.0" -"@graphql-codegen/typescript-nhost@0.0.1": - version "0.0.1" - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-nhost/-/typescript-nhost-0.0.1.tgz#81a222ed9b03b6265c94b23f11e2cfd3ac567544" - integrity sha512-ISVfpk7PYqWEhcA5Ypky7X9Fyosb9etxyGkT85rW4AK9VrshwN32osbA1Zkmsx3WhoZxIBpGzUk1Vf4YNYSurg== +"@graphql-codegen/typescript-nhost@0.0.2": + version "0.0.2" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-nhost/-/typescript-nhost-0.0.2.tgz#e29bd26073c2bac548d67b42899f6992d7a53646" + integrity sha512-DhBqEyTZti3MARYXKezgX2TgG0aTM5AgEuGm96sWHR7OxkrXx73VX+lsC2xARI/vue7liqxjJLDOxBjV5CpqjQ== dependencies: "@graphql-codegen/plugin-helpers" "^4.0.0" "@graphql-codegen/typescript" "^3.0.0" "@graphql-codegen/visitor-plugin-common" "3.0.0" "@urql/introspection" "^1.0.0" - tslib "~2.5.0" + tslib "~2.6.0" "@graphql-codegen/typescript-react-apollo@3.3.7": version "3.3.7"