Skip to content

Commit 58283c6

Browse files
committed
build: add missing dependencies in root package manifest
`chokidar`, `ini` and `npm-package-arg` are missing from the root package.json (cherry picked from commit 23e8b28)
1 parent 152467f commit 58283c6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
"browserslist": "^4.9.1",
133133
"cacache": "15.3.0",
134134
"caniuse-lite": "^1.0.30001032",
135+
"chokidar": "^3.5.2",
135136
"circular-dependency-plugin": "5.2.2",
136137
"common-tags": "^1.8.0",
137138
"conventional-commits-parser": "^3.0.0",
@@ -155,6 +156,7 @@
155156
"http-proxy": "^1.18.1",
156157
"https-proxy-agent": "5.0.0",
157158
"husky": "7.0.2",
159+
"ini": "2.0.0",
158160
"inquirer": "8.2.0",
159161
"jasmine": "^3.3.1",
160162
"jasmine-core": "~3.9.0",
@@ -178,6 +180,7 @@
178180
"minimist": "^1.2.0",
179181
"ng-packagr": "13.0.0-next.8",
180182
"node-fetch": "^2.2.0",
183+
"npm-package-arg": "8.1.5",
181184
"open": "8.3.0",
182185
"ora": "5.4.1",
183186
"pacote": "12.0.0",

yarn.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114

115115
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#cd75435cf69814d7a44c4b22ee24361a8513a730":
116116
version "0.0.0"
117-
uid cd75435cf69814d7a44c4b22ee24361a8513a730
118117
resolved "https://github.com/angular/dev-infra-private-builds.git#cd75435cf69814d7a44c4b22ee24361a8513a730"
119118
dependencies:
120119
"@actions/core" "^1.4.0"
@@ -3389,7 +3388,7 @@ chardet@^0.7.0:
33893388
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
33903389
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
33913390

3392-
"chokidar@>=3.0.0 <4.0.0", chokidar@^3.0.0, chokidar@^3.5.1:
3391+
"chokidar@>=3.0.0 <4.0.0", chokidar@^3.0.0, chokidar@^3.5.1, chokidar@^3.5.2:
33933392
version "3.5.2"
33943393
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
33953394
integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==

0 commit comments

Comments
 (0)