Skip to content

Commit b882732

Browse files
committed
update dom
1 parent da7f734 commit b882732

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@ngrx/store": "12.0.0",
4242
"@nrwl/angular": "12.0.3",
4343
"@nrwl/nx-cloud": "11.2.0",
44-
"@testing-library/dom": "^8.0.0-alpha.7",
44+
"@testing-library/dom": "^8.0.0",
4545
"@testing-library/user-event": "^13.1.9",
4646
"core-js": "^3.6.5",
4747
"rxjs": "^6.5.5",

projects/testing-library/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@angular/core": ">= 10.0.0"
3737
},
3838
"dependencies": {
39-
"@testing-library/dom": "^8.0.0-alpha.7",
39+
"@testing-library/dom": "^8.0.0",
4040
"tslib": "^2.0.0"
4141
},
4242
"publishConfig": {

0 commit comments

Comments
 (0)