mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: bump deps and remove unneeded ones
This commit is contained in:
15
package.json
15
package.json
@@ -33,10 +33,10 @@
|
||||
"runkitExampleFilename": "./docs/examples/ping.js",
|
||||
"dependencies": {
|
||||
"pako": "^1.0.0",
|
||||
"prism-media": "github:hydrabolt/prism-media",
|
||||
"snekfetch": "^3.5.0",
|
||||
"prism-media": "hydrabolt/prism-media",
|
||||
"snekfetch": "^3.6.0",
|
||||
"tweetnacl": "^1.0.0",
|
||||
"ws": "^3.3.1"
|
||||
"ws": "^4.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bufferutil": "^3.0.0",
|
||||
@@ -47,14 +47,13 @@
|
||||
"zlib-sync": "^0.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^8.0.0",
|
||||
"@types/node": "^9.4.6",
|
||||
"discord.js-docgen": "discordjs/docgen",
|
||||
"eslint": "^4.11.0",
|
||||
"jsdoc-strip-async-await": "^0.1.0",
|
||||
"eslint": "^4.17.0",
|
||||
"json-filter-loader": "^1.0.0",
|
||||
"parallel-webpack": "^2.2.0",
|
||||
"uglifyjs-webpack-plugin": "^1.0.0-beta.2",
|
||||
"webpack": "^3.8.0"
|
||||
"uglifyjs-webpack-plugin": "^1.1.8",
|
||||
"webpack": "^3.11.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
|
||||
Reference in New Issue
Block a user