Skip to content

Commit

Permalink
chore: update @types/ws (#4317)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 authored Feb 28, 2022
1 parent aa97a55 commit a3686bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/express": "^4.17.13",
"@types/serve-index": "^1.9.1",
"@types/sockjs": "^0.3.33",
"@types/ws": "^8.2.3",
"@types/ws": "^8.5.1",
"ansi-html-community": "^0.0.8",
"bonjour-service": "^1.0.11",
"chokidar": "^3.5.3",
Expand Down
2 changes: 1 addition & 1 deletion types/lib/servers/WebsocketServer.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export = WebsocketServer;
declare class WebsocketServer extends BaseServer {
static heartbeatInterval: number;
implementation: WebSocket.Server;
implementation: WebSocket.Server<WebSocket.WebSocket>;
}
declare namespace WebsocketServer {
export { WebSocketServerConfiguration, ClientConnection };
Expand Down

0 comments on commit a3686bd

Please sign in to comment.