8000 chore(deps) Bump federation and add subgraph · nestjs/graphql@a2dbb4a · GitHub
[go: up one dir, main page]

Skip to content

Commit a2dbb4a

Browse files
author
Ian Mobley
committed
chore(deps) Bump federation and add subgraph
Recently the subgraph package was split off from the main federation package. This moved the federation directives and renamed printSchema to printSubgraphSchema.
1 parent 0e68781 commit a2dbb4a

File tree

2 files changed

+46
-10
lines changed

2 files changed

+46
-10
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
"release": "release-it"
2020
},
2121
"devDependencies": {
22-
"@apollo/federation": "0.33.0",
22+
"@apollo/federation": "^0.33.3",
2323
"@apollo/gateway": "0.42.0",
24+
"@apollo/subgraph": "^0.1.2",
2425
"@commitlint/cli": "13.2.1",
2526
"@commitlint/config-angular": "13.2.0",
2627
"@nestjs/common": "8.1.1",
@@ -80,8 +81,9 @@
8081
"ws": "8.2.2"
8182
},
8283
"peerDependencies": {
83-
"@apollo/federation": "^0.26.0 || ^0.27.0 || ^0.29.0 || 0.33.0",
84+
"@apollo/federation": "^0.26.0 || ^0.27.0 || ^0.29.0 || ^0.33.0",
8485
"@apollo/gateway": "^0.29.0 || ^0.32.0 || ^0.33.0 || ^0.35.0 || ^0.38.0 || ^0.42.0",
86+
"@apollo/subgraph": "^0.1.2",
8587
"@nestjs/common": "^8.0.0",
8688
"@nestjs/core": "^8.0.0",
8789
"apollo-server-core": "^3.0.0",
@@ -98,6 +100,9 @@
98100
"@apollo/gateway": {
99101
"optional": true
100102
},
103+
"@apollo/subgraph": {
104+
"optional": true
105+
},
101106
"apollo-server-core": {
102107
"optional": true
103108
},

0 commit comments

Comments
 (0)
0