Skip to content

Commit

Permalink
updated ws
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchoz49 committed Sep 2, 2021
1 parent 4d704bb commit e135fb5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
26 changes: 18 additions & 8 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -25,13 +25,12 @@
},
"dependencies": {
"delay": "^5.0.0",
"isomorphic-ws": "^4.0.1",
"minimist": "^1.2.5",
"nanocustomassert": "^1.0.0",
"reconnecting-websocket": "^4.4.0",
"simple-websocket": "^9.0.0",
"socket-signal": "^10.0.0",
"ws": "^7.5.3"
"ws": "^8.2.1"
},
"devDependencies": {
"enhanced-resolve": "^5.8.2",
Expand Down
2 changes: 1 addition & 1 deletion src/client.js
@@ -1,6 +1,6 @@
import Socket from 'simple-websocket'
import assert from 'nanocustomassert'
import WebSocket from 'isomorphic-ws'
import WebSocket from 'ws'
import ReconnectingWebSocket from 'reconnecting-websocket'
import delay from 'delay'
import { SocketSignalClient } from 'socket-signal'
Expand Down

0 comments on commit e135fb5

Please sign in to comment.