Skip to content

Commit ba03d0c

Browse files
Merge pull request #2359 from blocknative/develop
Bump @trezor/connect-web to version 9.5.0
2 parents 8938ea2 + 8493e1f commit ba03d0c

File tree

4 files changed

+1722
-188
lines changed

4 files changed

+1722
-188
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
- node-build-steps
246246
build-trezor:
247247
docker:
248-
- image: cimg/node:18.18.2
248+
- image: cimg/node:20.18.0
249249
working_directory: ~/web3-onboard-monorepo/packages/trezor
250250
steps:
251251
- node-build-steps

.github/workflows/pr-status-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Nodejs and yarn
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: "18.19.1"
22+
node-version: "20.18.0"
2323
cache: yarn
2424

2525
- name: Install dependencies
@@ -31,5 +31,5 @@ jobs:
3131
- name: Check formatting and types
3232
run: yarn type-check
3333

34-
- name: Check that versions of the package dependencies match those in yarns lock file
34+
- name: Check that versions of the package dependencies match those in yarn's lock file
3535
run: yarn file-check

packages/trezor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/trezor",
3-
"version": "2.4.6",
3+
"version": "2.4.7",
44
"description": "Trezor hardware wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",
@@ -66,6 +66,6 @@
6666
"eth-crypto": "^2.1.0",
6767
"ethereumjs-util": "^7.1.3",
6868
"hdkey": "^2.0.1",
69-
"@trezor/connect-web": "^9.0.11"
69+
"@trezor/connect-web": "^9.5.0"
7070
}
7171
}

0 commit comments

Comments
 (0)