Skip to content

Commit e185fc8

Browse files
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 50aa0ac commit e185fc8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: projects/testing-library/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
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",
36-
"rxjs": ">= 7.4.0"
32+
"@angular/common": "^4.1.0",
33+
"@angular/platform-browser": "^14.1.0",
34+
"@angular/router": "^14.1.0",
35+
"@angular/core": "^14.1.0",
36+
"rxjs": "^6.5.3 || ^7.4.0"
3737
},
3838
"dependencies": {
3939
"@testing-library/dom": "^8.0.0",

0 commit comments

Comments
 (0)