aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/package.json1
-rw-r--r--client/webpack/webpack.video-embed.js1
-rw-r--r--client/yarn.lock2
3 files changed, 2 insertions, 2 deletions
diff --git a/client/package.json b/client/package.json
index bf7ef3639..7482b15eb 100644
--- a/client/package.json
+++ b/client/package.json
@@ -126,7 +126,6 @@
126 "stream-http": "^3.0.0", 126 "stream-http": "^3.0.0",
127 "stylelint": "^14.9.1", 127 "stylelint": "^14.9.1",
128 "stylelint-config-sass-guidelines": "^9.0.1", 128 "stylelint-config-sass-guidelines": "^9.0.1",
129 "terser-webpack-plugin": "^5.3.3",
130 "ts-loader": "^9.3.0", 129 "ts-loader": "^9.3.0",
131 "tslib": "^2.4.0", 130 "tslib": "^2.4.0",
132 "typescript": "~4.7.3", 131 "typescript": "~4.7.3",
diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js
index 13bcf9717..f5c75dd47 100644
--- a/client/webpack/webpack.video-embed.js
+++ b/client/webpack/webpack.video-embed.js
@@ -188,6 +188,7 @@ module.exports = function () {
188 ecma: 6, 188 ecma: 6,
189 warnings: false, 189 warnings: false,
190 ie8: false, 190 ie8: false,
191 safari10: true,
191 mangle: true, 192 mangle: true,
192 compress: { 193 compress: {
193 passes: 3, 194 passes: 3,
diff --git a/client/yarn.lock b/client/yarn.lock
index 590c3128a..e8ba39029 100644
--- a/client/yarn.lock
+++ b/client/yarn.lock
@@ -10902,7 +10902,7 @@ temp-fs@^0.9.9:
10902 dependencies: 10902 dependencies:
10903 rimraf "~2.5.2" 10903 rimraf "~2.5.2"
10904 10904
10905terser-webpack-plugin@^5.1.3, terser-webpack-plugin@^5.3.3: 10905terser-webpack-plugin@^5.1.3:
10906 version "5.3.3" 10906 version "5.3.3"
10907 resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.3.tgz#8033db876dd5875487213e87c627bca323e5ed90" 10907 resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.3.tgz#8033db876dd5875487213e87c627bca323e5ed90"
10908 integrity sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ== 10908 integrity sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ==