fix: pin dev-deps to a higher version to avoid problems with upath on node 10

This commit is contained in:
Crawl
2018-08-20 18:38:26 +02:00
parent f33ad64d12
commit 8afc1fa545

View File

@@ -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"