mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
Update dependencies and fix tweetnacl webpack exclusion
This commit is contained in:
@@ -35,12 +35,12 @@
|
||||
"@types/node": "^7.0.0",
|
||||
"long": "^3.2.0",
|
||||
"pako": "^1.0.0",
|
||||
"superagent": "^3.3.0",
|
||||
"superagent": "^3.4.0",
|
||||
"tweetnacl": "^0.14.0",
|
||||
"ws": "^2.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bufferutil": "^1.3.0",
|
||||
"bufferutil": "^2.0.0",
|
||||
"erlpack": "hammerandchisel/erlpack",
|
||||
"node-opus": "^0.2.0",
|
||||
"opusscript": "^0.0.2",
|
||||
@@ -62,7 +62,7 @@
|
||||
"erlpack": false,
|
||||
"opusscript": false,
|
||||
"node-opus": false,
|
||||
"tweet-nacl": false,
|
||||
"tweetnacl": false,
|
||||
"src/sharding/Shard.js": false,
|
||||
"src/sharding/ShardClientUtil.js": false,
|
||||
"src/sharding/ShardingManager.js": false,
|
||||
|
||||
Reference in New Issue
Block a user