mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix: pin peer-deps to the latest version we allow
This commit is contained in:
10
package.json
10
package.json
@@ -43,12 +43,12 @@
|
||||
"ws": "^6.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bufferutil": "^3.0.0",
|
||||
"bufferutil": "^4.0.0",
|
||||
"erlpack": "discordapp/erlpack",
|
||||
"libsodium-wrappers": "^0.7.0",
|
||||
"sodium": "^2.0.0",
|
||||
"uws": "^9.14.0",
|
||||
"zlib-sync": "^0.1.0"
|
||||
"libsodium-wrappers": "^0.7.3",
|
||||
"sodium": "^2.0.3",
|
||||
"uws": "<=10.148.1",
|
||||
"zlib-sync": "^0.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^10.7.1",
|
||||
|
||||
Reference in New Issue
Block a user