@commercetools-frontend/mc-html-template 22.22.0 → 22.23.1
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.
|
@@ -136,7 +136,6 @@ const processHeaders = applicationConfig => {
|
|
|
136
136
|
// TODO: enable this once we can avoid unsafe-inline
|
|
137
137
|
// htmlStylesHashes.map(assetHash => `'${assetHash}'`)
|
|
138
138
|
),
|
|
139
|
-
|
|
140
139
|
'font-src': ["'self'", 'fonts.gstatic.com', 'data:'],
|
|
141
140
|
// Required for Custom Views
|
|
142
141
|
'frame-src': ["'self'"]
|
|
@@ -136,7 +136,6 @@ const processHeaders = applicationConfig => {
|
|
|
136
136
|
// TODO: enable this once we can avoid unsafe-inline
|
|
137
137
|
// htmlStylesHashes.map(assetHash => `'${assetHash}'`)
|
|
138
138
|
),
|
|
139
|
-
|
|
140
139
|
'font-src': ["'self'", 'fonts.gstatic.com', 'data:'],
|
|
141
140
|
// Required for Custom Views
|
|
142
141
|
'frame-src': ["'self'"]
|
|
@@ -112,7 +112,6 @@ const processHeaders = applicationConfig => {
|
|
|
112
112
|
// TODO: enable this once we can avoid unsafe-inline
|
|
113
113
|
// htmlStylesHashes.map(assetHash => `'${assetHash}'`)
|
|
114
114
|
),
|
|
115
|
-
|
|
116
115
|
'font-src': ["'self'", 'fonts.gstatic.com', 'data:'],
|
|
117
116
|
// Required for Custom Views
|
|
118
117
|
'frame-src': ["'self'"]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/mc-html-template",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.23.1",
|
|
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": {
|
|
@@ -38,17 +38,17 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@babel/runtime": "^7.22.15",
|
|
40
40
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
41
|
-
"@commercetools-frontend/application-config": "22.
|
|
42
|
-
"@commercetools-frontend/constants": "22.
|
|
43
|
-
"serialize-javascript": "6.0.
|
|
41
|
+
"@commercetools-frontend/application-config": "22.23.1",
|
|
42
|
+
"@commercetools-frontend/constants": "22.23.1",
|
|
43
|
+
"serialize-javascript": "6.0.2",
|
|
44
44
|
"uglify-js": "3.17.4",
|
|
45
45
|
"uglifycss": "0.0.29"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@tsconfig/node16": "^16.1.1",
|
|
49
49
|
"@types/serialize-javascript": "^5.0.2",
|
|
50
|
-
"html-webpack-plugin": "5.
|
|
51
|
-
"webpack": "5.
|
|
50
|
+
"html-webpack-plugin": "5.6.0",
|
|
51
|
+
"webpack": "5.91.0"
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|
|
54
54
|
"node": "16.x || >=18.0.0"
|