File tree Expand file tree Collapse file tree 3 files changed +1799
-1209
lines changed
examples/angular/auto-refetching Expand file tree Collapse file tree 3 files changed +1799
-1209
lines changed Original file line number Diff line number Diff line change 4545 "prefix" : " app" ,
4646 "architect" : {
4747 "build" : {
48- "builder" : " @angular-devkit /build-angular :application" ,
48+ "builder" : " @angular/build:application" ,
4949 "options" : {
5050 "outputPath" : " dist/auto-refetching" ,
5151 "index" : " src/index.html" ,
8181 "defaultConfiguration" : " production"
8282 },
8383 "serve" : {
84- "builder" : " @angular-devkit /build-angular :dev-server" ,
84+ "builder" : " @angular/build:dev-server" ,
8585 "configurations" : {
8686 "production" : {
8787 "buildTarget" : " auto-refetching:build:production"
9393 "defaultConfiguration" : " development"
9494 },
9595 "extract-i18n" : {
96- "builder" : " @angular-devkit /build-angular :extract-i18n" ,
96+ "builder" : " @angular/build:extract-i18n" ,
9797 "options" : {
9898 "buildTarget" : " auto-refetching:build"
9999 }
Original file line number Diff line number Diff line change 1414 "@angular/core" : " ^19.1.0-next.0" ,
1515 "@angular/platform-browser" : " ^19.1.0-next.0" ,
1616 "@angular/platform-browser-dynamic" : " ^19.1.0-next.0" ,
17- "@tanstack/angular-query-experimental" : " ^5.61.6 " ,
17+ "@tanstack/angular-query-experimental" : " ^5.62.2 " ,
1818 "rxjs" : " ^7.8.1" ,
1919 "tslib" : " ^2.6.3" ,
2020 "zone.js" : " ^0.15.0"
2121 },
2222 "devDependencies" : {
23- "@angular-devkit/build-angular" : " ^19.1.0-next.0" ,
24- "@angular/build" : " ^19.1.0-next.0" ,
25- "@angular/cli" : " ^19.1.0-next.0" ,
23+ "@angular/build" : " ^19.0.2" ,
24+ "@angular/cli" : " ^19.0.2" ,
2625 "@angular/compiler-cli" : " ^19.1.0-next.0" ,
27- "typescript" : " 5.6.3 "
26+ "typescript" : " 5.7.2 "
2827 }
2928}
You can’t perform that action at this time.
0 commit comments