File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 4949 run : npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}}
5050
5151 - name : Install dependencies
52- run : npm ci --legacy-peer-deps
52+ run : npm ci
5353
5454 - name : Run lint
5555 run : npm run lint
Original file line number Diff line number Diff line change 5454 run : npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}}
5555
5656 - name : Install dependencies
57- run : npm ci --legacy-peer-deps
57+ run : npm ci
5858
5959 - name : Run lint
6060 run : npm run lint
Original file line number Diff line number Diff line change 1717- task : Npm@1
1818 inputs :
1919 command : ' custom'
20- customCommand : ' install --legacy-peer-deps '
20+ customCommand : ' install'
2121 customEndpoint : ' public proget'
2222 env :
2323 AZURE_PIPELINES : " true"
Original file line number Diff line number Diff line change 8080 },
8181 "overrides" : {
8282 "igniteui-angular-extras" : {
83- "igniteui-angular" : " ^18.2.0"
83+ "igniteui-angular" : " ^19.0.0-rc.0" ,
84+ "@angular/core" : " ^19.0.0" ,
85+ "@angular/common" : " ^19.0.0"
86+ },
87+ "@ng-bootstrap/ng-bootstrap" : {
88+ "@angular/common" : " ^19.0.0" ,
89+ "@angular/core" : " ^19.0.0" ,
90+ "@angular/forms" : " ^19.0.0" ,
91+ "@angular/localize" : " ^19.0.0"
92+ },
93+ "igniteui-angular-charts" : {
94+ "@angular/core" : " ^19.0.0" ,
95+ "@angular/common" : " ^19.0.0" ,
96+ "@angular/compiler" : " ^19.0.0"
8497 }
8598 },
8699 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments