Skip to content

Commit

Permalink
Reorganize dependencies (#5202)
Browse files Browse the repository at this point in the history
* Reorganize dependencies

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ardatan and github-actions[bot] committed Apr 23, 2023
1 parent 2449420 commit 05c97eb
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 21 deletions.
6 changes: 6 additions & 0 deletions .changeset/@graphql-tools_batch-execute-5202-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@graphql-tools/batch-execute': patch
---
dependencies updates:
- Updated dependency [`dataloader@^2.2.2` ↗︎](https://www.npmjs.com/package/dataloader/v/2.2.2) (from `2.2.2`, 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`)
6 changes: 6 additions & 0 deletions .changeset/@graphql-tools_executor-5202-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@graphql-tools/executor': patch
---
dependencies updates:
- Updated dependency [`@repeaterjs/repeater@^3.0.4` ↗︎](https://www.npmjs.com/package/@repeaterjs/repeater/v/3.0.4) (from `3.0.4`, 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`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-tools/graphql-tag-pluck': patch
---
dependencies updates:
- Updated dependency [`@babel/plugin-syntax-import-assertions@^7.20.0` ↗︎](https://www.npmjs.com/package/@babel/plugin-syntax-import-assertions/v/7.20.0) (from `7.20.0`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphql-tools_links-5202-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-tools/links': patch
---
dependencies updates:
- Updated dependency [`@apollo/client@^3` ↗︎](https://www.npmjs.com/package/@apollo/client/v/3.0.0) (from `~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0`, in `peerDependencies`)
5 changes: 5 additions & 0 deletions .changeset/@graphql-tools_schema-5202-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-tools/schema': patch
---
dependencies updates:
- 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`)
4 changes: 2 additions & 2 deletions packages/batch-execute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
},
"dependencies": {
"@graphql-tools/utils": "^9.2.1",
"dataloader": "2.2.2",
"dataloader": "^2.2.2",
"tslib": "^2.4.0",
"value-or-promise": "1.0.12"
"value-or-promise": "^1.0.12"
},
"publishConfig": {
"directory": "dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
"definition": "dist/typings/index.d.ts"
},
"dependencies": {
"@repeaterjs/repeater": "3.0.4",
"@repeaterjs/repeater": "^3.0.4",
"@graphql-tools/utils": "^9.2.1",
"@graphql-typed-document-node/core": "3.2.0",
"tslib": "^2.4.0",
"value-or-promise": "1.0.12"
"value-or-promise": "^1.0.12"
},
"devDependencies": {
"graphql": "^16.6.0"
Expand Down
3 changes: 1 addition & 2 deletions packages/executors/envelop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
"tslib": "^2.3.1"
},
"devDependencies": {
"@envelop/core": "3.0.6",
"@envelop/testing": "5.0.6"
"@envelop/core": "3.0.6"
},
"peerDependencies": {
"@envelop/core": "^3.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-tag-pluck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@babel/parser": "^7.16.8",
"@babel/traverse": "^7.16.8",
"@babel/types": "^7.16.8",
"@babel/plugin-syntax-import-assertions": "7.20.0",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@graphql-tools/utils": "^9.2.1",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@apollo/client": "~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0"
"@apollo/client": "^3"
},
"buildOptions": {
"input": "./src/index.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/loaders/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"devDependencies": {
"@envelop/core": "3.0.6",
"@envelop/live-query": "5.0.6",
"@types/express": "4.17.17",
"@types/extract-files": "8.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@graphql-tools/merge": "^8.4.1",
"@graphql-tools/utils": "^9.2.1",
"tslib": "^2.4.0",
"value-or-promise": "1.0.12"
"value-or-promise": "^1.0.12"
},
"publishConfig": {
"directory": "dist",
Expand Down
3 changes: 1 addition & 2 deletions packages/stitch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
"input": "./src/index.ts"
},
"devDependencies": {
"dataloader": "2.2.2",
"value-or-promise": "1.0.12"
"dataloader": "2.2.2"
},
"dependencies": {
"@graphql-tools/batch-delegate": "^8.4.25",
Expand Down
12 changes: 2 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.16.7"

"@babel/plugin-syntax-import-assertions@7.20.0", "@babel/plugin-syntax-import-assertions@^7.20.0":
"@babel/plugin-syntax-import-assertions@^7.20.0":
version "7.20.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz#bb50e0d4bea0957235390641209394e87bdb9cc4"
integrity sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==
Expand Down Expand Up @@ -1636,14 +1636,6 @@
"@n1ru4l/in-memory-live-query-store" "^0.10.0"
tslib "^2.5.0"

"@envelop/testing@5.0.6":
version "5.0.6"
resolved "https://registry.yarnpkg.com/@envelop/testing/-/testing-5.0.6.tgz#01d1c0f8c8f4dd68f1e5e12c8c76c1d910025fa5"
integrity sha512-HP+j+w+/L1C2taznPOFCWkGBdrIBbqRo5suPPRKdS8GKRxsd8tQPOZz851TA65WEpZdc+fmzZMxV87nBPiTrqw==
dependencies:
"@graphql-tools/utils" "^8.8.0"
tslib "^2.5.0"

"@envelop/types@3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@envelop/types/-/types-3.0.2.tgz#a4b29375b7fcee39bb5830f87f66bbc815cf305e"
Expand Down Expand Up @@ -12084,7 +12076,7 @@ validate-npm-package-license@^3.0.1:
spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0"

value-or-promise@1.0.12, value-or-promise@^1.0.11, value-or-promise@^1.0.12:
value-or-promise@^1.0.11, value-or-promise@^1.0.12:
version "1.0.12"
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.12.tgz#0e5abfeec70148c78460a849f6b003ea7986f15c"
integrity sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==
Expand Down

0 comments on commit 05c97eb

Please sign in to comment.