Skip to content

Commit 8d7c70b

Browse files
authored
Merge pull request #7208 from BitGo/WP-5422-fix-yarn-version
fix: upgrade public types version
2 parents 0aabda7 + 49cb5b1 commit 8d7c70b

File tree

4 files changed

+3
-25
lines changed

4 files changed

+3
-25
lines changed

modules/abstract-lightning/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
]
4040
},
4141
"dependencies": {
42-
"@bitgo/public-types": "5.22.0",
42+
"@bitgo/public-types": "5.29.0",
4343
"@bitgo/sdk-core": "^36.12.0",
4444
"@bitgo/statics": "^58.4.0",
4545
"@bitgo/utxo-lib": "^11.11.0",

modules/bitgo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"superagent": "^9.0.1"
139139
},
140140
"devDependencies": {
141-
"@bitgo/public-types": "5.22.0",
141+
"@bitgo/public-types": "5.29.0",
142142
"@bitgo/sdk-opensslbytes": "^2.1.0",
143143
"@bitgo/sdk-test": "^9.1.4",
144144
"@openpgp/web-stream-tools": "0.0.14",

modules/sdk-coin-sol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/public-types": "5.18.0",
43+
"@bitgo/public-types": "5.29.0",
4444
"@bitgo/sdk-core": "^36.12.0",
4545
"@bitgo/sdk-lib-mpc": "^10.8.1",
4646
"@bitgo/statics": "^58.4.0",

yarn.lock

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -934,28 +934,6 @@
934934
"@scure/base" "1.1.5"
935935
micro-eth-signer "0.7.2"
936936

937-
938-
version "5.18.0"
939-
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.18.0.tgz"
940-
integrity sha512-r1Az80B787kpzZBZ32St6X6vmgXrZRI/9hcDwVw7rX78WhBbDrlO/NaW/0lF99zdllkmEVmRK4gKxBG8H+P6uQ==
941-
dependencies:
942-
fp-ts "^2.0.0"
943-
io-ts "npm:@bitgo-forks/[email protected]"
944-
io-ts-types "^0.5.16"
945-
monocle-ts "^2.3.13"
946-
newtype-ts "^0.3.5"
947-
948-
949-
version "5.22.0"
950-
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.22.0.tgz#eec37aa28b3979c6e9ba2dda8f3bb35472b0eaad"
951-
integrity sha512-1j9c3hYn9SmxV2oAq5NBOOS8Hpm6f9B9eKNUH1qpELrktEA/qkg4YCm4/uILWPb0BN5fluhMk0G0XCkMybt7vA==
952-
dependencies:
953-
fp-ts "^2.0.0"
954-
io-ts "npm:@bitgo-forks/[email protected]"
955-
io-ts-types "^0.5.16"
956-
monocle-ts "^2.3.13"
957-
newtype-ts "^0.3.5"
958-
959937
960938
version "5.29.0"
961939
resolved "https://registry.npmjs.org/@bitgo/public-types/-/public-types-5.29.0.tgz#4ceae8cf837359b0cb8808f417aef64ae2f52839"

0 commit comments

Comments
 (0)