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;