diff --git a/projects/testing-library/package.json b/projects/testing-library/package.json index fd3cfac..4aea894 100644 --- a/projects/testing-library/package.json +++ b/projects/testing-library/package.json @@ -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": {