Skip to content

Commit 6071bfe

Browse files
build(deps): bump @testing-library/dom from 8.19.0 to 8.19.1 (#1407)
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.19.0 to 8.19.1. - [Release notes](https://github.com/testing-library/dom-testing-library/releases) - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/dom-testing-library@v8.19.0...v8.19.1) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 578a6af commit 6071bfe

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@reduxjs/toolkit": "^1.9.1",
2424
"@shopify/react-i18n": "^7.5.1",
2525
"@svgr/webpack": "^6.5.1",
26-
"@testing-library/dom": "^8.19.0",
26+
"@testing-library/dom": "^8.19.1",
2727
"@testing-library/jest-dom": "^5.16.5",
2828
"@testing-library/react": "^12.1.5",
2929
"@testing-library/user-event": "^14.4.3",

yarn.lock

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2423,7 +2423,7 @@ __metadata:
24232423
"@reduxjs/toolkit": ^1.9.1
24242424
"@shopify/react-i18n": ^7.5.1
24252425
"@svgr/webpack": ^6.5.1
2426-
"@testing-library/dom": ^8.19.0
2426+
"@testing-library/dom": ^8.19.1
24272427
"@testing-library/jest-dom": ^5.16.5
24282428
"@testing-library/react": ^12.1.5
24292429
"@testing-library/user-event": ^14.4.3
@@ -4330,7 +4330,7 @@ __metadata:
43304330
languageName: node
43314331
linkType: hard
43324332

4333-
"@testing-library/dom@npm:^8.0.0, @testing-library/dom@npm:^8.19.0":
4333+
"@testing-library/dom@npm:^8.0.0":
43344334
version: 8.19.0
43354335
resolution: "@testing-library/dom@npm:8.19.0"
43364336
dependencies:
@@ -4346,6 +4346,22 @@ __metadata:
43464346
languageName: node
43474347
linkType: hard
43484348

4349+
"@testing-library/dom@npm:^8.19.1":
4350+
version: 8.19.1
4351+
resolution: "@testing-library/dom@npm:8.19.1"
4352+
dependencies:
4353+
"@babel/code-frame": ^7.10.4
4354+
"@babel/runtime": ^7.12.5
4355+
"@types/aria-query": ^5.0.1
4356+
aria-query: ^5.0.0
4357+
chalk: ^4.1.0
4358+
dom-accessibility-api: ^0.5.9
4359+
lz-string: ^1.4.4
4360+
pretty-format: ^27.0.2
4361+
checksum: 0fb1f05fa199491795063eae5e892922851570717c85131776de6edd5477b1bfa528790401120a616ce4846584570d1436b0bce4649652ddb6ea9d67a1f00b19
4362+
languageName: node
4363+
linkType: hard
4364+
43494365
"@testing-library/jest-dom@npm:^5.16.5":
43504366
version: 5.16.5
43514367
resolution: "@testing-library/jest-dom@npm:5.16.5"
@@ -4407,6 +4423,13 @@ __metadata:
44074423
languageName: node
44084424
linkType: hard
44094425

4426+
"@types/aria-query@npm:^5.0.1":
4427+
version: 5.0.1
4428+
resolution: "@types/aria-query@npm:5.0.1"
4429+
checksum: 69fd7cceb6113ed370591aef04b3fd0742e9a1b06dd045c43531448847b85de181495e4566f98e776b37c422a12fd71866e0a1dfd904c5ec3f84d271682901de
4430+
languageName: node
4431+
linkType: hard
4432+
44104433
"@types/babel__core@npm:^7.1.14":
44114434
version: 7.1.19
44124435
resolution: "@types/babel__core@npm:7.1.19"

0 commit comments

Comments
 (0)