Skip to content

Commit 5b9fa84

Browse files
fix: update Angular peerDependencies to 15 (#349)
Closes #348
1 parent 586fd83 commit 5b9fa84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

projects/testing-library/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"migrations": "./schematics/migrations/migration.json"
3030
},
3131
"peerDependencies": {
32-
"@angular/common": ">= 14.1.0",
33-
"@angular/platform-browser": ">= 14.1.0",
34-
"@angular/router": ">= 14.1.0",
35-
"@angular/core": ">= 14.1.0"
32+
"@angular/common": ">= 15.0.0",
33+
"@angular/platform-browser": ">= 15.0.0",
34+
"@angular/router": ">= 15.0.0",
35+
"@angular/core": ">= 15.0.0"
3636
},
3737
"dependencies": {
3838
"@testing-library/dom": "^8.0.0",

0 commit comments

Comments
 (0)