mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix: pin dev-deps to a higher version to avoid problems with upath on node 10
This commit is contained in:
10
package.json
10
package.json
@@ -51,16 +51,16 @@
|
||||
"zlib-sync": "^0.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^10.0.3",
|
||||
"@types/node": "^10.7.1",
|
||||
"discord.js-docgen": "discordjs/docgen",
|
||||
"eslint": "^5.0.1",
|
||||
"eslint": "^5.4.0",
|
||||
"json-filter-loader": "^1.0.0",
|
||||
"tslint": "^5.11.0",
|
||||
"tslint-config-typings": "^0.3.1",
|
||||
"typescript": "^3.0.1",
|
||||
"uglifyjs-webpack-plugin": "^1.1.8",
|
||||
"webpack": "^4.5.0",
|
||||
"webpack-cli": "^3.0.1"
|
||||
"uglifyjs-webpack-plugin": "^1.3.0",
|
||||
"webpack": "^4.16.5",
|
||||
"webpack-cli": "^3.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
|
||||
Reference in New Issue
Block a user