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

package.json: ipaddr.js is a runtime dependency #1978

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

jelly
Copy link
Member

@jelly jelly commented Jan 16, 2025

This was wrongly added as devDependencies while it is a runtime dependency.


src/components/networks/utils.js:import * as ipaddr from "ipaddr.js";

This was wrongly added as devDependencies while it is a runtime
dependency.
@jelly jelly requested a review from martinpitt January 16, 2025 10:49
Copy link
Member

@martinpitt martinpitt left a comment

Choose a reason for hiding this comment

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

Oops, thanks for spotting!

@jelly jelly merged commit fda7ae5 into cockpit-project:main Jan 16, 2025
28 checks passed
@jelly jelly deleted the ipaddr.js-runtime-dep branch January 16, 2025 12:25
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