Skip to content

Commit d95bb7e

Browse files
committed
Add tslib to our explicit dependencies so it's available to @n1ru4l/graphql-live-query
That package requires `tslib`, but doesn't list it as an explicit dependency. We need to import it ourselves until n1ru4l/graphql-live-query#984 is in.
1 parent 06f9893 commit d95bb7e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

packages/api-client-core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"isomorphic-ws": "^5.0.0",
3939
"klona": "^2.0.6",
4040
"tiny-graphql-query-compiler": "^0.2.2",
41+
"tslib": "^2.6.2",
4142
"ws": "^8.13.0"
4243
},
4344
"devDependencies": {

pnpm-lock.yaml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)