Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoud-dv committed Dec 4, 2024
1 parent 000fcae commit 87f2e6b
Show file tree
Hide file tree
Showing 3 changed files with 1,799 additions and 1,209 deletions.
6 changes: 3 additions & 3 deletions examples/angular/auto-refetching/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:application",
"builder": "@angular/build:application",
"options": {
"outputPath": "dist/auto-refetching",
"index": "src/index.html",
Expand Down Expand Up @@ -81,7 +81,7 @@
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"builder": "@angular/build:dev-server",
"configurations": {
"production": {
"buildTarget": "auto-refetching:build:production"
Expand All @@ -93,7 +93,7 @@
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"builder": "@angular/build:extract-i18n",
"options": {
"buildTarget": "auto-refetching:build"
}
Expand Down
9 changes: 4 additions & 5 deletions examples/angular/auto-refetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,15 @@
"@angular/core": "^19.1.0-next.0",
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@tanstack/angular-query-experimental": "^5.61.6",
"@tanstack/angular-query-experimental": "^5.62.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.0-next.0",
"@angular/build": "^19.1.0-next.0",
"@angular/cli": "^19.1.0-next.0",
"@angular/build": "^19.0.2",
"@angular/cli": "^19.0.2",
"@angular/compiler-cli": "^19.1.0-next.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
Loading

0 comments on commit 87f2e6b

Please sign in to comment.