Skip to content

Commit

Permalink
fix: updated peerDependency for prop-type to resolve dependency confl…
Browse files Browse the repository at this point in the history
…icts with plugin-framework (#693)
  • Loading branch information
BilalQamar95 authored May 17, 2024
1 parent 768eb69 commit c155686
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 @@ -77,7 +77,7 @@
"peerDependencies": {
"@openedx/frontend-build": ">= 14.0.0",
"@openedx/paragon": ">= 21.5.7 < 23.0.0",
"prop-types": "^15.7.2",
"prop-types": ">=15.7.2 <16.0.0",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0",
"react-redux": "^7.1.1 || ^8.1.1",
Expand Down

0 comments on commit c155686

Please sign in to comment.