Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update dependencies and replace SCSS variables with CSS #2

Open
wants to merge 7 commits into
base: rg-release/redwood.master
Choose a base branch
from

Conversation

ihor-romaniuk
Copy link
Collaborator

Description:

  • update dependencies and replace SCSS variables with CSS

@ihor-romaniuk ihor-romaniuk marked this pull request as ready for review January 8, 2025 08:12
@ihor-romaniuk ihor-romaniuk force-pushed the rg-dev/redwood.master branch from a46140b to a93acc5 Compare January 8, 2025 08:16
src/index.jsx Outdated
@@ -11,7 +11,7 @@ import ReactDOM from 'react-dom';
import { Route, Routes, Outlet } from 'react-router-dom';

import Header from '@edx/frontend-component-header';
import { FooterSlot } from '@edx/frontend-component-footer';
import Footer from '@edx/frontend-component-footer';
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is necessary to return the ability to use FooterSlot

brian-smith-tcril and others added 4 commits January 9, 2025 13:34
The previous version of `frontend-slot-footer` had a peer dependency of `^14.0.0`, which caused problems for some methods of installing forked footers. This updates to a version of `frontend-slot-footer` that allows for *any* version of `frontend-component-footer` in the peer dependency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants