mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
build: update webpack-cli requirement to ^3.0.1 (#2579)
Updates the requirements on [webpack-cli](https://github.com/webpack/webpack-cli) to permit the latest version. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/commits/v3.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
faf27fabc0
commit
276109ed3c
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
|||
"json-filter-loader": "^1.0.0",
|
||||
"uglifyjs-webpack-plugin": "^1.1.8",
|
||||
"webpack": "^4.5.0",
|
||||
"webpack-cli": "^2.0.14"
|
||||
"webpack-cli": "^3.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue