Skip to content

Commit d651994

Browse files
build(deps): bump @testing-library/dom from 9.3.3 to 9.3.4 (#2227)
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 9.3.3 to 9.3.4. - [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@v9.3.3...v9.3.4) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 55efdf6 commit d651994

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@reduxjs/toolkit": "^1.9.7",
2323
"@shopify/react-i18n": "^7.8.0",
2424
"@svgr/webpack": "^8.1.0",
25-
"@testing-library/dom": "^9.3.3",
25+
"@testing-library/dom": "^9.3.4",
2626
"@testing-library/jest-dom": "^6.2.0",
2727
"@testing-library/react": "^14.0.0",
2828
"@testing-library/user-event": "^14.5.2",

yarn.lock

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2885,7 +2885,7 @@ __metadata:
28852885
"@reduxjs/toolkit": ^1.9.7
28862886
"@shopify/react-i18n": ^7.8.0
28872887
"@svgr/webpack": ^8.1.0
2888-
"@testing-library/dom": ^9.3.3
2888+
"@testing-library/dom": ^9.3.4
28892889
"@testing-library/jest-dom": ^6.2.0
28902890
"@testing-library/react": ^14.0.0
28912891
"@testing-library/user-event": ^14.5.2
@@ -4832,7 +4832,7 @@ __metadata:
48324832
languageName: node
48334833
linkType: hard
48344834

4835-
"@testing-library/dom@npm:^9.0.0, @testing-library/dom@npm:^9.3.3":
4835+
"@testing-library/dom@npm:^9.0.0":
48364836
version: 9.3.3
48374837
resolution: "@testing-library/dom@npm:9.3.3"
48384838
dependencies:
@@ -4848,6 +4848,22 @@ __metadata:
48484848
languageName: node
48494849
linkType: hard
48504850

4851+
"@testing-library/dom@npm:^9.3.4":
4852+
version: 9.3.4
4853+
resolution: "@testing-library/dom@npm:9.3.4"
4854+
dependencies:
4855+
"@babel/code-frame": ^7.10.4
4856+
"@babel/runtime": ^7.12.5
4857+
"@types/aria-query": ^5.0.1
4858+
aria-query: 5.1.3
4859+
chalk: ^4.1.0
4860+
dom-accessibility-api: ^0.5.9
4861+
lz-string: ^1.5.0
4862+
pretty-format: ^27.0.2
4863+
checksum: dfd6fb0d6c7b4dd716ba3c47309bc9541b4a55772cb61758b4f396b3785efe2dbc75dc63423545c039078c7ffcc5e4b8c67c2db1b6af4799580466036f70026f
4864+
languageName: node
4865+
linkType: hard
4866+
48514867
"@testing-library/jest-dom@npm:^6.2.0":
48524868
version: 6.2.0
48534869
resolution: "@testing-library/jest-dom@npm:6.2.0"

0 commit comments

Comments
 (0)