Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
chore(deps-dev): bump @graphql-codegen/client-preset from 1.2.3 to 1.…
Browse files Browse the repository at this point in the history
…3.0 (#95)

Bumps [@graphql-codegen/client-preset](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/presets/client) from 1.2.3 to 1.3.0.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/presets/client/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/presets/client)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/client-preset"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2023
1 parent 28de5a7 commit c14de3d
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 58 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^2.16.5",
"@graphql-codegen/client-preset": "^1.2.3",
"@graphql-codegen/client-preset": "^1.3.0",
"@types/jest": "^29.2.4",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
Expand Down
121 changes: 64 additions & 57 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1156,21 +1156,22 @@
yaml "^1.10.0"
yargs "^17.0.0"

"@graphql-codegen/client-preset@^1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@graphql-codegen/client-preset/-/client-preset-1.2.3.tgz#50217c14beac140169797d27d11b5c96a93f6e33"
integrity sha512-ZuIk/JDjEJq+B1irdQH+IP2i6ULcJlXQAsqBjjzlxkQlbZFTzunKWmIr8NCF7gzqIfgykjgoMcvKRgrW6X32tw==
"@graphql-codegen/client-preset@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/client-preset/-/client-preset-1.3.0.tgz#5a630efefcfeff2df753c85960a78ebb9ab10388"
integrity sha512-aUdOvpFszAvDu4TdiucO/Jl1d/spCwZaYLnmrYFD6wKjzLlRAuHiLYV/UEcviTiLNX5vxpJ9lLMnoeuJXnBw2w==
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/template" "^7.15.4"
"@graphql-codegen/add" "^3.2.3"
"@graphql-codegen/gql-tag-operations" "1.5.11"
"@graphql-codegen/plugin-helpers" "^3.1.1"
"@graphql-codegen/typed-document-node" "^2.3.10"
"@graphql-codegen/typescript" "^2.8.5"
"@graphql-codegen/typescript-operations" "^2.5.10"
"@graphql-codegen/visitor-plugin-common" "^2.13.5"
"@graphql-tools/utils" "^8.8.0"
"@graphql-codegen/gql-tag-operations" "1.6.2"
"@graphql-codegen/plugin-helpers" "^3.1.2"
"@graphql-codegen/typed-document-node" "^2.3.13"
"@graphql-codegen/typescript" "^2.8.8"
"@graphql-codegen/typescript-operations" "^2.5.13"
"@graphql-codegen/visitor-plugin-common" "^2.13.8"
"@graphql-tools/documents" "^0.1.0"
"@graphql-tools/utils" "^9.0.0"
"@graphql-typed-document-node/core" "3.1.1"
tslib "~2.4.0"

Expand All @@ -1184,14 +1185,14 @@
"@graphql-tools/utils" "^9.1.1"
tslib "~2.4.0"

"@graphql-codegen/gql-tag-operations@1.5.11":
version "1.5.11"
resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-1.5.11.tgz#3df84a1a5acf7be07f7258b0968196395a4c4790"
integrity sha512-LZq0ZYfomQkoXBhRwqIjp3yoUj9n656EXBWN5CxqGbVozbUQ32l07J82PxXTHf80EMOv9zcMsh5BD2pWvEEGTQ==
"@graphql-codegen/gql-tag-operations@1.6.2":
version "1.6.2"
resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-1.6.2.tgz#7367d52a2369b6ecc25824e5330147712fac2e27"
integrity sha512-/vUAp1JdBRiLi5Iz+8CXzrRcclkbev3o28ri7Xe8DCHAHNqHTkJZwipJ/V5hdJzQZ5JnlZFCOPiXNmMBaKs8og==
dependencies:
"@graphql-codegen/plugin-helpers" "^3.1.1"
"@graphql-codegen/visitor-plugin-common" "2.13.5"
"@graphql-tools/utils" "^8.8.0"
"@graphql-codegen/plugin-helpers" "^3.1.2"
"@graphql-codegen/visitor-plugin-common" "2.13.8"
"@graphql-tools/utils" "^9.0.0"
auto-bind "~4.0.0"
tslib "~2.4.0"

