From 44eeced6b15d09e1184907867c1030cd4301b6e9 Mon Sep 17 00:00:00 2001 From: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:10:28 +0200 Subject: [PATCH] feat: move dtl to peerDeps 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. --- projects/testing-library/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": {