diff --git a/ponyracer/README.md b/ponyracer/README.md index b48f3cc..0104ccc 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.6. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.7. ## Development server diff --git a/ponyracer/angular.json b/ponyracer/angular.json index f819e84..7d1fd69 100644 --- a/ponyracer/angular.json +++ b/ponyracer/angular.json @@ -34,6 +34,5 @@ } } } - }, - "defaultProject": "ponyracer-lib" + } } diff --git a/ponyracer/package.json b/ponyracer/package.json index 10bee67..2b86722 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,10 +23,10 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^14.0.0-next.6", - "@angular/cli": "~14.0.0-next.6", + "@angular-devkit/build-angular": "^14.0.0-next.7", + "@angular/cli": "~14.0.0-next.7", "@angular/compiler-cli": "^14.0.0-next.0", - "@types/jasmine": "~3.10.0", + "@types/jasmine": "~4.0.0", "jasmine-core": "~4.0.0", "karma": "~6.3.0", "karma-chrome-launcher": "~3.1.0", diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts index d45352f..8d010f4 100644 --- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts +++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts @@ -11,9 +11,7 @@ describe('PonyracerLibComponent', () => { declarations: [ PonyracerLibComponent ] }) .compileComponents(); - }); - beforeEach(() => { fixture = TestBed.createComponent(PonyracerLibComponent); component = fixture.componentInstance; fixture.detectChanges();