Skip to content

Commit

Permalink
Merge pull request #1187 from openedx/saleem-latif/fix-atlas-dependency
Browse files Browse the repository at this point in the history
fix: Added atlas as a dependency
  • Loading branch information
saleem-latif authored Mar 22, 2024
2 parents c7dd327 + 2344489 commit cbf66f8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
9 changes: 9 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 1 addition & 5 deletions src/i18n/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
import { messages as paragonMessages } from '@edx/paragon';

export default [
paragonMessages,
];
export default [];

0 comments on commit cbf66f8

Please sign in to comment.