mirror of
https://github.com/danbulant/discord.js
synced 2026-06-24 17:21:59 +00:00
fix: pin peer-deps to the latest version we allow
This commit is contained in:
parent
8afc1fa545
commit
ab0ede0d5a
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
|
@ -43,12 +43,12 @@
|
||||||
"ws": "^6.0.0"
|
"ws": "^6.0.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"bufferutil": "^3.0.0",
|
"bufferutil": "^4.0.0",
|
||||||
"erlpack": "discordapp/erlpack",
|
"erlpack": "discordapp/erlpack",
|
||||||
"libsodium-wrappers": "^0.7.0",
|
"libsodium-wrappers": "^0.7.3",
|
||||||
"sodium": "^2.0.0",
|
"sodium": "^2.0.3",
|
||||||
"uws": "^9.14.0",
|
"uws": "<=10.148.1",
|
||||||
"zlib-sync": "^0.1.0"
|
"zlib-sync": "^0.1.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^10.7.1",
|
"@types/node": "^10.7.1",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue