From e8d5db755fc16eded09cfb4adb3f85290bd3139c Mon Sep 17 00:00:00 2001 From: timdeschryver <28659384+timdeschryver@users.noreply.github.com> Date: Mon, 21 Jun 2021 20:30:54 +0200 Subject: [PATCH] alpha 7 --- package.json | 2 +- projects/testing-library/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1e77830e..c67852a3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@ngrx/store": "12.0.0", "@nrwl/angular": "12.0.3", "@nrwl/nx-cloud": "11.2.0", - "@testing-library/dom": "^8.0.0-alpha.6", + "@testing-library/dom": "^8.0.0-alpha.7", "@testing-library/user-event": "^13.1.9", "core-js": "^3.6.5", "rxjs": "^6.5.5", diff --git a/projects/testing-library/package.json b/projects/testing-library/package.json index 2a0369cc..57142861 100644 --- a/projects/testing-library/package.json +++ b/projects/testing-library/package.json @@ -36,7 +36,7 @@ "@angular/core": ">= 10.0.0" }, "dependencies": { - "@testing-library/dom": "^8.0.0-alpha.6", + "@testing-library/dom": "^8.0.0-alpha.7", "tslib": "^2.0.0" }, "publishConfig": {