Skip to content

Commit

Permalink
feat: replaced @edx/paragon to use openedx namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 authored and GlugovGrGlib committed Sep 12, 2024
1 parent 7794a10 commit 39811d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
'./src/setupTest.js',
],
transformIgnorePatterns: [
'node_modules/(?!@edx)',
'/node_modules/(?!@(open)?edx)',
],
collectCoverage: true,
collectCoverageFrom: [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@edx/brand-edx.org": "2.0.3",
"@edx/paragon": "^20.28.4",
"@openedx/paragon": "^21.13.1",
"babel-preset-minify": "^0.5.0",
"classnames": "^2.3.1",
"identity-obj-proxy": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/CookiePolicyBanner/CookiePolicyBanner.test.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { mount } from 'enzyme';
import { StatusAlert } from '@edx/paragon';
import { StatusAlert } from '@openedx/paragon';

import CookiePolicyBanner from '.';
import {
Expand Down
2 changes: 1 addition & 1 deletion src/CookiePolicyBanner/index.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable react/no-danger */
import React, { Component } from 'react';
import { StatusAlert } from '@edx/paragon';
import { StatusAlert } from '@openedx/paragon';
import PropTypes from 'prop-types';

import {
Expand Down

0 comments on commit 39811d8

Please sign in to comment.