Skip to content

Commit

Permalink
chore: add tslib as dep (#8078)
Browse files Browse the repository at this point in the history
* chore: add tslib as dep

* range
  • Loading branch information
saihaj committed Jul 11, 2022
1 parent 2e1508f commit 147e801
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/serious-doors-lick.md
@@ -0,0 +1,5 @@
---
"@graphql-codegen/cli": patch
---

Add `tslib` as a dependency. See https://github.com/dotansimha/graphql-code-generator/issues/8075
1 change: 1 addition & 0 deletions packages/graphql-codegen-cli/package.json
Expand Up @@ -68,6 +68,7 @@
"mkdirp": "^1.0.4",
"string-env-interpolation": "^1.0.1",
"ts-log": "^2.2.3",
"tslib": "^2.4.0",
"yaml": "^1.10.0",
"yargs": "^17.0.0"
},
Expand Down

1 comment on commit 147e801

@vercel
Copy link

@vercel vercel bot commented on 147e801 Jul 11, 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.