diff --git a/package-lock.json b/package-lock.json index ff2bc55..e6f762e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "redux-saga": "1.2.3" }, "peerDependencies": { - "@edx/frontend-platform": "5.0.0", + "@edx/frontend-platform": "^4.0.0 || ^5.0.0", "prop-types": "^15.5.10", "react": "^16.9.0 || ^17.0.0", "react-dom": "^16.9.0 || ^17.0.0" diff --git a/package.json b/package.json index 50a26fd..5f3d318 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "react-transition-group": "4.4.5" }, "peerDependencies": { - "@edx/frontend-platform": "^5.0.0", + "@edx/frontend-platform": "^4.0.0 || ^5.0.0", "prop-types": "^15.5.10", "react": "^16.9.0 || ^17.0.0", "react-dom": "^16.9.0 || ^17.0.0"