Skip to content

Commit

Permalink
refactor(logging): remove dependency on get-port
Browse files Browse the repository at this point in the history
Remove the dependency on `get-port`. I forgot to remove it in #5111.
  • Loading branch information
nicojs committed Nov 11, 2024
1 parent 2d36d96 commit 05b08e3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 23 deletions.
13 changes: 0 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
"emoji-regex": "~10.4.0",
"execa": "~9.4.0",
"file-url": "~4.0.0",
"get-port": "~7.1.0",
"lodash.groupby": "~4.6.0",
"minimatch": "~9.0.5",
"mutation-testing-elements": "3.3.0",
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export * from './file-utils.js';
export * from './net-utils.js';
export * from './object-utils.js';
export * from './string-builder.js';
export * from './string-utils.js';
Expand Down
8 changes: 0 additions & 8 deletions packages/core/src/utils/net-utils.ts

This file was deleted.

0 comments on commit 05b08e3

Please sign in to comment.