Skip to content

Commit 3ce84b3

Browse files
committed
chore: version 21.0.0-next.7
1 parent 37326d5 commit 3ce84b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ponyracer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@
3131
"@angular/platform-browser": "^21.0.0-next.0",
3232
"@angular/platform-server": "^21.0.0-next.0",
3333
"@angular/router": "^21.0.0-next.0",
34-
"@angular/ssr": "^21.0.0-next.6",
34+
"@angular/ssr": "^21.0.0-next.7",
3535
"express": "^5.1.0",
3636
"rxjs": "~7.8.0",
3737
"tslib": "^2.3.0"
3838
},
3939
"devDependencies": {
40-
"@angular/build": "^21.0.0-next.6",
41-
"@angular/cli": "^21.0.0-next.6",
40+
"@angular/build": "^21.0.0-next.7",
41+
"@angular/cli": "^21.0.0-next.7",
4242
"@angular/compiler-cli": "^21.0.0-next.0",
4343
"@types/express": "^5.0.1",
4444
"@types/jasmine": "~5.1.0",
4545
"@types/node": "^20.17.19",
46-
"jasmine-core": "~5.11.0",
46+
"jasmine-core": "~5.12.0",
4747
"karma": "~6.4.0",
4848
"karma-chrome-launcher": "~3.2.0",
4949
"karma-coverage": "~2.2.0",

ponyracer/src/app/app.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('App', () => {
1414
expect(app).toBeTruthy();
1515
});
1616

17-
it('should render title', async () => {
17+
it('should render title', async () => {
1818
const fixture = TestBed.createComponent(App);
1919
await fixture.whenStable();
2020
const compiled = fixture.nativeElement as HTMLElement;

0 commit comments

Comments
 (0)