Skip to content

Commit

Permalink
fix: unpin tslib (#5067)
Browse files Browse the repository at this point in the history
* fix: unpin tslib

* 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] authored Feb 17, 2023
1 parent 561a589 commit 492220c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
11 changes: 11 additions & 0 deletions .changeset/@graphql-tools_delegate-5067-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@graphql-tools/delegate': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/batch-execute@^8.5.18` ↗︎](https://www.npmjs.com/package/@graphql-tools/batch-execute/v/8.5.18) (from `8.5.18`, in `dependencies`)
- Updated dependency [`@graphql-tools/executor@^0.0.14` ↗︎](https://www.npmjs.com/package/@graphql-tools/executor/v/0.0.14) (from `0.0.14`, in `dependencies`)
- Updated dependency [`@graphql-tools/schema@^9.0.16` ↗︎](https://www.npmjs.com/package/@graphql-tools/schema/v/9.0.16) (from `9.0.16`, in `dependencies`)
- Updated dependency [`@graphql-tools/utils@^9.2.1` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/9.2.1) (from `9.2.1`, in `dependencies`)
- Updated dependency [`dataloader@^2.2.2` ↗︎](https://www.npmjs.com/package/dataloader/v/2.2.2) (from `2.2.2`, in `dependencies`)
- Updated dependency [`tslib@^2.5.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.5.0) (from `~2.5.0`, in `dependencies`)
- Updated dependency [`value-or-promise@^1.0.12` ↗︎](https://www.npmjs.com/package/value-or-promise/v/1.0.12) (from `1.0.12`, in `dependencies`)
14 changes: 7 additions & 7 deletions packages/delegate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/batch-execute": "8.5.18",
"@graphql-tools/executor": "0.0.14",
"@graphql-tools/schema": "9.0.16",
"@graphql-tools/utils": "9.2.1",
"dataloader": "2.2.2",
"tslib": "~2.5.0",
"value-or-promise": "1.0.12"
"@graphql-tools/batch-execute": "^8.5.18",
"@graphql-tools/executor": "^0.0.14",
"@graphql-tools/schema": "^9.0.16",
"@graphql-tools/utils": "^9.2.1",
"dataloader": "^2.2.2",
"tslib": "^2.5.0",
"value-or-promise": "^1.0.12"
},
"publishConfig": {
"directory": "dist",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5111,7 +5111,7 @@ dagre-d3-es@7.0.6:
d3 "^7.7.0"
lodash-es "^4.17.21"

dataloader@2.2.2:
dataloader@2.2.2, dataloader@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-2.2.2.tgz#216dc509b5abe39d43a9b9d97e6e5e473dfbe3e0"
integrity sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==
Expand Down Expand Up @@ -11594,7 +11594,7 @@ tslib@^1.8.1:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==

tslib@~2.5.0:
tslib@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
Expand Down

0 comments on commit 492220c

Please sign in to comment.