From 256b7cd70bfe0c6b5b1c85e898c4e8e4003b8d39 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 30 Mar 2022 22:21:31 +0000 Subject: [PATCH] chore: version 14.0.0-next.7 --- ponyracer/README.md | 2 +- ponyracer/angular.json | 3 +-- ponyracer/package.json | 6 +++--- .../ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts | 2 -- 4 files changed, 5 insertions(+), 8 deletions(-) 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();