Skip to content

Commit 46e291d

Browse files
committed
package.json: update webpack-cli to v6.0.1
Update webpack-cli from v5.1.4 to v6.0.1. This is compatible with webpack v5 and the minimum required Node.js version is 18.12.0. See: https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md
1 parent 24ca644 commit 46e291d

File tree

2 files changed

+53
-45
lines changed

2 files changed

+53
-45
lines changed

package-lock.json

Lines changed: 52 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
"ts-node": "^8.10.2",
239239
"typescript": "~5.4.5",
240240
"webpack": "^5.54.0",
241-
"webpack-cli": "^5.1.4",
241+
"webpack-cli": "^6.0.1",
242242
"webpack-dev-server": "^5.2.2"
243243
}
244244
}

0 commit comments

Comments
 (0)