Skip to content

Commit 5d3ad72

Browse files
Merge pull request #5348 from BitGo/bump-public-types-2
fix(deps): bump public-types library
2 parents c5cfd9b + e8679cd commit 5d3ad72

File tree

4 files changed

+1212
-900
lines changed

4 files changed

+1212
-900
lines changed

modules/bitgo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"superagent": "^9.0.1"
121121
},
122122
"devDependencies": {
123-
"@bitgo/public-types": "3.6.0",
123+
"@bitgo/public-types": "4.9.2",
124124
"@bitgo/sdk-opensslbytes": "^2.0.0",
125125
"@bitgo/sdk-test": "^8.0.63",
126126
"@openpgp/web-stream-tools": "0.0.14",
@@ -129,7 +129,7 @@
129129
"@types/jasmine": "^3.5.12",
130130
"@types/lodash": "^4.14.121",
131131
"aws-sdk": "^2.1155.0",
132-
"io-ts-types": "0.5.16",
132+
"io-ts-types": "^0.5.16",
133133
"karma": "^5.1.1",
134134
"karma-chrome-launcher": "^3.1.0",
135135
"karma-jasmine": "^4.0.0",

modules/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"superagent": "^9.0.1"
5555
},
5656
"devDependencies": {
57-
"@bitgo/public-types": "3.6.0",
57+
"@bitgo/public-types": "4.9.2",
5858
"@bitgo/sdk-lib-mpc": "^10.1.0",
5959
"@bitgo/sdk-test": "^8.0.63",
6060
"@types/argparse": "^1.0.36",

modules/sdk-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@bitgo/bls-dkg": "^1.3.1",
41-
"@bitgo/public-types": "3.6.0",
41+
"@bitgo/public-types": "4.9.2",
4242
"@bitgo/sdk-lib-mpc": "^10.1.0",
4343
"@bitgo/sjcl": "^1.0.1",
4444
"@bitgo/statics": "^50.18.0",
@@ -61,7 +61,7 @@
6161
"ethereumjs-util": "7.1.5",
6262
"fp-ts": "^2.12.2",
6363
"io-ts": "npm:@bitgo-forks/[email protected]",
64-
"io-ts-types": "0.5.16",
64+
"io-ts-types": "^0.5.16",
6565
"keccak": "3.0.3",
6666
"libsodium-wrappers-sumo": "^0.7.9",
6767
"lodash": "^4.17.15",

0 commit comments

Comments
 (0)