From c6d161b8a1d3006ab291fc4573a3f06258fe830d Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 8 Oct 2025 12:52:57 +0000 Subject: [PATCH] chore: version 21.0.0-next.7 --- ponyracer/package.json | 8 ++++---- ponyracer/src/app/app.spec.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 922f74f..55d3cc3 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -31,19 +31,19 @@ "@angular/platform-browser": "^21.0.0-next.0", "@angular/platform-server": "^21.0.0-next.0", "@angular/router": "^21.0.0-next.0", - "@angular/ssr": "^21.0.0-next.6", + "@angular/ssr": "^21.0.0-next.7", "express": "^5.1.0", "rxjs": "~7.8.0", "tslib": "^2.3.0" }, "devDependencies": { - "@angular/build": "^21.0.0-next.6", - "@angular/cli": "^21.0.0-next.6", + "@angular/build": "^21.0.0-next.7", + "@angular/cli": "^21.0.0-next.7", "@angular/compiler-cli": "^21.0.0-next.0", "@types/express": "^5.0.1", "@types/jasmine": "~5.1.0", "@types/node": "^20.17.19", - "jasmine-core": "~5.11.0", + "jasmine-core": "~5.12.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", diff --git a/ponyracer/src/app/app.spec.ts b/ponyracer/src/app/app.spec.ts index 2bbb39d..1c33840 100644 --- a/ponyracer/src/app/app.spec.ts +++ b/ponyracer/src/app/app.spec.ts @@ -14,7 +14,7 @@ describe('App', () => { expect(app).toBeTruthy(); }); - it('should render title', async () => { + it('should render title', async () => { const fixture = TestBed.createComponent(App); await fixture.whenStable(); const compiled = fixture.nativeElement as HTMLElement;