Skip to content

Commit

Permalink
Bump @testing-library/jest-dom from 6.2.0 to 6.2.1 in /react-client (#…
Browse files Browse the repository at this point in the history
…4417)

* Bump @testing-library/jest-dom from 6.2.0 to 6.2.1 in /react-client

Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.2.0 to 6.2.1.
- [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.2.1)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] committed Jan 24, 2024
1 parent 3b79183 commit 377dd92
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Bump `org.mockito:mockito-junit-jupiter` from 5.8.0 to 5.9.0 ([#4388](https://github.com/UniversalMediaServer/UniversalMediaServer/pull/4388))
- Bump `actions/cache` from 3 to 4 ([#4400](https://github.com/UniversalMediaServer/UniversalMediaServer/pull/4400))
- Bump `@types/react` from 18.2.47 to 18.2.48 ([#4392](https://github.com/UniversalMediaServer/UniversalMediaServer/pull/4392))
- Bump `@testing-library/jest-dom` from 6.2.0 to 6.2.1 ([#4417](https://github.com/UniversalMediaServer/UniversalMediaServer/pull/4417))

## [13.9.0](https://github.com/UniversalMediaServer/UniversalMediaServer/compare/13.8.1...v13.9.0) (2023-01-05)

Expand Down
2 changes: 1 addition & 1 deletion react-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"packageManager": "yarn@3.7.0",
"devDependencies": {
"@playwright/test": "^1.41.0",
"@testing-library/jest-dom": "6.2.0",
"@testing-library/jest-dom": "6.2.1",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.11",
Expand Down
13 changes: 8 additions & 5 deletions react-client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3095,9 +3095,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:6.2.0":
version: 6.2.0
resolution: "@testing-library/jest-dom@npm:6.2.0"
"@testing-library/jest-dom@npm:6.2.1":
version: 6.2.1
resolution: "@testing-library/jest-dom@npm:6.2.1"
dependencies:
"@adobe/css-tools": ^4.3.2
"@babel/runtime": ^7.9.2
Expand All @@ -3109,19 +3109,22 @@ __metadata:
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: 3d46e36b1b7c2cb3c92f64d55d458aab44ae135ac77299df14d14dcf567a286590de58b2f140011b8f7a343f0703ff88f144f27c6ae4921fd612741771d8ee2c
checksum: 36bb8c23fd102a572bb22e37933c5134c6b4737c9d1ca575d2abde64bd5ffbb5f571caa76c1d8ab0b384670fcc680353f1ef563a2d9a6d46d00c47b4eb38969b
languageName: node
linkType: hard

Expand Down Expand Up @@ -14198,7 +14201,7 @@ __metadata:
"@microsoft/fetch-event-source": 2.0.1
"@mycujoo/videojs-hls-quality-selector": 1.1.5-rc.4
"@playwright/test": ^1.41.0
"@testing-library/jest-dom": 6.2.0
"@testing-library/jest-dom": 6.2.1
"@testing-library/react": 14.1.2
"@testing-library/user-event": 14.5.2
"@types/jest": 29.5.11
Expand Down

0 comments on commit 377dd92

Please sign in to comment.