Skip to content

Commit

Permalink
⬆️ Add support for ws@8
Browse files Browse the repository at this point in the history
Bumps `ws` inline with the most recent [major version][1].

[1]: https://github.com/websockets/ws/releases/tag/8.0.0
  • Loading branch information
alecgibson committed Jun 20, 2024
1 parent 6ab9510 commit dc71f0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reedsy/express-ws",
"version": "5.0.0-reedsy-1.0.1",
"version": "5.0.0-reedsy-1.1.0",
"description": "WebSocket endpoints for Express applications",
"main": "index",
"module": "src/index",
Expand All @@ -20,7 +20,7 @@
"license": "BSD-2-Clause",
"dependencies": {
"esm": "^3.0.84",
"ws": "^7.0.0"
"ws": "^7.0.0 || ^8.0.0"
},
"peerDependencies": {
"express": "^4.0.0 || ^5.0.0-alpha.1"
Expand Down

0 comments on commit dc71f0c

Please sign in to comment.