Skip to content

Commit c1d143a

Browse files
fix: update frontend-platform peer dependency (#459)
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 54a879a commit c1d143a

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
@@ -66,7 +66,7 @@
6666
"react-transition-group": "4.4.5"
6767
},
6868
"peerDependencies": {
69-
"@edx/frontend-platform": "^4.0.0 || ^5.0.0 || ^6.0.0",
69+
"@edx/frontend-platform": "^7.0.0",
7070
"prop-types": "^15.5.10",
7171
"react": "^16.9.0 || ^17.0.0",
7272
"react-dom": "^16.9.0 || ^17.0.0",

0 commit comments

Comments
 (0)