mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
chore: bump deps and remove unneeded ones
This commit is contained in:
parent
5cf8a634f8
commit
672f93f5bd
1 changed files with 7 additions and 8 deletions
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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue