Skip to content

Commit 5def603

Browse files
committed
fix(mbe, awm): fix build by adding @types/chai
Ticket: WP-00000
1 parent 033811a commit 5def603

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@
2828
"@api-ts/response": "^2.1.0",
2929
"@api-ts/superagent-wrapper": "^1.3.3",
3030
"@api-ts/typed-express-router": "^1.1.13",
31-
"@bitgo-beta/sdk-api": "^1.10.1-beta.1067",
3231
"@bitgo-beta/abstract-cosmos": "^1.0.1-beta.1049",
33-
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.1060",
34-
"@bitgo-beta/abstract-utxo": "1.1.1-beta.1301",
3532
"@bitgo-beta/abstract-eth": "1.0.2-beta.1298",
33+
"@bitgo-beta/abstract-utxo": "1.1.1-beta.1301",
34+
"@bitgo-beta/sdk-api": "^1.10.1-beta.1067",
3635
"@bitgo-beta/sdk-coin-ada": "2.3.14-beta.1066",
3736
"@bitgo-beta/sdk-coin-algo": "1.3.19-beta.1066",
3837
"@bitgo-beta/sdk-coin-apt": "1.0.1-beta.508",
@@ -101,6 +100,7 @@
101100
"@bitgo-beta/sdk-coin-zeta": "1.0.1-beta.985",
102101
"@bitgo-beta/sdk-coin-zketh": "1.0.1-beta.849",
103102
"@bitgo-beta/sdk-core": "8.2.1-beta.1068",
103+
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.1060",
104104
"@bitgo-beta/statics": "15.1.1-beta.1071",
105105
"@bitgo/wasm-miniscript": "2.0.0-beta.7",
106106
"@commitlint/config-conventional": "^19.8.1",
@@ -126,6 +126,7 @@
126126
"@api-ts/openapi-generator": "^5.7.0",
127127
"@commitlint/cli": "^19.8.1",
128128
"@types/body-parser": "^1.17.0",
129+
"@types/chai": "^5.2.2",
129130
"@types/connect-timeout": "^1.9.0",
130131
"@types/debug": "^4.1.12",
131132
"@types/express": "4.17.13",

0 commit comments

Comments
 (0)