Skip to content

Commit

Permalink
refactor(@angular/cli): remove debug package from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Oct 11, 2022
1 parent 124be1c commit 5228c23
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -99,7 +99,6 @@
"@types/babel__template": "7.4.1",
"@types/browserslist": "^4.15.0",
"@types/cacache": "^15.0.0",
"@types/debug": "^4.1.2",
"@types/express": "^4.16.0",
"@types/glob": "^8.0.0",
"@types/http-proxy": "^1.17.4",
Expand Down
1 change: 0 additions & 1 deletion packages/angular/cli/BUILD.bazel
Expand Up @@ -56,7 +56,6 @@ ts_library(
"//packages/angular_devkit/schematics/tasks",
"//packages/angular_devkit/schematics/tools",
"@npm//@angular/core",
"@npm//@types/debug",
"@npm//@types/ini",
"@npm//@types/inquirer",
"@npm//@types/node",
Expand Down
1 change: 0 additions & 1 deletion packages/angular/cli/package.json
Expand Up @@ -28,7 +28,6 @@
"@schematics/angular": "0.0.0-PLACEHOLDER",
"@yarnpkg/lockfile": "1.1.0",
"ansi-colors": "4.1.3",
"debug": "4.3.4",
"ini": "3.0.1",
"inquirer": "8.2.4",
"jsonc-parser": "3.2.0",
Expand Down
12 changes: 0 additions & 12 deletions yarn.lock
Expand Up @@ -2071,13 +2071,6 @@
resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.12.tgz#6b2c510a7ad7039e98e7b8d3d6598f4359e5c080"
integrity sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==

"@types/debug@^4.1.2":
version "4.1.7"
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.7.tgz#7cc0ea761509124709b8b2d1090d8f6c17aadb82"
integrity sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==
dependencies:
"@types/ms" "*"

"@types/eslint-scope@^3.7.3":
version "3.7.4"
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.4.tgz#37fc1223f0786c39627068a12e94d6e6fc61de16"
Expand Down Expand Up @@ -2223,11 +2216,6 @@
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==

"@types/ms@*":
version "0.7.31"
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==

"@types/node-fetch@*", "@types/node-fetch@^2.1.6":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.2.tgz#d1a9c5fd049d9415dce61571557104dec3ec81da"
Expand Down

0 comments on commit 5228c23

Please sign in to comment.