Skip to content

Commit

Permalink
Explicitly install superagent dependency in integration testsuite p…
Browse files Browse the repository at this point in the history
…ackage where it's used (#7649)

Co-authored-by: Trevor Scheer <trevor.scheer@gmail.com>
  • Loading branch information
mastrzyz and trevor-scheer committed Jul 21, 2023
1 parent ea2b54e commit d33acdf
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 22 deletions.
5 changes: 5 additions & 0 deletions .changeset/lucky-experts-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@apollo/server-integration-testsuite': patch
---

Add missing `supertest` dependency
124 changes: 102 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/integration-testsuite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"graphql-tag": "^2.12.6",
"loglevel": "^1.8.0",
"node-fetch": "^2.6.7",
"superagent": "^8.0.9",
"supertest": "^6.2.3"
},
"peerDependencies": {
Expand Down

0 comments on commit d33acdf

Please sign in to comment.