Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @graphql-tools/utils from 8.13.1 to 10.0.4 #306

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@ember-graphql-client/client": "0.5.2",
"@graphql-tools/schema": "^8.5.0",
"@graphql-tools/utils": "^8.13.1",
"@graphql-tools/utils": "^10.0.4",
"ember-auto-import": "^2.5.0",
"ember-cli-babel": "^7.26.11",
"graphql": "^16.7.1",
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,7 @@ __metadata:
"@glimmer/component": ~1.1.2
"@glimmer/tracking": ~1.1.2
"@graphql-tools/schema": ^8.5.0
"@graphql-tools/utils": ^8.13.1
"@graphql-tools/utils": ^10.0.4
"@types/ember-qunit": ~5.0.0
"@types/ember-resolver": ~5.0.11
"@types/ember__application": ~4.0.0
Expand Down Expand Up @@ -2056,14 +2056,16 @@ __metadata:
languageName: node
linkType: hard

"@graphql-tools/utils@npm:^8.13.1":
version: 8.13.1
resolution: "@graphql-tools/utils@npm:8.13.1"
"@graphql-tools/utils@npm:^10.0.4":
version: 10.0.4
resolution: "@graphql-tools/utils@npm:10.0.4"
dependencies:
tslib: "npm:^2.4.0"
"@graphql-typed-document-node/core": ^3.1.1
dset: ^3.1.2
tslib: ^2.4.0
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: c86537f1e38d4c86ab5d5d051d78e48e7de48b0f1601af49592e838e01f5b31b1210227749b3d0c830b55a5cf2900270e55c4dfd4d4a5fca1cb1239624d30b25
checksum: 8/cb90c4c7f12dc6a5a519c4dfa5298b33d902ff921a4bc5d7cd15f5fe9e4eb3bf79cefd671de30661008d762cae5fef33420249f46bcbef5d7b38a949e5718f2d
languageName: node
linkType: hard

Expand Down Expand Up @@ -6343,6 +6345,13 @@ __metadata:
languageName: node
linkType: hard

"dset@npm:^3.1.2":
version: 3.1.2
resolution: "dset@npm:3.1.2"
checksum: 8/4f8066f517aa0a70af688c66e9a0a5590f0aada76f6edc7ba9ddb309e27d3a6d65c0a2e31ab2a84005d4c791e5327773cdde59b8ab169050330a0dc283663e87
languageName: node
linkType: hard

"eastasianwidth@npm:^0.2.0":
version: 0.2.0
resolution: "eastasianwidth@npm:0.2.0"
Expand Down
Loading