mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
fix: pin dev-deps to a higher version to avoid problems with upath on node 10
This commit is contained in:
parent
f33ad64d12
commit
8afc1fa545
1 changed files with 5 additions and 5 deletions
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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue