From dbb49882782d0c0a75b0e6c5767cc7d4fa15f922 Mon Sep 17 00:00:00 2001 From: Phillip Barta Date: Thu, 10 Mar 2022 18:06:57 +0100 Subject: [PATCH] feat(web): update license-webpack-plugin to improve performance (#9058) --- package.json | 2 +- packages/node/package.json | 2 +- packages/web/package.json | 2 +- yarn.lock | 7 +++++++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b99fb455cde81..45830c8482ffa 100644 --- a/package.json +++ b/package.json @@ -181,7 +181,7 @@ "kill-port": "^1.6.1", "less": "3.12.2", "less-loader": "^10.1.0", - "license-webpack-plugin": "4.0.0", + "license-webpack-plugin": "^4.0.2", "loader-utils": "1.2.3", "memfs": "^3.0.1", "metro-resolver": "^0.67.0", diff --git a/packages/node/package.json b/packages/node/package.json index 6ad82fbc586d2..4db550f69bc4e 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -41,7 +41,7 @@ "fork-ts-checker-webpack-plugin": "6.2.10", "fs-extra": "^9.1.0", "glob": "7.1.4", - "license-webpack-plugin": "4.0.0", + "license-webpack-plugin": "^4.0.2", "rxjs": "^6.5.4", "source-map-support": "0.5.19", "tree-kill": "1.2.2", diff --git a/packages/web/package.json b/packages/web/package.json index 8b7a437975d77..4a295d3ac2cdc 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -72,7 +72,7 @@ "identity-obj-proxy": "3.0.0", "less": "3.12.2", "less-loader": "^10.1.0", - "license-webpack-plugin": "4.0.0", + "license-webpack-plugin": "^4.0.2", "loader-utils": "1.2.3", "mini-css-extract-plugin": "~2.4.7", "parse5": "4.0.0", diff --git a/yarn.lock b/yarn.lock index 45769845189bf..62e6eeea92d7e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16269,6 +16269,13 @@ license-webpack-plugin@4.0.0: dependencies: webpack-sources "^3.0.0" +license-webpack-plugin@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-4.0.2.tgz#1e18442ed20b754b82f1adeff42249b81d11aec6" + integrity sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw== + dependencies: + webpack-sources "^3.0.0" + lie@~3.3.0: version "3.3.0" resolved "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz"