Skip to content

Commit

Permalink
build: add missing dependencies in root package manifest
Browse files Browse the repository at this point in the history
`chokidar`, `ini` and `npm-package-arg` are missing from the root package.json

(cherry picked from commit 23e8b28)
  • Loading branch information
alan-agius4 committed Oct 9, 2021
1 parent 152467f commit 58283c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -132,6 +132,7 @@
"browserslist": "^4.9.1",
"cacache": "15.3.0",
"caniuse-lite": "^1.0.30001032",
"chokidar": "^3.5.2",
"circular-dependency-plugin": "5.2.2",
"common-tags": "^1.8.0",
"conventional-commits-parser": "^3.0.0",
Expand All @@ -155,6 +156,7 @@
"http-proxy": "^1.18.1",
"https-proxy-agent": "5.0.0",
"husky": "7.0.2",
"ini": "2.0.0",
"inquirer": "8.2.0",
"jasmine": "^3.3.1",
"jasmine-core": "~3.9.0",
Expand All @@ -178,6 +180,7 @@
"minimist": "^1.2.0",
"ng-packagr": "13.0.0-next.8",
"node-fetch": "^2.2.0",
"npm-package-arg": "8.1.5",
"open": "8.3.0",
"ora": "5.4.1",
"pacote": "12.0.0",
Expand Down
3 changes: 1 addition & 2 deletions yarn.lock
Expand Up @@ -114,7 +114,6 @@

"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#cd75435cf69814d7a44c4b22ee24361a8513a730":
version "0.0.0"
uid cd75435cf69814d7a44c4b22ee24361a8513a730
resolved "https://github.com/angular/dev-infra-private-builds.git#cd75435cf69814d7a44c4b22ee24361a8513a730"
dependencies:
"@actions/core" "^1.4.0"
Expand Down Expand Up @@ -3389,7 +3388,7 @@ chardet@^0.7.0:
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==

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

0 comments on commit 58283c6

Please sign in to comment.