Skip to content

Commit

Permalink
Enforce WS version even when bundle without pnpm in the monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
lambertkevin committed Oct 3, 2024
1 parent cf46210 commit e4b4d15
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tender-icons-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/hw-app-eth": patch
---

Force ws version even when bundled without pnpm from the monorepo
7 changes: 6 additions & 1 deletion libs/ledgerjs/packages/hw-app-eth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,10 @@
"source-map-support": "^0.5.21",
"ts-jest": "^29.1.1",
"ts-node": "^10.4.0"
},
"overrides": {
"@ethersproject/providers": {
"ws": "7.5.10"
}
}
}
}

0 comments on commit e4b4d15

Please sign in to comment.