Skip to content

Commit

Permalink
feat: move dtl to peerDeps
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

`@testing-library/dom` is now a peer dependency of `@testing-library/angular`.
This means that you need to install `@testing-library/dom` separately.
  • Loading branch information
timdeschryver committed Jun 20, 2024
1 parent 47f680f commit 44eeced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/testing-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"@angular/common": ">= 17.0.0",
"@angular/platform-browser": ">= 17.0.0",
"@angular/router": ">= 17.0.0",
"@angular/core": ">= 17.0.0"
"@angular/core": ">= 17.0.0",
"@testing-library/dom": "^10.0.0"
},
"dependencies": {
"@testing-library/dom": "^10.0.0",
"tslib": "^2.3.1"
},
"publishConfig": {
Expand Down

0 comments on commit 44eeced

Please sign in to comment.