diff --git a/ponyracer/package.json b/ponyracer/package.json index d7294b054..f5f9cdc3f 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", diff --git a/ponyracer/src/test.ts b/ponyracer/src/test.ts index 00025daf1..c04c87607 100644 --- a/ponyracer/src/test.ts +++ b/ponyracer/src/test.ts @@ -23,4 +23,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);