Skip to content

Commit

Permalink
chore!: update paragon dependencies to use @openedx scope
Browse files Browse the repository at this point in the history
BREAKING CHANGE: consuming applications must now install paragon from the @openedx scope, paragon installed from the @edx scope will no longer satisfy the peer dependency
  • Loading branch information
brian-smith-tcril committed Jan 12, 2024
1 parent 7a28aec commit 47dfb3e
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 90 deletions.
2 changes: 1 addition & 1 deletion example/index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "@edx/brand/paragon/fonts";
@import "@edx/brand/paragon/variables";
@import "@edx/paragon/scss/core/core";
@import "@openedx/paragon/scss/core/core";
@import "@edx/brand/paragon/overrides";
214 changes: 128 additions & 86 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/browserslist-config": "1.2.0",
"@edx/frontend-build": "13.0.14",
"@edx/paragon": "21.5.6",
"@openedx/paragon": "21.13.1",
"@testing-library/jest-dom": "6.2.0",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "^8.0.1",
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"peerDependencies": {
"@edx/frontend-build": ">= 8.1.0 || ^12.9.0-alpha.1",
"@edx/paragon": ">= 10.0.0 < 22.0.0",
"@openedx/paragon": ">= 10.0.0 < 22.0.0",
"prop-types": "^15.7.2",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/react/ErrorPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useState } from 'react';
import PropTypes from 'prop-types';
import {
Button, Container, Row, Col,
} from '@edx/paragon';
} from '@openedx/paragon';

import { useAppEvent } from './hooks';
import {
Expand Down

0 comments on commit 47dfb3e

Please sign in to comment.