Skip to content

Commit dcce076

Browse files
fix: update frontend-platform peer dependency (#399)
This updates the `frontend-platform` peer dependency to require a version that has `paragon` in the `openedx` scope as a peer dependency, as opposed to the `edx` scope
1 parent 6cf8bf3 commit dcce076

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"lodash": "^4.17.21"
6262
},
6363
"peerDependencies": {
64-
"@edx/frontend-platform": "^4.0.0 || ^5.0.0 || ^6.0.0",
64+
"@edx/frontend-platform": "^7.0.0",
6565
"@openedx/paragon": ">= 21.11.3 < 22.0.0",
6666
"prop-types": "^15.5.10",
6767
"react": "^16.9.0 || ^17.0.0",

0 commit comments

Comments
 (0)