@commercetools-frontend/mc-html-template 20.12.1 → 20.12.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,7 +5,7 @@ const fs = require('fs');
|
|
|
5
5
|
|
|
6
6
|
const path = require('path');
|
|
7
7
|
|
|
8
|
-
const uglify = require('uglify-
|
|
8
|
+
const uglify = require('uglify-js');
|
|
9
9
|
|
|
10
10
|
const loadScriptAsString = fileName => {
|
|
11
11
|
const content = fs.readFileSync(path.join(__dirname, '../html-scripts', fileName), {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/mc-html-template",
|
|
3
|
-
"version": "20.12.
|
|
3
|
+
"version": "20.12.3",
|
|
4
4
|
"description": "Everything related to render the index.html for a MC application",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
"build:bundles:watch": "yarn build -w"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@babel/runtime": "7.16.
|
|
33
|
-
"@babel/runtime-corejs3": "7.16.
|
|
34
|
-
"@commercetools-frontend/application-config": "20.12.
|
|
35
|
-
"@commercetools-frontend/constants": "20.12.
|
|
36
|
-
"core-js": "3.
|
|
32
|
+
"@babel/runtime": "7.16.5",
|
|
33
|
+
"@babel/runtime-corejs3": "7.16.5",
|
|
34
|
+
"@commercetools-frontend/application-config": "20.12.3",
|
|
35
|
+
"@commercetools-frontend/constants": "20.12.3",
|
|
36
|
+
"core-js": "3.20.0",
|
|
37
37
|
"serialize-javascript": "6.0.0",
|
|
38
|
-
"uglify-
|
|
38
|
+
"uglify-js": "3.14.5",
|
|
39
39
|
"uglifycss": "0.0.29"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@babel/plugin-transform-runtime": "7.16.
|
|
43
|
-
"@babel/preset-env": "7.16.
|
|
42
|
+
"@babel/plugin-transform-runtime": "7.16.5",
|
|
43
|
+
"@babel/preset-env": "7.16.5",
|
|
44
44
|
"rimraf": "3.0.2"
|
|
45
45
|
},
|
|
46
46
|
"engines": {
|