Skip to content

Commit 88fd140

Browse files
chore!: update dependencies to use @openedx scope (#636)
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
1 parent 556424e commit 88fd140

8 files changed

+2832
-2766
lines changed

.eslintrc.js

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

44
const config = getBaseConfig('eslint');
55

babel.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const { createConfig } = require('@edx/frontend-build');
1+
const { createConfig } = require('@openedx/frontend-build');
22

33
module.exports = createConfig('babel-preserve-modules');

example/index.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@import "@edx/brand/paragon/fonts";
22
@import "@edx/brand/paragon/variables";
3-
@import "@edx/paragon/scss/core/core";
3+
@import "@openedx/paragon/scss/core/core";
44
@import "@edx/brand/paragon/overrides";

jest.config.js

+1-1
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: [

0 commit comments

Comments
 (0)