Skip to content

Commit c155686

Browse files
authored
fix: updated peerDependency for prop-type to resolve dependency conflicts with plugin-framework (#693)
1 parent 768eb69 commit c155686

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
@@ -77,7 +77,7 @@
7777
"peerDependencies": {
7878
"@openedx/frontend-build": ">= 14.0.0",
7979
"@openedx/paragon": ">= 21.5.7 < 23.0.0",
80-
"prop-types": "^15.7.2",
80+
"prop-types": ">=15.7.2 <16.0.0",
8181
"react": "^16.9.0 || ^17.0.0",
8282
"react-dom": "^16.9.0 || ^17.0.0",
8383
"react-redux": "^7.1.1 || ^8.1.1",

0 commit comments

Comments
 (0)