File tree Expand file tree Collapse file tree 4 files changed +123
-2518
lines changed
Expand file tree Collapse file tree 4 files changed +123
-2518
lines changed Original file line number Diff line number Diff line change 1414 "prefix" : " lib" ,
1515 "architect" : {
1616 "build" : {
17- "builder" : " @angular-devkit /build-angular :ng-packagr" ,
17+ "builder" : " @angular/build:ng-packagr" ,
1818 "options" : {
1919 "tsConfig" : " packages/store/tsconfig.lib.json" ,
2020 "project" : " packages/store/ng-package.json"
2626 }
2727 },
2828 "test" : {
29- "builder" : " @angular-devkit /build-angular :karma" ,
29+ "builder" : " @angular/build:karma" ,
3030 "options" : {
3131 "tsConfig" : " packages/store/tsconfig.spec.json" ,
3232 "codeCoverage" : true ,
Original file line number Diff line number Diff line change 4747 "@angular-eslint/eslint-plugin-template" : " 20.6.0" ,
4848 "@angular-eslint/schematics" : " 20.6.0" ,
4949 "@angular-eslint/template-parser" : " 20.6.0" ,
50- "@angular-devkit/build-angular" : " ^20.3.9" ,
50+ "@angular/build" : " ^20.3.10" ,
51+ "@angular-devkit/build-angular" : " ^20.3.10" ,
5152 "@angular/cli" : " ^20.3.9" ,
5253 "@angular/compiler-cli" : " ^20.3.10" ,
5354 "@commitlint/cli" : " ^12.0.1" ,
Original file line number Diff line number Diff line change 44module . exports = function ( config ) {
55 config . set ( {
66 basePath : '' ,
7- frameworks : [ 'jasmine' , '@angular-devkit/build-angular' ] ,
7+ frameworks : [ 'jasmine' ] ,
88 plugins : [
99 require ( 'karma-jasmine' ) ,
1010 require ( 'karma-chrome-launcher' ) ,
1111 require ( 'karma-jasmine-html-reporter' ) ,
12- require ( 'karma-coverage' ) ,
13- require ( '@angular-devkit/build-angular/plugins/karma' )
12+ require ( 'karma-coverage' )
1413 ] ,
1514 client : {
1615 jasmine : {
You can’t perform that action at this time.
0 commit comments