Skip to content

Commit

Permalink
chore: update peer dependencies (#330)
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

BEFORE:

The minimum version of Angular is v14.0.0

AFTER:

The minimum version of Angular is v14.1.0
  • Loading branch information
timdeschryver committed Dec 8, 2022
1 parent 439674f commit 455b5ef
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.0.0",
"@angular/platform-browser": ">= 14.0.0",
"@angular/router": ">= 14.0.0",
"@angular/core": ">= 14.0.0"
"@angular/common": ">= 14.1.0",
"@angular/platform-browser": ">= 14.1.0",
"@angular/router": ">= 14.1.0",
"@angular/core": ">= 14.1.0"
},
"dependencies": {
"@testing-library/dom": "^8.0.0",
Expand Down

0 comments on commit 455b5ef

Please sign in to comment.