Skip to content

Commit

Permalink
chore!: update 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
BREAKING CHANGE: consuming applications must now install `frontend-build` from the `@openedx` scope, `frontend-build` installed from the `@edx` scope will no longer satisfy the peer dependency
  • Loading branch information
brian-smith-tcril committed Jan 16, 2024
1 parent 7a28aec commit 199a4b5
Show file tree
Hide file tree
Showing 8 changed files with 2,832 additions and 2,766 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// eslint-disable-next-line import/no-extraneous-dependencies
const { getBaseConfig } = require('@edx/frontend-build');
const { getBaseConfig } = require('@openedx/frontend-build');

const config = getBaseConfig('eslint');

Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const { createConfig } = require('@edx/frontend-build');
const { createConfig } = require('@openedx/frontend-build');

module.exports = createConfig('babel-preserve-modules');
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";
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { createConfig } = require('@edx/frontend-build');
const { createConfig } = require('@openedx/frontend-build');

module.exports = createConfig('jest', {
setupFilesAfterEnv: [
Expand Down
Loading

0 comments on commit 199a4b5

Please sign in to comment.