Skip to content

Commit cca0642

Browse files
committed
build: remove unneeded root listr2 dependency
The `listr2` dependency is a package-level dependency (`@angular/cli`) and is not used at the root level of the repo.
1 parent 6d21220 commit cca0642

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119
"karma-jasmine": "~5.1.0",
120120
"karma-jasmine-html-reporter": "~2.1.0",
121121
"karma-source-map-support": "1.4.0",
122-
"listr2": "9.0.5",
123122
"lodash": "^4.17.21",
124123
"magic-string": "0.30.21",
125124
"prettier": "^3.0.0",

packages/angular/cli/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ ts_project(
6868
":node_modules/algoliasearch",
6969
":node_modules/ini",
7070
":node_modules/jsonc-parser",
71+
":node_modules/listr2",
7172
":node_modules/npm-package-arg",
7273
":node_modules/pacote",
7374
":node_modules/parse5-html-rewriting-stream",
@@ -83,7 +84,6 @@ ts_project(
8384
"//:node_modules/@types/semver",
8485
"//:node_modules/@types/yargs",
8586
"//:node_modules/@types/yarnpkg__lockfile",
86-
"//:node_modules/listr2",
8787
"//:node_modules/semver",
8888
"//:node_modules/typescript",
8989
],

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)