Skip to content

Commit ce7a8ec

Browse files
clydindgp1130
authored andcommitted
build: remove unused dependency debug
The `debug` package is unused and has now been removed from the root `package.json`.
1 parent ea8b3fc commit ce7a8ec

File tree

3 files changed

+17
-21
lines changed

3 files changed

+17
-21
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
112112
"browserslist": "^4.21.5",
113113
"buffer": "6.0.3",
114114
"chokidar": "4.0.3",
115-
"debug": "^4.1.1",
116115
"esbuild": "0.25.1",
117116
"esbuild-wasm": "0.25.1",
118117
"eslint": "9.22.0",

packages/angular/cli/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ ts_project(
111111
":angular-cli",
112112
":node_modules/@angular-devkit/core",
113113
":node_modules/@angular-devkit/schematics",
114+
":node_modules/yargs",
114115
"//:node_modules/@types/semver",
115116
"//:node_modules/@types/yargs",
116117
"//:node_modules/semver",
117-
"//:node_modules/yargs",
118118
],
119119
)
120120

pnpm-lock.yaml

Lines changed: 16 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)