diff --git a/ponyracer/README.md b/ponyracer/README.md index b5b3deed..818654fe 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.0-next.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.0-rc.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 40a7cb53..494cd75b 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.1.0-next.3", - "@angular/cli": "^18.1.0-next.3", + "@angular-devkit/build-angular": "^18.1.0-rc.0", + "@angular/cli": "^18.1.0-rc.0", "@angular/compiler-cli": "^18.1.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^18.0.0", - "typescript": "~5.4.2" + "ng-packagr": "^18.1.0-next.0", + "typescript": "~5.5.2" } }