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

fix: bump up html-dom-parser to handle carriage return #1617

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
],
"dependencies": {
"domhandler": "5.0.3",
"html-dom-parser": "5.0.10",
"html-dom-parser": "5.0.11",
Copy link
Owner

Choose a reason for hiding this comment

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

Don't forget to update package-lock.json as well

Copy link
Owner

@remarkablemark remarkablemark Dec 4, 2024

Choose a reason for hiding this comment

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

@kingflamez the html-dom-parser package has been released:

After updating the lockfile, could I get your help in adding a test?

Copy link
Owner

Choose a reason for hiding this comment

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

Heads up, I'll be merging #1623 so we can close this PR. Thanks for your help on this!

"react-property": "2.0.2",
"style-to-js": "1.1.16"
},
Expand Down
Loading