Skip to content

Commit 921fa7c

Browse files
alan-agius4clydin
authored andcommittedApr 26, 2024·
fix(@angular/build): add missing ansi-colors and picomatch dependencies
These dependency was not listed in the package.json
1 parent 791cf75 commit 921fa7c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

Diff for: ‎packages/angular/build/BUILD.bazel

+1-2
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,17 @@ ts_library(
7777
"@npm//@types/watchpack",
7878
"@npm//@vitejs/plugin-basic-ssl",
7979
"@npm//ansi-colors",
80-
"@npm//autoprefixer",
8180
"@npm//browserslist",
8281
"@npm//critters",
8382
"@npm//esbuild",
8483
"@npm//fast-glob",
8584
"@npm//https-proxy-agent",
8685
"@npm//inquirer",
87-
"@npm//less",
8886
"@npm//magic-string",
8987
"@npm//mrmime",
9088
"@npm//ora",
9189
"@npm//parse5-html-rewriting-stream",
90+
"@npm//picomatch",
9291
"@npm//piscina",
9392
"@npm//postcss",
9493
"@npm//sass",

Diff for: ‎packages/angular/build/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@babel/helper-annotate-as-pure": "7.22.5",
2525
"@babel/helper-split-export-declaration": "7.22.6",
2626
"@vitejs/plugin-basic-ssl": "1.1.0",
27+
"ansi-colors": "4.1.3",
2728
"browserslist": "^4.23.0",
2829
"critters": "0.0.22",
2930
"esbuild": "0.20.2",
@@ -33,6 +34,7 @@
3334
"magic-string": "0.30.10",
3435
"mrmime": "2.0.0",
3536
"ora": "5.4.1",
37+
"picomatch": "4.0.2",
3638
"piscina": "4.4.0",
3739
"parse5-html-rewriting-stream": "7.0.0",
3840
"postcss": "8.4.38",

0 commit comments

Comments
 (0)
Please sign in to comment.