Skip to content

Commit eef40ce

Browse files
authored
Merge pull request #197 from apollo-server-integrations/fix/peer-dependencies
fix: peer dependencies restrict to apollo v5
2 parents cb4fa22 + 5ee8ee8 commit eef40ce

File tree

3 files changed

+11
-20
lines changed

3 files changed

+11
-20
lines changed

.changeset/dirty-regions-march.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@as-integrations/aws-lambda': patch
3+
---
4+
5+
Fixed an issue where Apollo V4 was being installed because peer dependencies were not restricted to Apollo V5.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"typescript": "5.9.2"
5454
},
5555
"peerDependencies": {
56-
"@apollo/server": "^4.0.0 || ^5.0.0"
56+
"@apollo/server": "^5.0.0"
5757
},
5858
"volta": {
5959
"node": "22.20.0",

0 commit comments

Comments
 (0)