fix(angular): explicitly depend on find-cache-dir to avoid npm resolution conflict (#18049)

This commit is contained in:
Leosvel Pérez Espinosa 2023-07-10 14:41:10 +01:00 committed by GitHub
parent d10aeb49ac
commit a08cb91891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View File

@ -26,7 +26,8 @@
"webpack", "webpack",
"http-server", "http-server",
"magic-string", "magic-string",
"enquirer" "enquirer",
"find-cache-dir"
], ],
"keepLifecycleScripts": true "keepLifecycleScripts": true
} }

View File

@ -25,7 +25,8 @@
"webpack", "webpack",
"http-server", "http-server",
"magic-string", "magic-string",
"enquirer" "enquirer",
"find-cache-dir"
], ],
"keepLifecycleScripts": true "keepLifecycleScripts": true
} }

View File

@ -49,6 +49,7 @@
"@typescript-eslint/type-utils": "^5.36.1", "@typescript-eslint/type-utils": "^5.36.1",
"chalk": "^4.1.0", "chalk": "^4.1.0",
"chokidar": "^3.5.1", "chokidar": "^3.5.1",
"find-cache-dir": "^3.3.2",
"http-server": "^14.1.0", "http-server": "^14.1.0",
"ignore": "^5.0.4", "ignore": "^5.0.4",
"magic-string": "~0.26.2", "magic-string": "~0.26.2",

View File

@ -36,7 +36,6 @@ const IGNORE_MATCHES_IN_PACKAGE = {
'injection-js', 'injection-js',
'browserslist', 'browserslist',
'cacache', 'cacache',
'find-cache-dir',
'less', 'less',
'node-sass', 'node-sass',
'node-sass-tilde-importer', 'node-sass-tilde-importer',