From 23444897ada384aac8a5098e63dcee4ff283cf33 Mon Sep 17 00:00:00 2001 From: Saleem Latif Date: Fri, 22 Mar 2024 12:18:45 +0500 Subject: [PATCH] fix: Added atlas as a dependency --- package-lock.json | 9 +++++++++ package.json | 1 + src/i18n/index.js | 6 +----- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 104b403d0c..9e7ad7f096 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,6 +17,7 @@ "@edx/frontend-enterprise-logistration": "4.0.0", "@edx/frontend-enterprise-utils": "4.0.0", "@edx/frontend-platform": "5.6.1", + "@edx/openedx-atlas": "^0.6.0", "@edx/paragon": "20.46.3", "@tanstack/react-query": "4.36.1", "@tanstack/react-query-devtools": "4.36.1", @@ -4081,6 +4082,14 @@ "@newrelic/publish-sourcemap": "^5.0.1" } }, + "node_modules/@edx/openedx-atlas": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@edx/openedx-atlas/-/openedx-atlas-0.6.0.tgz", + "integrity": "sha512-wZO7hA4VJ/bXjaQNNR7KXGYyTCNs1mBJd3HwQK2EmOwFZYFNX6nzSAm9S7HCfi/kb1PCRpmp3wJt+v/Eu9BEQg==", + "bin": { + "atlas": "atlas" + } + }, "node_modules/@edx/paragon": { "version": "20.46.3", "license": "Apache-2.0", diff --git a/package.json b/package.json index e128636335..4734e8b8fc 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "@edx/frontend-enterprise-logistration": "4.0.0", "@edx/frontend-enterprise-utils": "4.0.0", "@edx/frontend-platform": "5.6.1", + "@edx/openedx-atlas": "^0.6.0", "@edx/paragon": "20.46.3", "@tanstack/react-query": "4.36.1", "@tanstack/react-query-devtools": "4.36.1", diff --git a/src/i18n/index.js b/src/i18n/index.js index 35b84f2604..d6d1738de6 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -1,5 +1 @@ -import { messages as paragonMessages } from '@edx/paragon'; - -export default [ - paragonMessages, -]; +export default [];