@openedx/frontend-build 15.0.0-alpha.25 → 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.
@@ -102,7 +102,7 @@ module.exports = merge(commonConfig, {
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'],
105
+ silenceDeprecations: ['abs-percent', 'color-functions', 'import', 'mixed-decls', 'global-builtin', 'legacy-js-api'],
106
106
  },
107
107
  },
108
108
  },
@@ -66,7 +66,7 @@ function getStyleUseConfig() {
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'],
69
+ silenceDeprecations: ['abs-percent', 'color-functions', 'import', 'mixed-decls', 'global-builtin', 'legacy-js-api'],
70
70
  },
71
71
  },
72
72
  },
@@ -133,7 +133,7 @@ module.exports = merge(commonConfig, {
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'],
136
+ silenceDeprecations: ['abs-percent', 'color-functions', 'import', 'mixed-decls', 'global-builtin', 'legacy-js-api'],
137
137
  },
138
138
  },
139
139
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openedx/frontend-build",
3
- "version": "15.0.0-alpha.25",
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"