diff --git a/ponyracer/README.md b/ponyracer/README.md index de42877b..ed874145 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.0-next.2. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.0-rc.0. ## Development server diff --git a/ponyracer/angular.json b/ponyracer/angular.json index a97e45f5..a2501a58 100644 --- a/ponyracer/angular.json +++ b/ponyracer/angular.json @@ -10,7 +10,7 @@ "prefix": "lib", "architect": { "build": { - "builder": "@angular-devkit/build-angular:ng-packagr", + "builder": "@angular/build:ng-packagr", "options": { "project": "projects/ponyracer-lib/ng-package.json" }, diff --git a/ponyracer/package.json b/ponyracer/package.json index 1fdf38f8..514a0fa2 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.1.0-next.2", - "@angular/cli": "^19.1.0-next.2", + "@angular/build": "^19.1.0-rc.0", + "@angular/cli": "^19.1.0-rc.0", "@angular/compiler-cli": "^19.1.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.5.0",