Skip to content

Commit

Permalink
chore(deps): upgrade graphql-codegen dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
42atomys committed Jul 22, 2022
1 parent b4671ef commit ce687de
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion web/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@babel/core": "^7.18.0",
"@graphql-codegen/cli": "^2.8.1",
"@graphql-codegen/cli": "^2.9.1",
"@graphql-codegen/introspection": "2.1.1",
"@graphql-codegen/typescript": "2.5.1",
"@graphql-codegen/typescript-operations": "2.3.7",
Expand Down
22 changes: 17 additions & 5 deletions web/ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1148,13 +1148,13 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"

"@graphql-codegen/cli@^2.8.1":
version "2.8.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.8.1.tgz#8e8f70417f3a0e87f266953c41c6424c6e76b473"
integrity sha512-o+Za1483WhnbMA5G4JJq72EeqXROsdEiDTfUTxtX1iPPebv+VMekTFfHnBCUXpes0XTeZViXTd16AX6cmtUF4Q==
"@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==
dependencies:
"@graphql-codegen/core" "2.6.0"
"@graphql-codegen/plugin-helpers" "^2.5.0"
"@graphql-codegen/plugin-helpers" "^2.6.0"
"@graphql-tools/apollo-engine-loader" "^7.3.1"
"@graphql-tools/code-file-loader" "^7.3.0"
"@graphql-tools/git-loader" "^7.2.0"
Expand Down Expand Up @@ -1215,6 +1215,18 @@
lodash "~4.17.0"
tslib "~2.4.0"

"@graphql-codegen/plugin-helpers@^2.6.0":
version "2.6.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.6.0.tgz#ae7005e6a2dcb0095ae350970c41606906048a27"
integrity sha512-z8uw6GdUvtKyt5YSijtj1yRqI0A2lBWdGIgTjgXaAKqSC+InlVBy+89859LlKNMrO7somdt44cbMys8r4Hbqeg==
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.4.1", "@graphql-codegen/schema-ast@^2.5.0":
version "2.5.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.5.0.tgz#1b33a17924f0dd4c78d4f2c9dfce215d0bdd29ae"
Expand Down

0 comments on commit ce687de

Please sign in to comment.