Skip to content

Commit 403b9c8

Browse files
committed
maint(Build): Use Underscore version 1.13.3 for module federation config.
1 parent e8f02b4 commit 403b9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack/webpack.mf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function shared_from_dependencies(...dependencies) {
2626
};
2727
if (name === "underscore") {
2828
// Underscore, for some reason, needs to have the version set explicitly
29-
shared[name].requiredVersion = "1.13.2";
29+
shared[name].requiredVersion = "1.13.3";
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)