We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50aa0ac commit e185fc8Copy full SHA for e185fc8
projects/testing-library/package.json
@@ -29,11 +29,11 @@
29
"migrations": "./schematics/migrations/migration.json"
30
},
31
"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"
+ "@angular/common": "^4.1.0",
+ "@angular/platform-browser": "^14.1.0",
+ "@angular/router": "^14.1.0",
+ "@angular/core": "^14.1.0",
+ "rxjs": "^6.5.3 || ^7.4.0"
37
38
"dependencies": {
39
"@testing-library/dom": "^8.0.0",
0 commit comments