Skip to content

Commit

Permalink
fix(angular): explicitly depend on find-cache-dir to avoid npm resolu…
Browse files Browse the repository at this point in the history
…tion conflict (#18049)

(cherry picked from commit a08cb91)
  • Loading branch information
leosvelperez authored and FrozenPandaz committed Jul 10, 2023
1 parent f9a615b commit 13aa3be
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages-legacy/angular/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"webpack",
"http-server",
"magic-string",
"enquirer"
"enquirer",
"find-cache-dir"
],
"keepLifecycleScripts": true
}
3 changes: 2 additions & 1 deletion packages/angular/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"webpack",
"http-server",
"magic-string",
"enquirer"
"enquirer",
"find-cache-dir"
],
"keepLifecycleScripts": true
}
1 change: 1 addition & 0 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"@typescript-eslint/type-utils": "^5.36.1",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
"find-cache-dir": "^3.3.2",
"http-server": "^14.1.0",
"ignore": "^5.0.4",
"magic-string": "~0.26.2",
Expand Down
1 change: 0 additions & 1 deletion scripts/depcheck/missing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const IGNORE_MATCHES_IN_PACKAGE = {
'injection-js',
'browserslist',
'cacache',
'find-cache-dir',
'less',
'node-sass',
'node-sass-tilde-importer',
Expand Down

0 comments on commit 13aa3be

Please sign in to comment.