Skip to content

Commit 2d2eb39

Browse files
authored
Merge pull request #40 from Zondax/dev
New Release
2 parents fc87fb5 + d59a312 commit 2d2eb39

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
registry-url: 'https://registry.npmjs.org'
3535
scope: '@zondax'
3636

37-
- uses: oven-sh/setup-bun@v1
37+
- uses: oven-sh/setup-bun@v2
3838

3939
- run: bun install
4040

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
registry-url: 'https://registry.npmjs.org'
3737
scope: '@zondax'
3838

39-
- uses: oven-sh/setup-bun@v1
39+
- uses: oven-sh/setup-bun@v2
4040

4141
- run: bun install
4242

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@
3535
"upgrade": "bunx npm-check-updates -i"
3636
},
3737
"dependencies": {
38-
"@ledgerhq/hw-transport": "6.30.6"
38+
"@ledgerhq/hw-transport": "6.31.2"
3939
},
4040
"devDependencies": {
4141
"@ledgerhq/hw-transport-mocker": "^6.28.6",
4242
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
4343
"@types/jest": "29.5.12",
44-
"@types/node": "^20.14.2",
45-
"@typescript-eslint/eslint-plugin": "^7.13.0",
44+
"@types/node": "^22.4.1",
45+
"@typescript-eslint/eslint-plugin": "^8.1.0",
4646
"@typescript-eslint/parser": "^7.13.0",
4747
"eslint": "^9.4.0",
4848
"eslint-config-prettier": "^9.1.0",
49-
"eslint-config-standard-with-typescript": "^39.0.0",
49+
"eslint-config-standard-with-typescript": "^43.0.1",
5050
"eslint-plugin-import": "^2.29.1",
5151
"eslint-plugin-n": "^17.8.1",
52-
"eslint-plugin-promise": "^6.2.0",
52+
"eslint-plugin-promise": "^7.1.0",
5353
"eslint-plugin-tsdoc": "^0.3.0",
5454
"eslint-plugin-unused-imports": "^4.0.0",
5555
"prettier": "^3.3.2",

0 commit comments

Comments
 (0)