@edx/frontend-platform 8.3.8 → 8.3.9

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.
Files changed (1) hide show
  1. package/package.json +7 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edx/frontend-platform",
3
- "version": "8.3.8",
3
+ "version": "8.3.9",
4
4
  "description": "Foundational application framework for Open edX micro-frontend applications.",
5
5
  "main": "index.js",
6
6
  "publishConfig": {
@@ -83,5 +83,11 @@
83
83
  "react-redux": "^7.1.1 || ^8.1.1",
84
84
  "react-router-dom": "^6.0.0",
85
85
  "redux": "^4.0.4"
86
+ },
87
+ "peerDependenciesMeta": {
88
+ "@openedx/frontend-build": {
89
+ "optional": true,
90
+ "reason": "This package is only a peer dependency to ensure using a minimum compatible version that provides env.config and PARAGON_THEME support. It is not needed at runtime, and may be omitted with `--omit=optional`."
91
+ }
86
92
  }
87
93
  }