Skip to content

Commit

Permalink
chore: add socket.io-parser to peerDependencies
Browse files Browse the repository at this point in the history
This should (at least in theory) fix sync issues for the
`socket.io-adapter` package, which is imported by both the `socket.io`
and `@socket.io/redis-adapter` packages:

- `socket.io@4.5.0` should resolve `socket.io-adapter@~2.4.0`
- `socket.io@4.6.0` should resolve `socket.io-adapter@~2.5.0`

Related:

- 7aecf01
- #487
  • Loading branch information
darrachequesne committed Feb 8, 2023
1 parent fe89f7e commit f07ff7b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 5 additions & 3 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -25,9 +25,11 @@
"dependencies": {
"debug": "~4.3.1",
"notepack.io": "~3.0.1",
"socket.io-adapter": "~2.4.0",
"uid2": "1.0.0"
},
"peerDependencies": {
"socket.io-adapter": "^2.4.0"
},
"devDependencies": {
"@types/expect.js": "^0.3.29",
"@types/mocha": "^8.2.1",
Expand Down

0 comments on commit f07ff7b

Please sign in to comment.