Skip to content

Commit cbc907b

Browse files
committed
build: update integration tests
Updates a couple of integration tests to the latest version.
1 parent abb7bea commit cbc907b

5 files changed

Lines changed: 5199 additions & 3424 deletions

File tree

integration/vitest/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@
1111
"private": true,
1212
"dependencies": {
1313
"@angular/cdk": "next",
14-
"@angular/common": "^21.0.0",
15-
"@angular/compiler": "^21.0.0",
16-
"@angular/core": "^21.0.0",
17-
"@angular/forms": "^21.0.0",
14+
"@angular/common": "^22.0.0-next.9",
15+
"@angular/compiler": "^22.0.0-next.9",
16+
"@angular/core": "^22.0.0-next.9",
17+
"@angular/forms": "^22.0.0-next.9",
1818
"@angular/material": "next",
19-
"@angular/platform-browser": "^21.0.0",
20-
"@angular/router": "^21.0.0",
19+
"@angular/platform-browser": "^22.0.0-next.9",
20+
"@angular/router": "^22.0.0-next.9",
2121
"glob": "latest",
2222
"rxjs": "~7.8.0",
2323
"tslib": "^2.3.0",
2424
"zone.js": "^0.16.0"
2525
},
2626
"devDependencies": {
27-
"@angular/build": "^21.0.3",
28-
"@angular/cli": "^21.0.3",
29-
"@angular/compiler-cli": "^21.0.0",
27+
"@angular/build": "^22.0.0-next.6",
28+
"@angular/cli": "^22.0.0-next.6",
29+
"@angular/compiler-cli": "^22.0.0-next.9",
3030
"jsdom": "^27.1.0",
31-
"typescript": "~5.9.2",
31+
"typescript": "~6.0.2",
3232
"vitest": "^4.0.8"
3333
}
3434
}

0 commit comments

Comments
 (0)