Skip to content

Commit 66c7627

Browse files
1.34.2-0.0.10: [fix] Revert yarn.lock versions (#707)
- Previous commit reverted keystone dep to 0.7.7 - This commit reverts the yarn.lock version for keystone deps causing errors
1 parent 93c0722 commit 66c7627

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bnc-onboard",
3-
"version": "1.34.2-0.0.9",
3+
"version": "1.34.2-0.0.10",
44
"description": "Onboard users to web3 by allowing them to select a wallet, get that wallet ready to transact and have access to synced wallet state.",
55
"keywords": [
66
"ethereum",

yarn.lock

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,9 +1777,9 @@
17771777
pbjs "^0.0.5"
17781778

17791779
"@keystonehq/bc-ur-registry-eth@^0.6.8":
1780-
version "0.6.13"
1781-
resolved "https://registry.yarnpkg.com/@keystonehq/bc-ur-registry-eth/-/bc-ur-registry-eth-0.6.13.tgz#c1680930b1d3fed14857336bd4fb47a484dfac32"
1782-
integrity sha512-sQQMMiKlacxMOIGeH8l/m/j3sL2VaM7Zid/xvf6cogZ5EZ5pa8Jow8cgY/t7krTOOBp81/GglCbwCGC8RIOLqA==
1780+
version "0.6.8"
1781+
resolved "https://registry.yarnpkg.com/@keystonehq/bc-ur-registry-eth/-/bc-ur-registry-eth-0.6.8.tgz#1cbb661a25a27f3b0d68ad0644883c2521b4bbc1"
1782+
integrity sha512-JluftBw7BbK2v/Lv3j9nwr5QWqXnDbIGB/7FLKwrniKpMCihbA/Lpr0lK6vOqo2+7bReJ7yXMm2LOaXSEdQ+hw==
17831783
dependencies:
17841784
"@keystonehq/bc-ur-registry" "^0.4.4"
17851785
ethereumjs-util "^7.0.8"
@@ -1809,11 +1809,15 @@
18091809
uuid "^8.3.2"
18101810

18111811
"@keystonehq/sdk@^0.7.8":
1812-
version "0.7.13"
1813-
resolved "https://registry.yarnpkg.com/@keystonehq/sdk/-/sdk-0.7.13.tgz#127c465735a5c942468c7e729f4a8f982de9a0ff"
1814-
integrity sha512-m4bDz2w94Q3qlt1Nq2kepbH2rEI/97lxbuak8wk1dzRDLpe+VLb/TCy/87EepOfnjJD+1h6q/c4ZMgE2YMFZyA==
1812+
version "0.7.8"
1813+
resolved "https://registry.yarnpkg.com/@keystonehq/sdk/-/sdk-0.7.8.tgz#1d808c4c59bd7a58d29c3f7fb2df10beb38a4c3f"
1814+
integrity sha512-WlrKftKYsdNopKqMwP+FZRFX2VBfkUC0T3NeaNg9f8RsFokeYXqYd/E4TSbv1dYY9R+jAvRqSzz44g5H2RPIlg==
18151815
dependencies:
18161816
"@ngraveio/bc-ur" "^1.0.0"
1817+
"@types/qrcode.react" "^1.0.1"
1818+
"@types/react-dom" "^17.0.9"
1819+
"@types/react-modal" "^3.12.0"
1820+
"@types/react-qr-reader" "^2.1.3"
18171821
qrcode.react "^1.0.1"
18181822
react "16.13.1"
18191823
react-dom "16.13.1"
@@ -2234,6 +2238,13 @@
22342238
dependencies:
22352239
"@types/react" "*"
22362240

2241+
"@types/react-dom@^17.0.9":
2242+
version "17.0.9"
2243+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.9.tgz#441a981da9d7be117042e1a6fd3dac4b30f55add"
2244+
integrity sha512-wIvGxLfgpVDSAMH5utdL9Ngm5Owu0VsGmldro3ORLXV8CShrL8awVj06NuEXFQ5xyaYfdca7Sgbk/50Ri1GdPg==
2245+
dependencies:
2246+
"@types/react" "*"
2247+
22372248
"@types/react-modal@^3.12.0":
22382249
version "3.12.0"
22392250
resolved "https://registry.yarnpkg.com/@types/react-modal/-/react-modal-3.12.0.tgz#91fa86a76fd7fc57e36d2cf9b76efe5735a855a1"

0 commit comments

Comments
 (0)