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

Update dependencies #105

Merged
merged 15 commits into from
Aug 22, 2023
Merged

Update dependencies #105

merged 15 commits into from
Aug 22, 2023

Conversation

Widcket
Copy link
Contributor

@Widcket Widcket commented Mar 13, 2023

Changes

This PR updates all the outdated dependencies.

@@ -20,7 +20,7 @@ const Highlight = ({ children, testId }) => {
}, []);

useEffect(() => {
codeNode && codeNode.current && hljs.highlightBlock(codeNode.current);
codeNode && codeNode.current && hljs.highlightElement(codeNode.current);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

highlightBlock was deprecated.

@@ -6,7 +6,6 @@ initFontAwesome();

afterEach(() => {
jest.clearAllMocks();
jest.restoreAllMocks();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Widcket Widcket marked this pull request as draft March 14, 2023 00:13
@stale
Copy link

stale bot commented Jun 18, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have not received a response for our team (apologies for the delay) and this is still a blocker, please reply with additional information or just a ping. Thank you for your contribution! 🙇‍♂️

@adamjmcgrath adamjmcgrath marked this pull request as ready for review August 22, 2023 13:57
@adamjmcgrath adamjmcgrath requested a review from a team as a code owner August 22, 2023 13:57
@adamjmcgrath adamjmcgrath merged commit 860157f into main Aug 22, 2023
4 checks passed
@adamjmcgrath adamjmcgrath deleted the chore/update-deps branch August 22, 2023 13:58
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.

None yet

2 participants