Skip to content

Commit

Permalink
fix: update Angular peerDependencies to 15 (#349)
Browse files Browse the repository at this point in the history
Closes #348
  • Loading branch information
timdeschryver authored Dec 17, 2022
1 parent 586fd83 commit 5b9fa84
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": ">= 15.0.0",
"@angular/platform-browser": ">= 15.0.0",
"@angular/router": ">= 15.0.0",
"@angular/core": ">= 15.0.0"
},
"dependencies": {
"@testing-library/dom": "^8.0.0",
Expand Down

0 comments on commit 5b9fa84

Please sign in to comment.