diff --git a/package.json b/package.json index c67852a3..aa4e8a86 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.7", + "@testing-library/dom": "^8.0.0", "@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 57142861..f1922ae6 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.7", + "@testing-library/dom": "^8.0.0", "tslib": "^2.0.0" }, "publishConfig": {