Skip to content

Commit

Permalink
feat: update peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
leangseu-edx committed Jul 19, 2022
1 parent 607257f commit bf1373b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@
},
"peerDependencies": {
"@edx/frontend-platform": "^2.4.0",
"@edx/paragon": "^19.9.0 || ^20.0.0",
"prop-types": "^15.7.0",
"react": "^16.9.0",
"react-dom": "^16.9.0"
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0"
}
}

0 comments on commit bf1373b

Please sign in to comment.