Expand All @@ -1207,57 +1208,57 @@
lodash "~4.17.0"
tslib "~2.4.0"

"@graphql-codegen/schema-ast@^2.6.0":
version "2.6.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.6.0.tgz#4572d9fb2ec64238c4e7eef954c0bdded170cafc"
integrity sha512-6wDVX/mKLXaJ3JwSflRsDJa6/+uEJ0Lg3mOQp3Ao2/jw1mijqAKjYgh1e1rcG+vzXpEmk29TC2ujsqAkKqzgMA==
"@graphql-codegen/schema-ast@^2.6.1":
version "2.6.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.6.1.tgz#8ba1b38827c034b51ecd3ce88622c2ae6cd3fe1a"
integrity sha512-5TNW3b1IHJjCh07D2yQNGDQzUpUl2AD+GVe1Dzjqyx/d2Fn0TPMxLsHsKPS4Plg4saO8FK/QO70wLsP7fdbQ1w==
dependencies:
"@graphql-codegen/plugin-helpers" "^3.1.1"
"@graphql-tools/utils" "^8.8.0"
"@graphql-codegen/plugin-helpers" "^3.1.2"
"@graphql-tools/utils" "^9.0.0"
tslib "~2.4.0"

"@graphql-codegen/typed-document-node@^2.3.10":
version "2.3.10"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-2.3.10.tgz#d853e7a9b657bd71df8b1eafa2bd636d03006e03"
integrity sha512-FcEKubvEl2bHZG2N7u0AwioRYQmhBDRb/JXNBoNXjv9hg32juwejbilS9WWxgcxS13nPj14byEPfHs6GDrKZLw==
"@graphql-codegen/typed-document-node@^2.3.13":
version "2.3.13"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-2.3.13.tgz#bbfb8e376d6680e05509b5d13089add74b6ff3fd"
integrity sha512-vt1hvBAbYTYUCXblks9KYwR5Ho16hWQljid5xgx77jeVufj5PjnWrOjJfEFKFx17VOM4CKHP8ryoeT4NyjYNWw==
dependencies:
"@graphql-codegen/plugin-helpers" "^3.1.1"
"@graphql-codegen/visitor-plugin-common" "2.13.5"
"@graphql-codegen/plugin-helpers" "^3.1.2"
"@graphql-codegen/visitor-plugin-common" "2.13.8"
auto-bind "~4.0.0"
change-case-all "1.0.15"
tslib "~2.4.0"

"@graphql-codegen/typescript-operations@^2.5.10":
version "2.5.10"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.5.10.tgz#89a602e4d07ea1ab8d7d59309e1c2e65c7909439"
integrity sha512-N5H7JhcMRzjM2KdvCitqkOd4hphzD9q3NVWGLvBe3Xgqx5Cs3Y4GUcCJbRolSXdQcYBVgZpLZrUe/qoxwYyfeg==
"@graphql-codegen/typescript-operations@^2.5.13":
version "2.5.13"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.5.13.tgz#f286c37f9c023356aacaa983ebd32e9e021a05ca"
integrity sha512-3vfR6Rx6iZU0JRt29GBkFlrSNTM6t+MSLF86ChvL4d/Jfo/JYAGuB3zNzPhirHYzJPCvLOAx2gy9ID1ltrpYiw==
dependencies:
"@graphql-codegen/plugin-helpers" "^3.1.1"
"@graphql-codegen/typescript" "^2.8.5"
"@graphql-codegen/visitor-plugin-common" "2.13.5"
"@graphql-codegen/plugin-helpers" "^3.1.2"
"@graphql-codegen/typescript" "^2.8.8"
"@graphql-codegen/visitor-plugin-common" "2.13.8"
auto-bind "~4.0.0"
tslib "~2.4.0"

