Skip to content

Commit fd6b898

Browse files
committed
Update @graphql-tools/utils
1 parent f408d20 commit fd6b898

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v5.0.1
2+
3+
- Update @graphql-tools/utils dependency and fix samples for Apollo server v3.
4+
15
### v5.0.0
26

37
- Update graphql peer-dependency for Apollo server v3.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-component",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Build, customize and compose GraphQL schemas in a componentized fashion",
55
"keywords": [
66
"graphql",
@@ -27,19 +27,19 @@
2727
"@graphql-tools/mock": "^8.7.1",
2828
"@graphql-tools/schema": "^8.5.1",
2929
"@graphql-tools/stitch": "^8.7.1",
30-
"@graphql-tools/utils": "^7.10.0",
30+
"@graphql-tools/utils": "^8.6.10",
3131
"@graphql-tools/wrap": "^8.5.1",
3232
"debug": "^4.3.1"
3333
},
3434
"peerDependencies": {
3535
"graphql": "^16.0.0"
3636
},
3737
"devDependencies": {
38-
"@apollo/gateway": "^0.28.2",
38+
"@apollo/gateway": "^2.7.1",
3939
"apollo-server": "^3.13.0",
4040
"casual": "^1.6.0",
4141
"eslint": "^6.5.1",
42-
"graphql": "^15.0.0",
42+
"graphql": "^16.0.0",
4343
"graphql-tag": "^2.12.4",
4444
"nyc": "^14.1.1",
4545
"sinon": "^12.0.1",

0 commit comments

Comments
 (0)