Skip to content

Commit

Permalink
fix: be explicit about max paragon version supported
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com>
  • Loading branch information
adamstankiewicz and brian-smith-tcril authored Jan 19, 2024
1 parent ae3f6a3 commit 2ba7600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"peerDependencies": {
"@openedx/frontend-build": ">= 13.0.15",
"@openedx/paragon": ">= 21.5.7",
"@openedx/paragon": ">= 21.5.7 < 23.0.0",
"prop-types": "^15.7.2",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0",
Expand Down

0 comments on commit 2ba7600

Please sign in to comment.