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(
1818 ],
1919 ),
2020 data = ["package.json" ],
21- # TODO: Fix strict_deps failure
22- ignore_strict_deps = True ,
2321 module_name = "@angular-devkit/schematics/tasks" ,
2422 deps = [
2523 "//:node_modules/@types/node" ,
2624 "//:node_modules/ora" ,
2725 "//: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" ,
3027 "//packages/angular_devkit/schematics:schematics_rjs" ,
3128 ],
3229)
Original file line number Diff line number Diff line change @@ -14,12 +14,10 @@ ts_project(
1414 include = ["**/*.ts" ],
1515 ),
1616 data = ["package.json" ],
17- # TODO: Fix strict_deps failure
18- ignore_strict_deps = True ,
1917 module_name = "@angular-devkit/schematics/testing" ,
2018 deps = [
2119 "//:node_modules/rxjs" ,
22- "//packages/angular_devkit/core:core_rjs " ,
20+ "//packages/angular_devkit/schematics:node_modules/@angular-devkit/core " ,
2321 "//packages/angular_devkit/schematics:schematics_rjs" ,
2422 "//packages/angular_devkit/schematics/tasks/node:node_rjs" ,
2523 "//packages/angular_devkit/schematics/tools:tools_rjs" ,
You can’t perform that action at this time.
0 commit comments