Skip to content

Commit

Permalink
fix: issue for loading typescript config (#8289)
Browse files Browse the repository at this point in the history
* fix: issue for loading typescript config

* chore(dependencies): updated changesets for modified dependencies

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
n1ru4l and github-actions[bot] committed Aug 26, 2022
1 parent 3c71d06 commit b5897fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .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`)
5 changes: 5 additions & 0 deletions .changeset/shaggy-moons-exist.md
@@ -0,0 +1,5 @@
---
'@graphql-codegen/cli': patch
---

resolve issue for loading typescript configs
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/package.json
Expand Up @@ -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",
Expand Down

1 comment on commit b5897fc

@vercel
Copy link

@vercel vercel bot commented on b5897fc Aug 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.