Skip to content

Commit 8ae9a9c

Browse files
chore(deps): update paragon and frontend-build to openedx scope
1 parent 815ddbe commit 8ae9a9c

217 files changed

Lines changed: 9350 additions & 16292 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// eslint-disable-next-line import/no-extraneous-dependencies
2-
const { createConfig } = require('@edx/frontend-build');
2+
const { createConfig } = require('@openedx/frontend-build');
33

44
module.exports = createConfig(
55
'eslint',

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { createConfig } = require('@edx/frontend-build');
1+
const { createConfig } = require('@openedx/frontend-build');
22

33
module.exports = createConfig('jest', {
44
setupFilesAfterEnv: [

package-lock.json

Lines changed: 9041 additions & 15984 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
"dependencies": {
3939
"@dnd-kit/sortable": "^8.0.0",
4040
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
41-
"@edx/frontend-component-ai-translations": "^1.4.0",
42-
"@edx/frontend-component-footer": "^12.3.0",
43-
"@edx/frontend-component-header": "^4.7.0",
41+
"@edx/frontend-component-ai-translations": "github:brian-smith-tcril/frontend-component-ai-translations#build-paragon-scope-dist",
42+
"@edx/frontend-component-footer": "^13.0.2",
43+
"@edx/frontend-component-header": "^5.0.2",
4444
"@edx/frontend-enterprise-hotjar": "^2.0.0",
45-
"@edx/frontend-lib-content-components": "^1.178.2",
46-
"@edx/frontend-platform": "5.6.1",
45+
"@edx/frontend-lib-content-components": "github:brian-smith-tcril/frontend-lib-content-components#paragon-scope-dist",
46+
"@edx/frontend-platform": "7.0.1",
4747
"@edx/openedx-atlas": "^0.6.0",
48-
"@edx/paragon": "^21.5.6",
48+
"@openedx/paragon": "^22.0.0",
4949
"@fortawesome/fontawesome-svg-core": "1.2.36",
5050
"@fortawesome/free-brands-svg-icons": "5.15.4",
5151
"@fortawesome/free-regular-svg-icons": "5.15.4",
@@ -81,15 +81,16 @@
8181
},
8282
"devDependencies": {
8383
"@edx/browserslist-config": "1.2.0",
84-
"@edx/frontend-build": "13.0.5",
85-
"@edx/react-unit-test-utils": "^1.7.0",
84+
"@openedx/frontend-build": "13.0.27",
85+
"@edx/react-unit-test-utils": "^2.0.0",
8686
"@edx/reactifex": "^1.0.3",
87-
"@edx/stylelint-config-edx": "^2.3.0",
87+
"@edx/stylelint-config-edx": "2.3.0",
8888
"@edx/typescript-config": "^1.0.1",
8989
"@testing-library/jest-dom": "5.17.0",
9090
"@testing-library/react": "12.1.5",
9191
"@testing-library/react-hooks": "^8.0.1",
9292
"@testing-library/user-event": "^13.2.1",
93+
"axios": "^0.27.2",
9394
"axios-mock-adapter": "1.22.0",
9495
"glob": "7.2.3",
9596
"husky": "7.0.4",

src/advanced-settings/AdvancedSettings.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import PropTypes from 'prop-types';
33
import { useDispatch, useSelector } from 'react-redux';
44
import {
55
Container, Button, Layout, StatefulButton, TransitionReplace,
6-
} from '@edx/paragon';
7-
import { CheckCircle, Info, Warning } from '@edx/paragon/icons';
6+
} from '@openedx/paragon';
7+
import { CheckCircle, Info, Warning } from '@openedx/paragon/icons';
88
import { FormattedMessage, injectIntl, intlShape } from '@edx/frontend-platform/i18n';
99
import Placeholder from '@edx/frontend-lib-content-components';
1010

src/advanced-settings/modal-error/ModalError.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import PropTypes from 'prop-types';
3-
import { ActionRow, AlertModal, Button } from '@edx/paragon';
3+
import { ActionRow, AlertModal, Button } from '@openedx/paragon';
44
import { FormattedMessage, injectIntl, intlShape } from '@edx/frontend-platform/i18n';
55

66
import ModalErrorListItem from './ModalErrorListItem';

src/advanced-settings/modal-error/ModalErrorListItem.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import PropTypes from 'prop-types';
3-
import { Alert, Icon } from '@edx/paragon';
4-
import { Error } from '@edx/paragon/icons';
3+
import { Alert, Icon } from '@openedx/paragon';
4+
import { Error } from '@openedx/paragon/icons';
55
import { capitalize } from 'lodash';
66

77
import { transformKeysToCamelCase } from '../../utils';

src/advanced-settings/setting-card/SettingCard.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import {
77
IconButton,
88
ModalPopup,
99
useToggle,
10-
} from '@edx/paragon';
11-
import { InfoOutline, Warning } from '@edx/paragon/icons';
10+
} from '@openedx/paragon';
11+
import { InfoOutline, Warning } from '@openedx/paragon/icons';
1212
import PropTypes from 'prop-types';
1313
import { capitalize } from 'lodash';
1414
import { injectIntl, intlShape } from '@edx/frontend-platform/i18n';

src/content-tags-drawer/ContentTagsCollapsible.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
ModalPopup,
99
useToggle,
1010
SearchField,
11-
} from '@edx/paragon';
11+
} from '@openedx/paragon';
1212
import PropTypes from 'prop-types';
1313
import classNames from 'classnames';
1414
import { useIntl, FormattedMessage } from '@edx/frontend-platform/i18n';

src/content-tags-drawer/ContentTagsCollapsibleHelper.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @ts-check
22
import React from 'react';
3-
import { useCheckboxSetValues } from '@edx/paragon';
3+
import { useCheckboxSetValues } from '@openedx/paragon';
44
import { cloneDeep } from 'lodash';
55

66
import { useContentTaxonomyTagsUpdater } from './data/apiHooks';

0 commit comments

Comments
 (0)