Skip to content

Commit 71c623f

Browse files
feat: upgrade to @testing-library/dom 9 (#376)
BREAKING CHANGE: For more info see https://github.com/testing-library/dom-testing-library/releases/tag/v9.0.0
1 parent be42079 commit 71c623f

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
@@ -40,7 +40,7 @@
4040
"@ngrx/store": "15.1.0",
4141
"@nrwl/angular": "15.4.5",
4242
"@nrwl/nx-cloud": "15.0.2",
43-
"@testing-library/dom": "^8.19.1",
43+
"@testing-library/dom": "^9.0.0",
4444
"rxjs": "7.5.6",
4545
"tslib": "~2.3.1",
4646
"zone.js": "~0.11.4"

projects/testing-library/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@angular/core": ">= 15.1.0"
3636
},
3737
"dependencies": {
38-
"@testing-library/dom": "^8.0.0",
38+
"@testing-library/dom": "^9.0.0",
3939
"tslib": "^2.3.1"
4040
},
4141
"publishConfig": {

0 commit comments

Comments
 (0)