File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
packages/angular_devkit/schematics Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,12 @@ ts_project(
18
18
],
19
19
),
20
20
data = ["package.json" ],
21
- # TODO: Fix strict_deps failure
22
- ignore_strict_deps = True ,
23
21
module_name = "@angular-devkit/schematics/tasks" ,
24
22
deps = [
25
23
"//:node_modules/@types/node" ,
26
24
"//:node_modules/ora" ,
27
25
"//:node_modules/rxjs" ,
28
- "//packages/angular_devkit/core:core_rjs" ,
29
- "//packages/angular_devkit/core/node:node_rjs" ,
26
+ "//packages/angular_devkit/schematics:node_modules/@angular-devkit/core" ,
30
27
"//packages/angular_devkit/schematics:schematics_rjs" ,
31
28
],
32
29
)
Original file line number Diff line number Diff line change @@ -14,12 +14,10 @@ ts_project(
14
14
include = ["**/*.ts" ],
15
15
),
16
16
data = ["package.json" ],
17
- # TODO: Fix strict_deps failure
18
- ignore_strict_deps = True ,
19
17
module_name = "@angular-devkit/schematics/testing" ,
20
18
deps = [
21
19
"//:node_modules/rxjs" ,
22
- "//packages/angular_devkit/core:core_rjs " ,
20
+ "//packages/angular_devkit/schematics:node_modules/@angular-devkit/core " ,
23
21
"//packages/angular_devkit/schematics:schematics_rjs" ,
24
22
"//packages/angular_devkit/schematics/tasks/node:node_rjs" ,
25
23
"//packages/angular_devkit/schematics/tools:tools_rjs" ,
You can’t perform that action at this time.
0 commit comments