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)
  • Loading branch information
leosvelperez authored Jul 10, 2023
1 parent d10aeb4 commit a08cb91
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

1 comment on commit a08cb91

@vercel
Copy link

@vercel vercel bot commented on a08cb91 Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-dev-nrwl.vercel.app

Please sign in to comment.