From dcce07694221439c243d2a10340b547bbc402ab7 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:07 -0500 Subject: [PATCH] fix: update frontend-platform peer dependency (#399) 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 eb872eb1..61fcc376 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "semantic-release": "21.1.2" }, "peerDependencies": { - "@edx/frontend-platform": "^4.0.0 || ^5.0.0 || ^6.0.0", + "@edx/frontend-platform": "^7.0.0", "@openedx/paragon": ">= 21.11.3 < 22.0.0", "prop-types": "^15.5.10", "react": "^16.9.0 || ^17.0.0", diff --git a/package.json b/package.json index 33147515..19e204e1 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "lodash": "^4.17.21" }, "peerDependencies": { - "@edx/frontend-platform": "^4.0.0 || ^5.0.0 || ^6.0.0", + "@edx/frontend-platform": "^7.0.0", "@openedx/paragon": ">= 21.11.3 < 22.0.0", "prop-types": "^15.5.10", "react": "^16.9.0 || ^17.0.0",