Skip to content

Commit

Permalink
nuke typescript resolves in codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
aeolianeth committed Jul 2, 2024
1 parent a0df204 commit 807ea70
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ generates:
plugins:
- 'typescript'
- 'typescript-operations'
- 'typescript-resolvers'
- 'typescript-react-apollo'
- add:
content: "import { BigNumber } from 'ethers'"
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@
"@graphql-codegen/typescript": "3.0.3",
"@graphql-codegen/typescript-operations": "^3.0.3",
"@graphql-codegen/typescript-react-apollo": "^3.3.2",
"@graphql-codegen/typescript-resolvers": "^3.2.0",
"@lingui/loader": "^4.4.0",
"@lingui/swc-plugin": "4.0.4",
"@next/bundle-analyzer": "^14.2.0",
Expand Down
12 changes: 0 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3120,18 +3120,6 @@
change-case-all "1.0.14"
tslib "~2.4.0"

"@graphql-codegen/typescript-resolvers@^3.2.0":
version "3.2.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-resolvers/-/typescript-resolvers-3.2.1.tgz#d0e6aca10d2417b67267f53f3e0304c7be4cbd84"
integrity sha512-2ZIHk5J6HTuylse5ZIxw+aega54prHxvj7vM8hiKJ6vejZ94kvVPAq4aWmSFOkZ5lqU3YnM/ZyWfnhT5CUDj1g==
dependencies:
"@graphql-codegen/plugin-helpers" "^4.2.0"
"@graphql-codegen/typescript" "^3.0.4"
"@graphql-codegen/visitor-plugin-common" "3.1.1"
"@graphql-tools/utils" "^9.0.0"
auto-bind "~4.0.0"
tslib "~2.5.0"

"@graphql-codegen/typescript@3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-3.0.3.tgz#3732e2072ba27970006db14b22d412ac4c943628"
Expand Down

0 comments on commit 807ea70

Please sign in to comment.