We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa38ba3 commit 5b848f5Copy full SHA for 5b848f5
projects/testing-library/package.json
@@ -29,10 +29,10 @@
29
"migrations": "./schematics/migrations/migration.json"
30
},
31
"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",
+ "@angular/common": ">=14.1.0",
+ "@angular/platform-browser": ">=14.1.0",
+ "@angular/router": ">=14.1.0",
+ "@angular/core": ">=14.1.0",
36
"rxjs": "^6.5.3 || ^7.4.0"
37
38
"dependencies": {
0 commit comments