Skip to content

Commit

Permalink
Merge pull request #746 from ericcrosson-bitgo/chore-deps-update-supe…
Browse files Browse the repository at this point in the history
…ragent-to-9.0.1

chore(deps): update superagent to 9.0.1
  • Loading branch information
andrew-scott-fischer committed Apr 23, 2024
2 parents 978327b + 0f0bb36 commit 94df509
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 4 deletions.
49 changes: 48 additions & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion packages/superagent-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"c8": "9.1.0",
"express": "4.19.2",
"io-ts-types": "0.5.19",
"superagent": "8.1.2",
"superagent": "9.0.1",
"supertest": "6.3.4",
"typescript": "4.7.4"
},
Expand Down
2 changes: 1 addition & 1 deletion website/docs/tutorial-basics/create-an-http-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ As before, first edit your `package.json` file to add our new dependencies
"@api-ts/response": "0.1.2-beta.2",
"@api-ts/superagent-wrapper": "0.2.0-beta.13",
"io-ts": "2.1.3",
"superagent": "8.0.0"
"superagent": "9.0.1"
},
"devDependencies": {
"@types/express": "4.17.13",
Expand Down
2 changes: 1 addition & 1 deletion website/docs/tutorial-basics/render-an-open-api-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ As before, first edit your `package.json` file to add our new dependencies
"@api-ts/response": "0.1.2-beta.2",
"@api-ts/superagent-wrapper": "0.2.0-beta.13",
"io-ts": "2.1.3",
"superagent": "8.0.0"
"superagent": "9.0.1"
},
"devDependencies": {
"@api-ts/openapi-generator": "0.2.0-beta.6",
Expand Down

0 comments on commit 94df509

Please sign in to comment.