fix(deps)!: support paragon and frontend-build in openedx scope (#457)

BREAKING CHANGE: frontend-platform peer dependency updated to ^7.0.1
BREAKING CHANGE: @edx/paragon peer dependency updated to @openedx/paragon
This commit is contained in:
Brian Smith
2024-02-09 14:41:16 -05:00
committed by GitHub
parent 62bff35fcd
commit f33a3b5521
117 changed files with 11033 additions and 14382 deletions

View File

@@ -7,7 +7,7 @@ import {
intlShape,
} from '@edx/frontend-platform/i18n';
import { Button } from '@edx/paragon';
import { Button } from '@openedx/paragon';
import messages from './messages';
import hooks from './hooks';
import BaseModal from '../BaseModal';