"@graphql-codegen/typescript@^2.8.5":
version "2.8.5"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.8.5.tgz#6129cb3bf4bdcfba7f90f923ba7c2d839c222342"
integrity sha512-5w3zNlnNKM9tI5ZRbhESmsJ4G16rSiFmNQX6Ot56fmcYUC6bnAt5fqvSqs2C+8fVGIIjeWuwjQA5Xn1VkaLY8A==
"@graphql-codegen/typescript@^2.8.8":
version "2.8.8"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.8.8.tgz#8c3b9153e334db43c65f8f31ced69b4c60d14861"
integrity sha512-A0oUi3Oy6+DormOlrTC4orxT9OBZkIglhbJBcDmk34jAKKUgesukXRd4yOhmTrnbchpXz2T8IAOFB3FWIaK4Rw==
dependencies:
"@graphql-codegen/plugin-helpers" "^3.1.1"
"@graphql-codegen/schema-ast" "^2.6.0"
"@graphql-codegen/visitor-plugin-common" "2.13.5"
"@graphql-codegen/plugin-helpers" "^3.1.2"
"@graphql-codegen/schema-ast" "^2.6.1"
"@graphql-codegen/visitor-plugin-common" "2.13.8"
auto-bind "~4.0.0"
tslib "~2.4.0"

"@graphql-codegen/[email protected].5", "@graphql-codegen/visitor-plugin-common@^2.13.5":
version "2.13.5"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.5.tgz#b6e4eb5f7af25273886f5222825f5b4bbe2a2b79"
integrity sha512-OV/mGnSvB/WkEqFu/3bPkAPDNRGRB3xONww5+06CObl383yGrasqM04shYYK4cpcCn9PVWFe8u0SLSEeGmMVrg==
"@graphql-codegen/[email protected].8", "@graphql-codegen/visitor-plugin-common@^2.13.8":
version "2.13.8"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.8.tgz#09bc6317b227e5a278f394f4cef0d6c2d1910597"
integrity sha512-IQWu99YV4wt8hGxIbBQPtqRuaWZhkQRG2IZKbMoSvh0vGeWb3dB0n0hSgKaOOxDY+tljtOf9MTcUYvJslQucMQ==
dependencies:
"@graphql-codegen/plugin-helpers" "^3.1.1"
"@graphql-codegen/plugin-helpers" "^3.1.2"
"@graphql-tools/optimize" "^1.3.0"
"@graphql-tools/relay-operation-optimizer" "^6.5.0"
"@graphql-tools/utils" "^8.8.0"
"@graphql-tools/utils" "^9.0.0"
auto-bind "~4.0.0"
change-case-all "1.0.15"
dependency-graph "^0.11.0"
Expand Down Expand Up @@ -1309,6 +1310,14 @@
tslib "~2.5.0"
value-or-promise "1.0.12"

"@graphql-tools/documents@^0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/documents/-/documents-0.1.0.tgz#9c27faea5a17ab271dbd99edd8d52eee0e43573e"
integrity sha512-1WQeovHv5S1M3xMzQxbSrG3yl6QOnsq2JUBnlg5/0aMM5R4GNMx6Ms+ROByez/dnuA81kstRuSK+2qpe+GaRIw==
dependencies:
lodash.sortby "^4.7.0"
tslib "^2.4.0"

"@graphql-tools/[email protected]":
version "0.0.7"
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-graphql-ws/-/executor-graphql-ws-0.0.7.tgz#5e7b0e6d02d3b64727bfb37c0f2c1e13badcb829"
Expand Down Expand Up @@ -1543,13 +1552,6 @@
dependencies:
tslib "^2.4.0"

"@graphql-tools/utils@^8.8.0":
version "8.13.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.13.1.tgz#b247607e400365c2cd87ff54654d4ad25a7ac491"
integrity sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==
dependencies:
tslib "^2.4.0"

"@graphql-tools/[email protected]":
version "9.3.3"
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-9.3.3.tgz#d69a21f9d13ccff89bc95cc479b45ab23683e55b"
Expand Down Expand Up @@ -5429,6 +5431,11 @@ lodash.merge@^4.6.2:
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==

lodash.sortby@^4.7.0:
version "4.7.0"
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
integrity sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==

lodash@^4.17.20, lodash@^4.17.21, lodash@~4.17.0:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
Expand Down

0 comments on commit c14de3d

Please sign in to comment.