Skip to content

Commit 3207342

Browse files
authored
Merge pull request #106 from ericcrosson-bitgo/add-peer-dependencies
fix(deps): @types packages are necessary for types inferencing
2 parents 423212c + b4fd222 commit 3207342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/superagent-wrapper/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
},
1717
"dependencies": {
1818
"@api-ts/io-ts-http": "0.0.0-semantically-released",
19+
"@types/superagent": "4.1.5",
20+
"@types/supertest": "2.0.11",
1921
"fp-ts": "2.11.8",
2022
"io-ts": "2.1.3",
2123
"superagent": "3.8.3",
@@ -25,8 +27,6 @@
2527
"@types/chai": "4.2.12",
2628
"@types/express": "4.17.13",
2729
"@types/mocha": "9.1.1",
28-
"@types/superagent": "4.1.5",
29-
"@types/supertest": "2.0.11",
3030
"body-parser": "1.20.0",
3131
"chai": "4.2.0",
3232
"express": "4.17.1",

0 commit comments

Comments
 (0)