Skip to content

Commit 1a1ac5a

Browse files
committed
Webpack 5.102.0
1 parent 73fc480 commit 1a1ac5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-logic/wrappersbuild/src/main/kotlin/wrappersbuild.tools-root-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ plugins.withType<WasmNodeJsRootPlugin> {
3131

3232
fun NpmVersions.configureVersions() {
3333
// https://www.npmjs.com/package/webpack
34-
webpack.version = "5.101.3"
34+
webpack.version = "5.102.0"
3535

3636
// https://www.npmjs.com/package/webpack-cli
3737
webpackCli.version = "6.0.1"

examples/build-logic/src/main/kotlin/examplesbuild.tools-root-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ plugins.withType<WasmNodeJsRootPlugin> {
2727

2828
fun NpmVersions.configureVersions() {
2929
// https://www.npmjs.com/package/webpack
30-
webpack.version = "5.101.3"
30+
webpack.version = "5.102.0"
3131

3232
// https://www.npmjs.com/package/webpack-cli
3333
webpackCli.version = "6.0.1"

0 commit comments

Comments
 (0)