@openedx/frontend-build 15.0.0-alpha.24 → 15.0.0-alpha.26
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.
|
@@ -100,8 +100,9 @@ module.exports = merge(commonConfig, {
|
|
|
100
100
|
path.join(process.cwd(), 'node_modules'),
|
|
101
101
|
path.join(process.cwd(), 'src'),
|
|
102
102
|
],
|
|
103
|
-
//
|
|
103
|
+
// Silences compiler deprecation warnings. They mostly come from bootstrap and/or paragon.
|
|
104
104
|
quietDeps: true,
|
|
105
|
+
silenceDeprecations: ['abs-percent', 'color-functions', 'import', 'mixed-decls', 'global-builtin', 'legacy-js-api'],
|
|
105
106
|
},
|
|
106
107
|
},
|
|
107
108
|
},
|
|
@@ -64,8 +64,9 @@ function getStyleUseConfig() {
|
|
|
64
64
|
path.join(process.cwd(), 'node_modules'),
|
|
65
65
|
path.join(process.cwd(), 'src'),
|
|
66
66
|
],
|
|
67
|
-
//
|
|
67
|
+
// Silences compiler deprecation warnings. They mostly come from bootstrap and/or paragon.
|
|
68
68
|
quietDeps: true,
|
|
69
|
+
silenceDeprecations: ['abs-percent', 'color-functions', 'import', 'mixed-decls', 'global-builtin', 'legacy-js-api'],
|
|
69
70
|
},
|
|
70
71
|
},
|
|
71
72
|
},
|
|
@@ -131,8 +131,9 @@ module.exports = merge(commonConfig, {
|
|
|
131
131
|
path.join(process.cwd(), 'node_modules'),
|
|
132
132
|
path.join(process.cwd(), 'src'),
|
|
133
133
|
],
|
|
134
|
-
//
|
|
134
|
+
// Silences compiler deprecation warnings. They mostly come from bootstrap and/or paragon.
|
|
135
135
|
quietDeps: true,
|
|
136
|
+
silenceDeprecations: ['abs-percent', 'color-functions', 'import', 'mixed-decls', 'global-builtin', 'legacy-js-api'],
|
|
136
137
|
},
|
|
137
138
|
},
|
|
138
139
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openedx/frontend-build",
|
|
3
|
-
"version": "15.0.0-alpha.
|
|
3
|
+
"version": "15.0.0-alpha.26",
|
|
4
4
|
"description": "Build tools, setup and config for frontend apps",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"react-dev-utils": "12.0.1",
|
|
86
86
|
"react-refresh": "0.16.0",
|
|
87
87
|
"resolve-url-loader": "5.0.0",
|
|
88
|
-
"sass": "1.
|
|
88
|
+
"sass": "1.85.1",
|
|
89
89
|
"sass-loader": "13.3.3",
|
|
90
90
|
"sharp": "0.32.6",
|
|
91
91
|
"source-map-loader": "4.0.2",
|