Skip to content

Commit

Permalink
feat(connect): upgrade [email protected] with @trezor/conne…
Browse files Browse the repository at this point in the history
[email protected] with new FW binaries [RELEASE ONLY]
  • Loading branch information
matejkriz committed May 17, 2022
1 parent 5e7abef commit a4ec552
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 29 deletions.
2 changes: 1 addition & 1 deletion packages/connect-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"redux-thunk": "^2.3.0",
"stringify-object": "^3.3.0",
"styled-components": "^5.3.3",
"trezor-connect": "8.2.8-beta.4"
"trezor-connect": "8.2.9-beta.2"
},
"devDependencies": {
"@types/markdown-it": "12.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-iframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {},
"devDependencies": {
"@trezor/blockchain-link": "^2.1.3",
"@trezor/connect-common": "^0.0.4",
"@trezor/connect-common": "^0.0.6",
"@trezor/rollout": "^1.3.0",
"@trezor/transport": "^1.1.2",
"@trezor/utxo-lib": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/suite-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"node-fetch": "^2.6.7",
"openpgp": "^5.0.0",
"systeminformation": "^5.9.9",
"trezor-connect": "8.2.8-beta.4"
"trezor-connect": "8.2.9-beta.2"
},
"devDependencies": {
"@types/electron-localshortcut": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/suite-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"node-libs-browser": "^2.2.1",
"react": "17.0.2",
"react-native": "0.68.2",
"trezor-connect": "8.2.8-beta.3"
"trezor-connect": "8.2.9-beta.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"semver": "^7.3.5",
"styled-components": "^5.3.3",
"trezor-address-validator": "^0.4.2",
"trezor-connect": "8.2.8-beta.4",
"trezor-connect": "8.2.9-beta.2",
"ua-parser-js": "^1.0.2",
"uuid": "^8.3.2",
"web3-utils": "^1.6.1",
Expand Down
29 changes: 5 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23246,33 +23246,14 @@ trezor-address-validator@^0.4.2:
jssha "2.3.1"
lodash "^4.17.15"

[email protected]:
version "8.2.8-beta.3"
resolved "https://registry.yarnpkg.com/trezor-connect/-/trezor-connect-8.2.8-beta.3.tgz#4a549f5e82dea9dbda5feac46ea7d32aec8150d4"
integrity sha512-AmACFWdAGWNMxEG9Ms2QEAXSaMXyG7ujzJn2N/2h2PyZWvNUk+yyjtnnb+tBARYBJWqA2gQ9gLfYmX6KglaZMA==
dependencies:
"@babel/runtime" "^7.15.4"
"@trezor/blockchain-link" "^2.1.1"
"@trezor/connect-common" "^0.0.4"
"@trezor/rollout" "^1.3.1"
"@trezor/transport" "^1.1.0"
"@trezor/utxo-lib" "^1.0.0"
bignumber.js "^9.0.2"
bowser "^2.11.0"
cbor-web "^7.0.6"
cross-fetch "^3.1.5"
events "^3.3.0"
parse-uri "^1.0.5"
randombytes "2.1.0"

[email protected]:
version "8.2.8-beta.4"
resolved "https://registry.yarnpkg.com/trezor-connect/-/trezor-connect-8.2.8-beta.4.tgz#022c1a164e26629f7ec3abcbd38b3e2211a975b6"
integrity sha512-3yhOXLI843Zff2P6nnxgH4rCDVVhI7hIL210xwuQLEFHCLyXb+YrQtZUEN4HevrRM4vcrbKGK8+ZxdsJdV7HdQ==
[email protected]:
version "8.2.9-beta.2"
resolved "https://registry.yarnpkg.com/trezor-connect/-/trezor-connect-8.2.9-beta.2.tgz#6174883b348d1f902af8bf595b9e5217eb12e747"
integrity sha512-zBJIKknnJDDNGv7J3MmtManDM5s2rUNCphK0Dn2/D+G2rns2g1Sq9vb0HejwsdzrywnP3aL5KHV6iF8PalIJkQ==
dependencies:
"@babel/runtime" "^7.15.4"
"@trezor/blockchain-link" "^2.1.3"
"@trezor/connect-common" "^0.0.4"
"@trezor/connect-common" "^0.0.6"
"@trezor/rollout" "^1.3.2"
"@trezor/transport" "1.1.2"
"@trezor/utxo-lib" "^1.0.0"
Expand Down

0 comments on commit a4ec552

Please sign in to comment.