From 6e4b7fe2f2a19c6967be802a96c098aa1563ba40 Mon Sep 17 00:00:00 2001 From: "Hung-Han (Henry) Chen" <1474479+chenhunghan@users.noreply.github.com> Date: Thu, 3 Dec 2020 14:39:08 +0800 Subject: [PATCH] Adding back @types/mini-css-extract-plugin @types/terser-webpack-plugin due to tsc warnings Signed-off-by: Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com> --- package.json | 2 ++ yarn.lock | 17 ++++++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c12e87075..613c9f0ba2 100644 --- a/package.json +++ b/package.json @@ -255,6 +255,7 @@ "@types/lodash": "^4.14.155", "@types/marked": "^0.7.4", "@types/md5-file": "^4.0.2", + "@types/mini-css-extract-plugin": "^1.2.1", "@types/mock-fs": "^4.10.0", "@types/module-alias": "^2.0.0", "@types/node": "^12.12.45", @@ -276,6 +277,7 @@ "@types/tar": "^4.0.4", "@types/tcp-port-used": "^1.0.0", "@types/tempy": "^0.3.0", + "@types/terser-webpack-plugin": "^5.0.2", "@types/universal-analytics": "^0.4.4", "@types/uuid": "^8.0.0", "@types/webdriverio": "^4.13.0", diff --git a/yarn.lock b/yarn.lock index 3bc8fea795..e58cf4ee38 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1384,6 +1384,13 @@ dependencies: "@types/mime-db" "*" +"@types/mini-css-extract-plugin@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@types/mini-css-extract-plugin/-/mini-css-extract-plugin-1.2.1.tgz#f43fb28a411e89fc3c258b25d66bd9345dc71395" + integrity sha512-4/cdB1GdB9va4v/K7ivBVqNrcELjVbkgivEtqBjp/z54pqn1AYRHvQ0v97WOZgz/ilMXzG1aGM+3C1DRxp3XZw== + dependencies: + "@types/webpack" "*" + "@types/minimatch@*", "@types/minimatch@3.0.3": version "3.0.3" resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" @@ -1680,6 +1687,14 @@ dependencies: tempy "*" +"@types/terser-webpack-plugin@^5.0.2": + version "5.0.2" + resolved "https://registry.yarnpkg.com/@types/terser-webpack-plugin/-/terser-webpack-plugin-5.0.2.tgz#ebc935cfb9a0cc5ef33934ab63202e16cdf6a961" + integrity sha512-YcAT1D4gjho1jqc/gjn1ojHFtQtrGHaHPqz5nDMiN5Jj9BeigjDkS2w010PvUnPkdVY3GerDFbY62TArtDBuDQ== + dependencies: + terser "^5.3.8" + webpack "^5.1.0" + "@types/testing-library__jest-dom@^5.9.1": version "5.9.5" resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.9.5.tgz#5bf25c91ad2d7b38f264b12275e5c92a66d849b0" @@ -13529,7 +13544,7 @@ webpack-sources@^2.1.1: source-list-map "^2.0.1" source-map "^0.6.1" -webpack@^5.9.0: +webpack@^5.1.0, webpack@^5.9.0: version "5.9.0" resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.9.0.tgz#af2e9cf9d6c7867cdcf214ea3bb5eb77aece6895" integrity sha512-YnnqIV/uAS5ZrNpctSv378qV7HmbJ74DL+XfvMxzbX1bV9e7eeT6eEWU4wuUw33CNr/HspBh7R/xQlVjTEyAeA==