Skip to content

Commit

Permalink
build: remove unused dependency minimatch from `@angular-devkit/bui…
Browse files Browse the repository at this point in the history
…ld-angular`

`minimatch` was unused within the `@angular-devkit/build-angular` package.
It is still used in a repository level development script and has been kept
in the root `package.json`.
  • Loading branch information
clydin authored and alan-agius4 committed Nov 8, 2022
1 parent c83aaed commit 827fecc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/angular_devkit/build_angular/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ ts_library(
"@npm//@types/inquirer",
"@npm//@types/karma",
"@npm//@types/loader-utils",
"@npm//@types/minimatch",
"@npm//@types/node",
"@npm//@types/parse5-html-rewriting-stream",
"@npm//@types/semver",
Expand Down Expand Up @@ -156,7 +155,6 @@ ts_library(
"@npm//loader-utils",
"@npm//magic-string",
"@npm//mini-css-extract-plugin",
"@npm//minimatch",
"@npm//ng-packagr",
"@npm//open",
"@npm//ora",
Expand Down
1 change: 0 additions & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"loader-utils": "3.2.0",
"magic-string": "0.26.7",
"mini-css-extract-plugin": "2.6.1",
"minimatch": "5.1.0",
"open": "8.4.0",
"ora": "5.4.1",
"parse5-html-rewriting-stream": "6.0.1",
Expand Down

0 comments on commit 827fecc

Please sign in to comment.