Skip to content

Commit 455b5ef

Browse files
committed
chore: update peer dependencies (#330)
BREAKING CHANGE: BEFORE: The minimum version of Angular is v14.0.0 AFTER: The minimum version of Angular is v14.1.0
1 parent 439674f commit 455b5ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

projects/testing-library/package.json

Lines changed: 4 additions & 4 deletions
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.0.0",
33-
"@angular/platform-browser": ">= 14.0.0",
34-
"@angular/router": ">= 14.0.0",
35-
"@angular/core": ">= 14.0.0"
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"
3636
},
3737
"dependencies": {
3838
"@testing-library/dom": "^8.0.0",

0 commit comments

Comments
 (0)