Skip to content

Commit 5b848f5

Browse files
committed
fix: angular peer dependencies allow v15
1 parent fa38ba3 commit 5b848f5

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": ">=14.1.0",
33+
"@angular/platform-browser": ">=14.1.0",
34+
"@angular/router": ">=14.1.0",
35+
"@angular/core": ">=14.1.0",
3636
"rxjs": "^6.5.3 || ^7.4.0"
3737
},
3838
"dependencies": {

0 commit comments

Comments
 (0)