Skip to content

Commit

Permalink
chore: update peer dependency requirement for @edx/frontend-platform (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
long74100 authored Jun 17, 2022
1 parent 10a83eb commit ad548b7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions 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 packages/catalog-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"react-test-renderer": "16.14.0"
},
"peerDependencies": {
"@edx/frontend-platform": "^1.9.6",
"@edx/frontend-platform": "^1.9.6 || ^2.0.0",
"@edx/paragon": "^19.15.0",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/logistration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react-test-renderer": "16.12.0"
},
"peerDependencies": {
"@edx/frontend-platform": "^1.9.6",
"@edx/frontend-platform": "^1.9.6 || ^2.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"react-test-renderer": "16.14.0"
},
"peerDependencies": {
"@edx/frontend-platform": "^1.9.6",
"@edx/frontend-platform": "^1.9.6 || ^2.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.2.0"
Expand Down

0 comments on commit ad548b7

Please sign in to comment.