Skip to content

Commit

Permalink
⬆️ deps(dev): Bump @graphql-codegen/cli from 2.9.1 to 2.10.0 (heyxyz#143
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] authored Jul 27, 2022
1 parent b0046a4 commit 83e2aa5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"zustand": "^4.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.9.1",
"@graphql-codegen/cli": "^2.10.0",
"@graphql-codegen/fragment-matcher": "^3.3.0",
"@graphql-codegen/typescript": "^2.7.2",
"@tailwindcss/forms": "^0.5.2",
Expand Down
23 changes: 5 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1170,10 +1170,10 @@
react-use "17.4.0"
throttle-debounce "^3.0.1"

"@graphql-codegen/cli@^2.9.1":
version "2.9.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.9.1.tgz#f3a0edd462cbefb69f9db7789b142a696a2930b4"
integrity sha512-RyGrJTKySi5irJjdgg/9GTnFSCJtKh1YGD9idh2CIsEbkbUx3M7aBk4A+W7Q1afLmC16l59KSXodG8Bqi2eJmg==
"@graphql-codegen/cli@^2.10.0":
version "2.10.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.10.0.tgz#82f716590333bcb7965cd4ae373972068b2d0787"
integrity sha512-v87yzrQ4Q/PpGPC59O0xusQknWWKtUdITqahpUBDddT8ZWHNhadx2BjvPkinFoPZmCkG8yVoAHx7FJ2uLzqjww==
dependencies:
"@graphql-codegen/core" "2.6.0"
"@graphql-codegen/plugin-helpers" "^2.6.0"
Expand All @@ -1187,11 +1187,11 @@
"@graphql-tools/prisma-loader" "^7.2.2"
"@graphql-tools/url-loader" "^7.12.1"
"@graphql-tools/utils" "^8.8.0"
"@whatwg-node/fetch" "^0.0.2"
ansi-escapes "^4.3.1"
chalk "^4.1.0"
chokidar "^3.5.2"
cosmiconfig "^7.0.0"
cross-undici-fetch "^0.4.11"
debounce "^1.2.0"
detect-indent "^6.0.0"
graphql-config "^4.3.1"
Expand Down Expand Up @@ -3748,19 +3748,6 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
shebang-command "^2.0.0"
which "^2.0.1"

cross-undici-fetch@^0.4.11:
version "0.4.14"
resolved "https://registry.yarnpkg.com/cross-undici-fetch/-/cross-undici-fetch-0.4.14.tgz#c841b4fa3cb12b3c3da13dd09f7be45a7bef5ae7"
integrity sha512-CCep44A/baoO8kYJBIR1cRO/tRAk29xzb/tH3O85OtgwZGkL5I0tJZ47ccZdrnAJxrl5tlaYhAOx09fJXMcUqQ==
dependencies:
abort-controller "^3.0.0"
busboy "^1.6.0"
form-data-encoder "^1.7.1"
formdata-node "^4.3.1"
node-fetch "^2.6.7"
undici "5.5.1"
web-streams-polyfill "^3.2.0"

css-in-js-utils@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/css-in-js-utils/-/css-in-js-utils-2.0.1.tgz#3b472b398787291b47cfe3e44fecfdd9e914ba99"
Expand Down

0 comments on commit 83e2aa5

Please sign in to comment.