From 8fc067e64f74aa4c4f331b93006632c73a2cf7b8 Mon Sep 17 00:00:00 2001 From: Awais Ansari <79941147+awais-ansari@users.noreply.github.com> Date: Tue, 12 Apr 2022 02:54:09 +0500 Subject: [PATCH] chore: add @edx/frontend-build in project dependency (#122) --- package-lock.json | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/package-lock.json b/package-lock.json index 29784122..4f4b1507 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "license": "AGPL-3.0", "dependencies": { "@edx/brand": "npm:@edx/brand-openedx@1.1.0", + "@edx/frontend-build": "9.1.2", "@edx/frontend-platform": "1.15.4", "@edx/paragon": "19.10.1", "@reduxjs/toolkit": "1.8.0", diff --git a/package.json b/package.json index 18a26e3f..821784c3 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "url": "https://github.com/edx/frontend-app-discussions/issues" }, "dependencies": { + "@edx/frontend-build": "9.1.2", "@edx/brand": "npm:@edx/brand-openedx@1.1.0", "@edx/frontend-platform": "1.15.4", "@edx/paragon": "19.10.1",