File tree 2 files changed +2
-5
lines changed
packages/ngworker/lumberjack
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 39
39
"peerDependencies" : {
40
40
"@angular/core" : " ^15.0.1" ,
41
41
"@angular/common" : " ^15.0.1" ,
42
- "@angular/platform-browser" : " ^15.0.1" ,
43
42
"rxjs" : " >= 7.5.0 < 8.0.0"
44
43
},
45
44
"peerDependenciesMeta" : {
46
45
"@angular/common" : {
47
46
"optional" : true
48
47
},
49
- "@angular/platform-browser" : {
50
- "optional" : true
51
- },
52
48
"rxjs" : {
53
49
"optional" : true
54
50
}
Original file line number Diff line number Diff line change 36
36
"executor" : " @nx/angular:package" ,
37
37
"outputs" : [" {workspaceRoot}/dist/{projectRoot}" ],
38
38
"options" : {
39
- "project" : " packages/ngworker/lumberjack/ng-package.json"
39
+ "project" : " packages/ngworker/lumberjack/ng-package.json" ,
40
+ "updateBuildableProjectDepsInPackageJson" : false
40
41
},
41
42
"configurations" : {
42
43
"production" : {
You can’t perform that action at this time.
0 commit comments