diff --git a/.changeset/@graphql-codegen_cli-8289-dependencies.md b/.changeset/@graphql-codegen_cli-8289-dependencies.md new file mode 100644 index 00000000000..5fab3e8749b --- /dev/null +++ b/.changeset/@graphql-codegen_cli-8289-dependencies.md @@ -0,0 +1,7 @@ +--- +"@graphql-codegen/cli": patch +--- + +dependencies updates: + +- Updated dependency [`graphql-config@^4.3.4` ↗︎](https://www.npmjs.com/package/graphql-config/v/null) (from `^4.3.1`, in `dependencies`) diff --git a/.changeset/shaggy-moons-exist.md b/.changeset/shaggy-moons-exist.md new file mode 100644 index 00000000000..be380932adb --- /dev/null +++ b/.changeset/shaggy-moons-exist.md @@ -0,0 +1,5 @@ +--- +'@graphql-codegen/cli': patch +--- + +resolve issue for loading typescript configs diff --git a/packages/graphql-codegen-cli/package.json b/packages/graphql-codegen-cli/package.json index e51e7073638..9c959447beb 100644 --- a/packages/graphql-codegen-cli/package.json +++ b/packages/graphql-codegen-cli/package.json @@ -59,7 +59,7 @@ "cosmiconfig": "^7.0.0", "debounce": "^1.2.0", "detect-indent": "^6.0.0", - "graphql-config": "^4.3.1", + "graphql-config": "^4.3.4", "inquirer": "^8.0.0", "is-glob": "^4.0.1", "json-to-pretty-yaml": "^1.2.2",