Skip to content

Commit 21fc2cc

Browse files
fix: treat @openedx/frontend-build as an optional peerDep to avoid direct dep
1 parent 455c45e commit 21fc2cc

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

package-lock.json

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@edx/frontend-platform",
3-
"version": "1.0.0-semantically-released",
2+
"name": "@adamstankiewicz/openedx-frontend-platform",
3+
"version": "8.3.6",
44
"description": "Foundational application framework for Open edX micro-frontend applications.",
55
"main": "index.js",
66
"publishConfig": {
@@ -84,5 +84,11 @@
8484
"react-redux": "^7.1.1 || ^8.1.1",
8585
"react-router-dom": "^6.0.0",
8686
"redux": "^4.0.4"
87+
},
88+
"peerDependenciesMeta": {
89+
"@openedx/frontend-build": {
90+
"optional": true,
91+
"reason": "This package is only a peer dependency to ensure using a compatible version that provides env.config and PARAGON_THEME support. It is not needed at runtime, and may be omitted with `--omit=optional`."
92+
}
8793
}
8894
}

0 commit comments

Comments
 (0)