Skip to content

Commit

Permalink
update a lot of packages to fix ledger issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BrodyHughes committed Sep 16, 2024
1 parent f80d999 commit 72c5b07
Show file tree
Hide file tree
Showing 3 changed files with 254 additions and 77 deletions.
2 changes: 1 addition & 1 deletion .github/actions/chromeTestsSetup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ runs:
gh-access-token: ${{ inputs.gh-access-token }}
- name: Install chrome
shell: 'bash'
run: npx @puppeteer/browsers install chrome@121
run: npx @puppeteer/browsers install chrome@latest
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,10 @@
"@ethersproject/transactions": "5.7.0",
"@ethersproject/units": "5.7.0",
"@ethersproject/wallet": "5.7.0",
"@ledgerhq/hw-app-eth": "6.35.3",
"@ledgerhq/evm-tools": "1.2.0",
"@ledgerhq/hw-app-eth": "6.38.0",
"@ledgerhq/hw-transport-webhid": "6.28.2",
"@ledgerhq/live-network": "1.4.0",
"@metamask/browser-passworder": "4.1.0",
"@metamask/eth-sig-util": "7.0.1",
"@radix-ui/react-accordion": "1.1.2",
Expand Down Expand Up @@ -192,7 +194,7 @@
"audit-ci": "6.3.0",
"browserify": "17.0.0",
"chalk": "5.3.0",
"chromedriver": "121.0.2",
"chromedriver": "128",
"circular-dependency-plugin": "5.2.2",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.7.1",
Expand Down Expand Up @@ -221,7 +223,7 @@
"opentype.js": "1.3.4",
"patch-package": "6.4.7",
"prettier": "3.0.2",
"selenium-webdriver": "4.10.0",
"selenium-webdriver": "4.24.1",
"semver": "7.5.2",
"supports-color": "5.5.0",
"svg-path-commander": "1.0.5",
Expand Down Expand Up @@ -335,4 +337,4 @@
"wagmi>@wagmi/connectors>@metamask/sdk>eciesjs>secp256k1": false
}
}
}
}
Loading

0 comments on commit 72c5b07

Please sign in to comment.