Skip to content

Commit

Permalink
Pick correct @graphql-codegen/typescript version to avoid mismatched …
Browse files Browse the repository at this point in the history
…plugin-helpers version
  • Loading branch information
eddeee888 committed Apr 5, 2023
1 parent 8bb7f31 commit 51eb2f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 39 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@graphql-codegen/add": "4.0.0",
"@graphql-codegen/cli": "3.3.0",
"@graphql-codegen/plugin-helpers": "4.2.0",
"@graphql-codegen/typescript": "3.0.0",
"@graphql-codegen/typescript": "3.0.3",
"@graphql-codegen/typescript-resolvers": "3.2.0",
"@nrwl/devkit": "15.9.1",
"@nrwl/eslint-plugin-nx": "15.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-resolver-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@graphql-codegen/add": "^4.0.0",
"@graphql-codegen/plugin-helpers": "^4.2.0",
"@graphql-codegen/typescript": "^3.0.0",
"@graphql-codegen/typescript": "^3.0.3",
"@graphql-codegen/typescript-resolvers": "^3.2.0",
"graphql-scalars": "^1.20.1",
"ts-morph": "^18.0.0"
Expand Down
38 changes: 1 addition & 37 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1541,15 +1541,6 @@
lodash "~4.17.0"
tslib "~2.4.0"

"@graphql-codegen/schema-ast@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-3.0.0.tgz#3311a58184f885853d33d8272c527ff5bdf3023b"
integrity sha512-5gC8nNk/bxufS2LBSpaPExRgn6eNo8LQdtwDtwfM9XGEzt/F6rIBQoyOmqqwkiBmgu1PHHH8kLZMBYvYB1x5DA==
dependencies:
"@graphql-codegen/plugin-helpers" "^4.0.0"
"@graphql-tools/utils" "^9.0.0"
tslib "~2.4.0"

"@graphql-codegen/schema-ast@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-3.0.1.tgz#37b458bb57b95715a9eb4259341c856dae2a461d"
Expand All @@ -1571,18 +1562,7 @@
auto-bind "~4.0.0"
tslib "~2.5.0"

"@graphql-codegen/[email protected]", "@graphql-codegen/typescript@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-3.0.0.tgz#473dde1646540039bca5db4b6daf174d13af0ce3"
integrity sha512-FQWyuIUy1y+fxb9+EZfvdBHBQpYExlIBHV5sg2WGNCsyVyCqBTl0mO8icyOtsQPVg6YFMFe8JJO69vQbwHma5w==
dependencies:
"@graphql-codegen/plugin-helpers" "^4.0.0"
"@graphql-codegen/schema-ast" "^3.0.0"
"@graphql-codegen/visitor-plugin-common" "3.0.0"
auto-bind "~4.0.0"
tslib "~2.4.0"

"@graphql-codegen/typescript@^3.0.3":
"@graphql-codegen/[email protected]", "@graphql-codegen/typescript@^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-3.0.3.tgz#3732e2072ba27970006db14b22d412ac4c943628"
integrity sha512-oVV4/RPs3Lmr2XqywlNDmLhNBCIhefA8rYcuxoWcnd/WRc6GNRm1b2NOIzDhhF4xriVluMyk3QQVRepkdj9enw==
Expand All @@ -1593,22 +1573,6 @@
auto-bind "~4.0.0"
tslib "~2.5.0"

"@graphql-codegen/[email protected]":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-3.0.0.tgz#527185eb3b1b06739702084bc6263713e167a166"
integrity sha512-ZoNlCmmkGClB137SpJT9og/nkihLN7Z4Ynl9Ir3OlbDuI20dbpyXsclpr9QGLcxEcfQeVfhGw9CooW7wZJJ8LA==
dependencies:
"@graphql-codegen/plugin-helpers" "^4.0.0"
"@graphql-tools/optimize" "^1.3.0"
"@graphql-tools/relay-operation-optimizer" "^6.5.0"
"@graphql-tools/utils" "^9.0.0"
auto-bind "~4.0.0"
change-case-all "1.0.15"
dependency-graph "^0.11.0"
graphql-tag "^2.11.0"
parse-filepath "^1.0.2"
tslib "~2.4.0"

"@graphql-codegen/[email protected]":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-3.1.0.tgz#93172d64440b103edfe8b63ea3ac8842a5277a54"
Expand Down

0 comments on commit 51eb2f2

Please sign in to comment.