Skip to content

Commit

Permalink
fix: angular peer dependencies allow v15
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Nov 25, 2022
1 parent fa38ba3 commit 5b848f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/testing-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"migrations": "./schematics/migrations/migration.json"
},
"peerDependencies": {
"@angular/common": "^14.1.0",
"@angular/platform-browser": "^14.1.0",
"@angular/router": "^14.1.0",
"@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",
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
Expand Down

0 comments on commit 5b848f5

Please sign in to comment.