Skip to content

Commit

Permalink
chore(websocket-client): add missing tsx devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 authored and karliatto committed Feb 3, 2025
1 parent 5fa3d45 commit 2545131
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/websocket-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
},
"peerDependencies": {
"tslib": "^2.6.2"
},
"devDependencies": {
"tsx": "^4.16.3"
}
}
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12960,6 +12960,7 @@ __metadata:
resolution: "@trezor/websocket-client@workspace:packages/websocket-client"
dependencies:
"@trezor/utils": "workspace:*"
tsx: "npm:^4.16.3"
ws: "npm:^8.18.0"
peerDependencies:
tslib: ^2.6.2
Expand Down

0 comments on commit 2545131

Please sign in to comment.