fix(angular): explicitly depend on find-cache-dir to avoid npm resolution conflict (#18049)
This commit is contained in:
parent
d10aeb49ac
commit
a08cb91891
@ -26,7 +26,8 @@
|
|||||||
"webpack",
|
"webpack",
|
||||||
"http-server",
|
"http-server",
|
||||||
"magic-string",
|
"magic-string",
|
||||||
"enquirer"
|
"enquirer",
|
||||||
|
"find-cache-dir"
|
||||||
],
|
],
|
||||||
"keepLifecycleScripts": true
|
"keepLifecycleScripts": true
|
||||||
}
|
}
|
||||||
|
|||||||
@ -25,7 +25,8 @@
|
|||||||
"webpack",
|
"webpack",
|
||||||
"http-server",
|
"http-server",
|
||||||
"magic-string",
|
"magic-string",
|
||||||
"enquirer"
|
"enquirer",
|
||||||
|
"find-cache-dir"
|
||||||
],
|
],
|
||||||
"keepLifecycleScripts": true
|
"keepLifecycleScripts": true
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user