From c1d143ace20558f2e6cdfc19d13c20f51b06df88 Mon Sep 17 00:00:00 2001 From: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:59:14 -0500 Subject: [PATCH] fix: update frontend-platform peer dependency (#459) This updates the `frontend-platform` peer dependency to require a version that has paragon in the `openedx` scope as a peer dependency, as opposed to the `edx` scope --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index acaceff4b..39418401b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "redux-saga": "1.3.0" }, "peerDependencies": { - "@edx/frontend-platform": "^4.0.0 || ^5.0.0 || ^6.0.0", + "@edx/frontend-platform": "^7.0.0", "@openedx/paragon": ">= 21.5.7 < 22.0.0", "prop-types": "^15.5.10", "react": "^16.9.0 || ^17.0.0", diff --git a/package.json b/package.json index ea6efc59b..ce87ab8b5 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "react-transition-group": "4.4.5" }, "peerDependencies": { - "@edx/frontend-platform": "^4.0.0 || ^5.0.0 || ^6.0.0", + "@edx/frontend-platform": "^7.0.0", "prop-types": "^15.5.10", "react": "^16.9.0 || ^17.0.0", "react-dom": "^16.9.0 || ^17.0.0",