Skip to content

Commit 4d02fb6

Browse files
feat: move dtl to peerDeps (#456)
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.
1 parent 47f680f commit 4d02fb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: projects/testing-library/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"@angular/common": ">= 17.0.0",
3333
"@angular/platform-browser": ">= 17.0.0",
3434
"@angular/router": ">= 17.0.0",
35-
"@angular/core": ">= 17.0.0"
35+
"@angular/core": ">= 17.0.0",
36+
"@testing-library/dom": "^10.0.0"
3637
},
3738
"dependencies": {
38-
"@testing-library/dom": "^10.0.0",
3939
"tslib": "^2.3.1"
4040
},
4141
"publishConfig": {

0 commit comments

Comments
 (0)