Skip to content

Commit fcf5a01

Browse files
build(deps): bump @testing-library/jest-dom from 6.2.0 to 6.4.0 (#2248)
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.2.0 to 6.4.0. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v6.2.0...v6.4.0) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cda0100 commit fcf5a01

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@shopify/react-i18n": "^7.8.0",
2424
"@svgr/webpack": "^8.1.0",
2525
"@testing-library/dom": "^9.3.4",
26-
"@testing-library/jest-dom": "^6.2.0",
26+
"@testing-library/jest-dom": "^6.4.0",
2727
"@testing-library/react": "^14.0.0",
2828
"@testing-library/user-event": "^14.5.2",
2929
"@types/file-saver": "^2.0.7",

yarn.lock

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2852,7 +2852,7 @@ __metadata:
28522852
"@shopify/react-i18n": ^7.8.0
28532853
"@svgr/webpack": ^8.1.0
28542854
"@testing-library/dom": ^9.3.4
2855-
"@testing-library/jest-dom": ^6.2.0
2855+
"@testing-library/jest-dom": ^6.4.0
28562856
"@testing-library/react": ^14.0.0
28572857
"@testing-library/user-event": ^14.5.2
28582858
"@types/file-saver": ^2.0.7
@@ -4821,9 +4821,9 @@ __metadata:
48214821
languageName: node
48224822
linkType: hard
48234823

4824-
"@testing-library/jest-dom@npm:^6.2.0":
4825-
version: 6.2.0
4826-
resolution: "@testing-library/jest-dom@npm:6.2.0"
4824+
"@testing-library/jest-dom@npm:^6.4.0":
4825+
version: 6.4.0
4826+
resolution: "@testing-library/jest-dom@npm:6.4.0"
48274827
dependencies:
48284828
"@adobe/css-tools": ^4.3.2
48294829
"@babel/runtime": ^7.9.2
@@ -4835,19 +4835,22 @@ __metadata:
48354835
redent: ^3.0.0
48364836
peerDependencies:
48374837
"@jest/globals": ">= 28"
4838+
"@types/bun": "*"
48384839
"@types/jest": ">= 28"
48394840
jest: ">= 28"
48404841
vitest: ">= 0.32"
48414842
peerDependenciesMeta:
48424843
"@jest/globals":
48434844
optional: true
4845+
"@types/bun":
4846+
optional: true
48444847
"@types/jest":
48454848
optional: true
48464849
jest:
48474850
optional: true
48484851
vitest:
48494852
optional: true
4850-
checksum: 3d46e36b1b7c2cb3c92f64d55d458aab44ae135ac77299df14d14dcf567a286590de58b2f140011b8f7a343f0703ff88f144f27c6ae4921fd612741771d8ee2c
4853+
checksum: e1c314cf1c74f26b1dea632fd1e2168afb62ef8b0320e294fa0dbfa58356021dcefe453d6165c102c5105dfca7502b18109cbcb061cbcb91b97826f59a1bbf9d
48514854
languageName: node
48524855
linkType: hard
48534856

0 commit comments

Comments
 (0)