Skip to content

Commit

Permalink
fix: update CodeFileLoader to fix overwrite bug #8780 (#8883)
Browse files Browse the repository at this point in the history
  • Loading branch information
Solo-steven authored Feb 1, 2023
1 parent 65e12b3 commit 321d511
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/famous-pumas-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-codegen/cli': major
---

Fix PluckConfig Overwrite Problem By Upgrade Dep Version.
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@graphql-codegen/core": "^2.6.8",
"@graphql-codegen/plugin-helpers": "^3.1.2",
"@graphql-tools/apollo-engine-loader": "^7.3.6",
"@graphql-tools/code-file-loader": "^7.3.13",
"@graphql-tools/code-file-loader": "^7.3.17",
"@graphql-tools/git-loader": "^7.2.13",
"@graphql-tools/github-loader": "^7.3.20",
"@graphql-tools/graphql-file-loader": "^7.5.0",
Expand Down

0 comments on commit 321d511

Please sign in to comment.