Skip to content

Commit 51eb2f2

Browse files
committed
Pick correct @graphql-codegen/typescript version to avoid mismatched plugin-helpers version
1 parent 8bb7f31 commit 51eb2f2

3 files changed

Lines changed: 3 additions & 39 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@graphql-codegen/add": "4.0.0",
1616
"@graphql-codegen/cli": "3.3.0",
1717
"@graphql-codegen/plugin-helpers": "4.2.0",
18-
"@graphql-codegen/typescript": "3.0.0",
18+
"@graphql-codegen/typescript": "3.0.3",
1919
"@graphql-codegen/typescript-resolvers": "3.2.0",
2020
"@nrwl/devkit": "15.9.1",
2121
"@nrwl/eslint-plugin-nx": "15.9.1",

packages/typescript-resolver-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@graphql-codegen/add": "^4.0.0",
3131
"@graphql-codegen/plugin-helpers": "^4.2.0",
32-
"@graphql-codegen/typescript": "^3.0.0",
32+
"@graphql-codegen/typescript": "^3.0.3",
3333
"@graphql-codegen/typescript-resolvers": "^3.2.0",
3434
"graphql-scalars": "^1.20.1",
3535
"ts-morph": "^18.0.0"

yarn.lock

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,15 +1541,6 @@
15411541
lodash "~4.17.0"
15421542
tslib "~2.4.0"
15431543

1544-
"@graphql-codegen/schema-ast@^3.0.0":
1545-
version "3.0.0"
1546-
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-3.0.0.tgz#3311a58184f885853d33d8272c527ff5bdf3023b"
1547-
integrity sha512-5gC8nNk/bxufS2LBSpaPExRgn6eNo8LQdtwDtwfM9XGEzt/F6rIBQoyOmqqwkiBmgu1PHHH8kLZMBYvYB1x5DA==
1548-
dependencies:
1549-
"@graphql-codegen/plugin-helpers" "^4.0.0"
1550-
"@graphql-tools/utils" "^9.0.0"
1551-
tslib "~2.4.0"
1552-
15531544
"@graphql-codegen/schema-ast@^3.0.1":
15541545
version "3.0.1"
15551546
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-3.0.1.tgz#37b458bb57b95715a9eb4259341c856dae2a461d"
@@ -1571,18 +1562,7 @@
15711562
auto-bind "~4.0.0"
15721563
tslib "~2.5.0"
15731564

1574-
"@graphql-codegen/[email protected]", "@graphql-codegen/typescript@^3.0.0":
1575-
version "3.0.0"
1576-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-3.0.0.tgz#473dde1646540039bca5db4b6daf174d13af0ce3"
1577-
integrity sha512-FQWyuIUy1y+fxb9+EZfvdBHBQpYExlIBHV5sg2WGNCsyVyCqBTl0mO8icyOtsQPVg6YFMFe8JJO69vQbwHma5w==
1578-
dependencies:
1579-
"@graphql-codegen/plugin-helpers" "^4.0.0"
1580-
"@graphql-codegen/schema-ast" "^3.0.0"
1581-
"@graphql-codegen/visitor-plugin-common" "3.0.0"
1582-
auto-bind "~4.0.0"
1583-
tslib "~2.4.0"
1584-
1585-
"@graphql-codegen/typescript@^3.0.3":
1565+
"@graphql-codegen/[email protected]", "@graphql-codegen/typescript@^3.0.3":
15861566
version "3.0.3"
15871567
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-3.0.3.tgz#3732e2072ba27970006db14b22d412ac4c943628"
15881568
integrity sha512-oVV4/RPs3Lmr2XqywlNDmLhNBCIhefA8rYcuxoWcnd/WRc6GNRm1b2NOIzDhhF4xriVluMyk3QQVRepkdj9enw==
@@ -1593,22 +1573,6 @@
15931573
auto-bind "~4.0.0"
15941574
tslib "~2.5.0"
15951575

1596-
"@graphql-codegen/[email protected]":
1597-
version "3.0.0"
1598-
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-3.0.0.tgz#527185eb3b1b06739702084bc6263713e167a166"
1599-
integrity sha512-ZoNlCmmkGClB137SpJT9og/nkihLN7Z4Ynl9Ir3OlbDuI20dbpyXsclpr9QGLcxEcfQeVfhGw9CooW7wZJJ8LA==
1600-
dependencies:
1601-
"@graphql-codegen/plugin-helpers" "^4.0.0"
1602-
"@graphql-tools/optimize" "^1.3.0"
1603-
"@graphql-tools/relay-operation-optimizer" "^6.5.0"
1604-
"@graphql-tools/utils" "^9.0.0"
1605-
auto-bind "~4.0.0"
1606-
change-case-all "1.0.15"
1607-
dependency-graph "^0.11.0"
1608-
graphql-tag "^2.11.0"
1609-
parse-filepath "^1.0.2"
1610-
tslib "~2.4.0"
1611-
16121576
"@graphql-codegen/[email protected]":
16131577
version "3.1.0"
16141578
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-3.1.0.tgz#93172d64440b103edfe8b63ea3ac8842a5277a54"

0 commit comments

Comments
 (0)