From 6bb07c9cceb5c875f8a45ea32a1f165caef7c050 Mon Sep 17 00:00:00 2001 From: Mashal Malik <107556986+Mashal-m@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:47:27 +0500 Subject: [PATCH] fix: Add frontend-build 12.9.0-alpha.1 in peer dep (#529) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 07f84da2a..57b049010 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "universal-cookie": "4.0.4" }, "peerDependencies": { - "@edx/frontend-build": ">= 8.1.0", + "@edx/frontend-build": ">= 8.1.0 || ^12.9.0-alpha.1", "@edx/paragon": ">= 10.0.0 < 21.0.0", "prop-types": "^15.7.2", "react": "^16.9.0 || ^17.0.0",