diff --git a/ponyracer/README.md b/ponyracer/README.md index c7e4cd3..b9c4812 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 14.0.0-next.13. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-rc.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 4deb371..48ac55b 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^14.0.0-next.0", - "@angular/common": "^14.0.0-next.0", - "@angular/compiler": "^14.0.0-next.0", - "@angular/core": "^14.0.0-next.0", - "@angular/forms": "^14.0.0-next.0", - "@angular/platform-browser": "^14.0.0-next.0", - "@angular/platform-browser-dynamic": "^14.0.0-next.0", - "@angular/router": "^14.0.0-next.0", + "@angular/animations": "^14.0.0-rc.0", + "@angular/common": "^14.0.0-rc.0", + "@angular/compiler": "^14.0.0-rc.0", + "@angular/core": "^14.0.0-rc.0", + "@angular/forms": "^14.0.0-rc.0", + "@angular/platform-browser": "^14.0.0-rc.0", + "@angular/platform-browser-dynamic": "^14.0.0-rc.0", + "@angular/router": "^14.0.0-rc.0", "rxjs": "~7.5.0", "tslib": "^2.3.0", "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^14.0.0-next.13", - "@angular/cli": "~14.0.0-next.13", - "@angular/compiler-cli": "^14.0.0-next.0", + "@angular-devkit/build-angular": "^14.0.0-rc.0", + "@angular/cli": "~14.0.0-rc.0", + "@angular/compiler-cli": "^14.0.0-rc.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.1.0", "karma": "~6.3.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.0.0", "karma-jasmine-html-reporter": "~1.7.0", - "ng-packagr": "^14.0.0-next.2", + "ng-packagr": "^14.0.0-next.8", "typescript": "~4.6.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 779e879..af1c33a 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 14.0.0-next.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-rc.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 589d770..0997c15 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": "^14.0.0-next.0", - "@angular/core": "^14.0.0-next.0" + "@angular/common": "^14.0.0-rc.0", + "@angular/core": "^14.0.0-rc.0" }, "dependencies": { "tslib": "^2.3.0" diff --git a/ponyracer/projects/ponyracer-lib/src/test.ts b/ponyracer/projects/ponyracer-lib/src/test.ts index bcca659..5775317 100644 --- a/ponyracer/projects/ponyracer-lib/src/test.ts +++ b/ponyracer/projects/ponyracer-lib/src/test.ts @@ -24,4 +24,4 @@ getTestBed().initTestEnvironment( // Then we find all the tests. const context = require.context('./', true, /\.spec\.ts$/); // And load the modules. -context.keys().map(context); +context.keys().forEach(context); diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index d094699..0fb36cc 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -18,7 +18,6 @@ "importHelpers": true, "paths": { "ponyracer-lib": [ - "dist/ponyracer-lib/ponyracer-lib", "dist/ponyracer-lib" ] },