Skip to content

Commit

Permalink
fix: update frontend-platform peer dependency
Browse files Browse the repository at this point in the history
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
  • Loading branch information
brian-smith-tcril committed Jan 18, 2024
1 parent 6cf8bf3 commit f4538ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"lodash": "^4.17.21"
},
"peerDependencies": {
"@edx/frontend-platform": "^4.0.0 || ^5.0.0 || ^6.0.0",
"@edx/frontend-platform": "^7.0.0",
"@openedx/paragon": ">= 21.11.3 < 22.0.0",
"prop-types": "^15.5.10",
"react": "^16.9.0 || ^17.0.0",
Expand Down

0 comments on commit f4538ab

Please sign in to comment.