Skip to content

Commit

Permalink
chore(deps): bump @testing-library/jest-dom from 6.1.4 to 6.4.0
Browse files Browse the repository at this point in the history
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.1.4 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.1.4...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]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent a6d011f commit fb9b9c6
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"@svgr/webpack": "^6.1.2",
"@swc/core": "^1.3.99",
"@swc/jest": "^0.2.29",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/jest-dom": "^6.4.0",
"@testing-library/jest-native": "5.4.3",
"@testing-library/react": "14.0.0",
"@testing-library/react-native": "12.3.2",
Expand Down
51 changes: 49 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ __metadata:
languageName: node
linkType: hard

"@adobe/css-tools@npm:^4.3.2":
version: 4.3.3
resolution: "@adobe/css-tools@npm:4.3.3"
checksum: d21f3786b84911fee59c995a146644a85c98692979097b26484ffa9e442fb1a92ccd68ce984e3e7cf8d5933c3560fbc0ad3e3cd1de50b9a723d1c012e793bbcb
languageName: node
linkType: hard

"@altack/nx-bundlefy@npm:0.16.0":
version: 0.16.0
resolution: "@altack/nx-bundlefy@npm:0.16.0"
Expand Down Expand Up @@ -10388,7 +10395,7 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:*, @testing-library/jest-dom@npm:^6.1.4":
"@testing-library/jest-dom@npm:*":
version: 6.1.4
resolution: "@testing-library/jest-dom@npm:6.1.4"
dependencies:
Expand Down Expand Up @@ -10418,6 +10425,39 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:^6.4.0":
version: 6.4.0
resolution: "@testing-library/jest-dom@npm:6.4.0"
dependencies:
"@adobe/css-tools": ^4.3.2
"@babel/runtime": ^7.9.2
aria-query: ^5.0.0
chalk: ^3.0.0
css.escape: ^1.5.1
dom-accessibility-api: ^0.6.3
lodash: ^4.17.15
redent: ^3.0.0
peerDependencies:
"@jest/globals": ">= 28"
"@types/bun": "*"
"@types/jest": ">= 28"
jest: ">= 28"
vitest: ">= 0.32"
peerDependenciesMeta:
"@jest/globals":
optional: true
"@types/bun":
optional: true
"@types/jest":
optional: true
jest:
optional: true
vitest:
optional: true
checksum: e1c314cf1c74f26b1dea632fd1e2168afb62ef8b0320e294fa0dbfa58356021dcefe453d6165c102c5105dfca7502b18109cbcb061cbcb91b97826f59a1bbf9d
languageName: node
linkType: hard

"@testing-library/jest-native@npm:*":
version: 5.4.2
resolution: "@testing-library/jest-native@npm:5.4.2"
Expand Down Expand Up @@ -15736,7 +15776,7 @@ __metadata:
"@svgr/webpack": ^6.1.2
"@swc/core": ^1.3.99
"@swc/jest": ^0.2.29
"@testing-library/jest-dom": ^6.1.4
"@testing-library/jest-dom": ^6.4.0
"@testing-library/jest-native": 5.4.3
"@testing-library/react": 14.0.0
"@testing-library/react-native": 12.3.2
Expand Down Expand Up @@ -15975,6 +16015,13 @@ __metadata:
languageName: node
linkType: hard

"dom-accessibility-api@npm:^0.6.3":
version: 0.6.3
resolution: "dom-accessibility-api@npm:0.6.3"
checksum: c325b5144bb406df23f4affecffc117dbaec9af03daad9ee6b510c5be647b14d28ef0a4ea5ca06d696d8ab40bb777e5fed98b985976fdef9d8790178fa1d573f
languageName: node
linkType: hard

"dom-helpers@npm:^5.0.1, dom-helpers@npm:^5.2.0, dom-helpers@npm:^5.2.1":
version: 5.2.1
resolution: "dom-helpers@npm:5.2.1"
Expand Down

0 comments on commit fb9b9c6

Please sign in to comment.