diff --git a/ponyracer/README.md b/ponyracer/README.md index 6e91b962..0a1b0a99 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 17.3.17. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-next.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 55d2a3ae..f108f2ea 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.3.0", - "@angular/common": "^17.3.0", - "@angular/compiler": "^17.3.0", - "@angular/core": "^17.3.0", - "@angular/forms": "^17.3.0", - "@angular/platform-browser": "^17.3.0", - "@angular/platform-browser-dynamic": "^17.3.0", - "@angular/router": "^17.3.0", + "@angular/animations": "^18.0.0-next.0", + "@angular/common": "^18.0.0-next.0", + "@angular/compiler": "^18.0.0-next.0", + "@angular/core": "^18.0.0-next.0", + "@angular/forms": "^18.0.0-next.0", + "@angular/platform-browser": "^18.0.0-next.0", + "@angular/platform-browser-dynamic": "^18.0.0-next.0", + "@angular/router": "^18.0.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.17", - "@angular/cli": "^17.3.17", - "@angular/compiler-cli": "^17.3.0", + "@angular-devkit/build-angular": "^18.0.0-next.0", + "@angular/cli": "^18.0.0-next.0", + "@angular/compiler-cli": "^18.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^17.3.0", + "ng-packagr": "^18.0.0-next.0", "typescript": "~5.4.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 480d5365..8b502657 100644 --- a/ponyracer/projects/ponyracer-lib/README.md +++ b/ponyracer/projects/ponyracer-lib/README.md @@ -1,6 +1,6 @@ # PonyracerLib -This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 9c908815..8120647b 100644 --- a/ponyracer/projects/ponyracer-lib/package.json +++ b/ponyracer/projects/ponyracer-lib/package.json @@ -2,8 +2,8 @@ "name": "ponyracer-lib", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^17.3.0", - "@angular/core": "^17.3.0" + "@angular/common": "^18.0.0-next.0", + "@angular/core": "^18.0.0-next.0" }, "dependencies": { "tslib": "^2.3.0" diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index fa24dbf4..2917993d 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -13,7 +13,7 @@ "sourceMap": true, "declaration": false, "experimentalDecorators": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "paths": { "ponyracer-lib": [ "./dist/ponyracer-lib"