Skip to content

Commit

Permalink
⬆️ Update dependency @testing-library/dom to ^9.3.4 (#4611)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2024
1 parent 411967a commit 4b40dc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@testing-library/dom": "^9.3.3",
"@testing-library/dom": "^9.3.4",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"express": "^4.18.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2722,7 +2722,7 @@ __metadata:
"@babel/preset-env": "npm:^7.23.7"
"@babel/preset-react": "npm:^7.23.3"
"@babel/preset-typescript": "npm:^7.23.3"
"@testing-library/dom": "npm:^9.3.3"
"@testing-library/dom": "npm:^9.3.4"
"@testing-library/react": "npm:^14.1.2"
"@testing-library/user-event": "npm:^14.5.2"
"@types/express": "npm:^4.17.21"
Expand Down Expand Up @@ -4204,9 +4204,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/dom@npm:^9.0.0, @testing-library/dom@npm:^9.3.3":
version: 9.3.3
resolution: "@testing-library/dom@npm:9.3.3"
"@testing-library/dom@npm:^9.0.0, @testing-library/dom@npm:^9.3.4":
version: 9.3.4
resolution: "@testing-library/dom@npm:9.3.4"
dependencies:
"@babel/code-frame": "npm:^7.10.4"
"@babel/runtime": "npm:^7.12.5"
Expand All @@ -4216,7 +4216,7 @@ __metadata:
dom-accessibility-api: "npm:^0.5.9"
lz-string: "npm:^1.5.0"
pretty-format: "npm:^27.0.2"
checksum: c3bbd67503634fd955233dc172531640656701fe35ecb9a83f85e5965874b786452f5e7c26b4f8b3b4fc4379f3a80193c74425b57843ba191f4845e22b0ac483
checksum: 147da340e8199d7f98f3a4ad8aa22ed55b914b83957efa5eb22bfea021a979ebe5a5182afa9c1e5b7a5f99a7f6744a5a4d9325ae46ec3b33b5a15aed8750d794
languageName: node
linkType: hard

Expand Down

0 comments on commit 4b40dc9

Please sign in to comment.